Results

By type

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

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

2023-02-27T00:47:35.050Z||main|||||INFO|500||The following profiles are active: basic
2023-02-27T00:47:49.121Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-27T00:47:49.122Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-27T00:47:49.303Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-27T00:47:55.468Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-27T00:47:56.079Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-27T00:47:57.032Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-27T00:47:57.305Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-27T00:47:58.236Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-27T00:48:00.607Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-27T00:48:01.626Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-02-27T00:48:05.492Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-27T00:48:05.672Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-27T00:48:05.744Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-27T00:48:05.757Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-27T00:48:07.285Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-27T00:48:08.023Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-27T00:48:10.032Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-02-27T00:48:11.205Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-27T00:48:11.207Z||main|||||ERROR|500||(conn=1357) Table 'catalogdb.activity_spec' doesn't exist
2023-02-27T00:48:11.232Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-02-27T00:48:15.952Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-02-27T00:48:19.866Z||main|||||WARN|500||---
2023-02-27T00:48:19.867Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-27T00:48:19.868Z||main|||||WARN|500||---
2023-02-27T00:48:20.461Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-27T00:48:27.432Z||main|||||INFO|500||Started Application in 56.437 seconds (JVM running for 59.605)
2023-02-27T00:48:27.450Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-27T00:48:27.453Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-27T00:48:27.463Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-27T00:48:27.549Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b21206a6-3294-4a12-9521-e121bf7c6a47 url= /sdc/v1/artifactTypes
2023-02-27T00:48:27.556Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-27T00:48:27.761Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-27T00:48:27.841Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-02-27T00:48:27.842Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-27T00:48:27.842Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= cd2edfbe-86e0-460e-9782-fffc666b90fd url= /sdc/v1/distributionKafkaData
2023-02-27T00:48:27.843Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-27T00:48:27.892Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-27T00:48:27.904Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@2f4ad92b
2023-02-27T00:48:28.019Z||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-e7313a6a-3806-416f-8290-ef22e53c0387
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

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

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

2023-02-27T00:48:28.527Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-27T00:48:28.528Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-27T00:48:28.528Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677458908527
2023-02-27T00:48:28.529Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T00:48:28.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T00:48:28.546Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-27T00:48:29.621Z||kafka-producer-network-thread | SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387] Cluster ID: FxHrPWsyQQaMQIEWkKMqpw
2023-02-27T00:48:29.621Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, 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 45EEw1qFRSafWE10MhJNVA
2023-02-27T00:48:29.621Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, 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 E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T00:48:29.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, 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 45EEw1qFRSafWE10MhJNVA
2023-02-27T00:48:29.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, 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 45EEw1qFRSafWE10MhJNVA
2023-02-27T00:48:29.623Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, 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 E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T00:48:29.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, 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 45EEw1qFRSafWE10MhJNVA
2023-02-27T00:48:29.624Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, 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 E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T00:48:29.624Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, 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 45EEw1qFRSafWE10MhJNVA
2023-02-27T00:48:29.624Z||kafka-producer-network-thread | SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387] ProducerId set to 4 with epoch 0
2023-02-27T00:48:29.625Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, 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 45EEw1qFRSafWE10MhJNVA
2023-02-27T00:48:29.625Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, 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 E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T00:48:29.625Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, 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 E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T00:48:29.626Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, 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 E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T00:48:29.629Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Cluster ID: FxHrPWsyQQaMQIEWkKMqpw
2023-02-27T00:48:29.629Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Cluster ID: FxHrPWsyQQaMQIEWkKMqpw
2023-02-27T00:48:29.631Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-27T00:48:29.631Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-27T00:48:29.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] (Re-)joining group
2023-02-27T00:48:29.714Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] (Re-)joining group
2023-02-27T00:48:29.826Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e-80e7d758-597e-43af-85d1-cabc447a8dcd
2023-02-27T00:48:29.828Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-02-27T00:48:29.828Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] (Re-)joining group
2023-02-27T00:48:29.846Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b-b1a2444b-898f-421e-b312-777e48dfa42d
2023-02-27T00:48:29.882Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-02-27T00:48:29.885Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] (Re-)joining group
2023-02-27T00:48:35.923Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b-b1a2444b-898f-421e-b312-777e48dfa42d', protocol='range'}
2023-02-27T00:48:35.924Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e-80e7d758-597e-43af-85d1-cabc447a8dcd', protocol='range'}
2023-02-27T00:48:36.017Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, 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 E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T00:48:36.018Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, 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 E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T00:48:36.019Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, 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 E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T00:48:36.019Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, 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 E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T00:48:36.020Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, 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 E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T00:48:36.020Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, 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 E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T00:48:36.027Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e-80e7d758-597e-43af-85d1-cabc447a8dcd=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-56270f14-818d-4fb5-a557-e982e6c0651b-b1a2444b-898f-421e-b312-777e48dfa42d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-02-27T00:48:36.047Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b-b1a2444b-898f-421e-b312-777e48dfa42d', protocol='range'}
2023-02-27T00:48:36.047Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e-80e7d758-597e-43af-85d1-cabc447a8dcd', protocol='range'}
2023-02-27T00:48:36.049Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-02-27T00:48:36.049Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-02-27T00:48:36.057Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-27T00:48:36.058Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-27T00:48:36.089Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-27T00:48:36.090Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-27T00:48:36.091Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-27T00:48:36.092Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-27T00:48:36.091Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-27T00:48:36.092Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-27T00:48:36.093Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-27T00:48:36.092Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-27T00:48:36.102Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-27T00:48:36.103Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-27T00:48:36.104Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-27T00:48:36.105Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-27T00:48:36.176Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-27T00:48:36.179Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-27T00:48:36.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-27T00:48:36.261Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-27T00:48:36.262Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-27T00:48:36.262Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-27T00:48:36.263Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-27T00:48:36.263Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-27T00:48:36.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-27T00:48:36.279Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-27T00:48:36.280Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-27T00:48:36.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-27T00:49:28.515Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T00:49:28.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T00:50:28.517Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T00:50:28.537Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T00:51:28.518Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T00:51:28.537Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T00:52:28.520Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T00:52:28.539Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T00:53:28.521Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T00:53:28.540Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T00:54:28.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T00:54:28.542Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T00:55:28.526Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T00:55:28.543Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T00:56:28.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T00:56:28.544Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T00:57:28.528Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T00:57:28.546Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T00:57:29.639Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f2517bc6-424e-4273-a02f-3228bf649b5e, groupId=so] Node -1 disconnected.
2023-02-27T00:57:29.687Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-56270f14-818d-4fb5-a557-e982e6c0651b, groupId=so] Node -1 disconnected.
2023-02-27T00:57:29.898Z||kafka-producer-network-thread | SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387] Node -1 disconnected.
2023-02-27T00:58:16.685Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-27T00:58:28.529Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T00:58:28.546Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T00:59:28.530Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T00:59:28.550Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:00:28.530Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:00:28.552Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:01:28.532Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:01:28.555Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:02:28.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:02:28.556Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:03:28.537Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:03:28.557Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:04:28.538Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:04:28.559Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:05:28.538Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:05:28.560Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:06:28.540Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:06:28.561Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:07:28.541Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:07:28.564Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:08:28.542Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:08:28.565Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:09:28.543Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:09:28.568Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:10:28.545Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:10:28.569Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:11:28.547Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:11:28.571Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:12:28.550Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:12:28.572Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:13:28.552Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:13:28.574Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:14:28.554Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:14:28.575Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:15:28.556Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:15:28.575Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:16:28.557Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:16:28.577Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:17:28.558Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:17:28.579Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:18:28.558Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:18:28.580Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:19:28.559Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:19:28.582Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:20:28.561Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:20:28.583Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:21:28.563Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:21:28.584Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:22:28.566Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:22:28.587Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:23:28.567Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:23:28.589Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:24:28.569Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:24:28.590Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:25:28.571Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:25:28.591Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:26:28.573Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:26:28.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:27:28.575Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:27:28.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:28:28.576Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:28:28.593Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:29:28.577Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:29:28.595Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:30:28.579Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:30:28.596Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:31:28.581Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:31:28.597Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:32:28.583Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:32:28.598Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:33:28.585Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:33:28.599Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:34:28.587Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:34:28.601Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:35:28.589Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:35:28.602Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:36:28.590Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:36:28.603Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:37:28.592Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:37:28.603Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:38:28.593Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:38:28.605Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:39:28.594Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:39:28.606Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:40:28.597Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:40:28.607Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:41:28.600Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:41:28.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:42:28.601Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:42:28.609Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:43:28.602Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:43:28.610Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:44:28.604Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:44:28.611Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:45:28.606Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:45:28.613Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:46:28.608Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:46:28.614Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:47:28.610Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:47:28.616Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:48:28.611Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:48:28.618Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:49:28.613Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:49:28.619Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:50:28.615Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:50:28.620Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:51:28.616Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:51:28.621Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:52:28.617Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:52:28.623Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:53:28.619Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:53:28.625Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:54:28.619Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:54:28.626Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:55:28.620Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:55:28.628Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:56:28.622Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:56:28.630Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:57:28.623Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:57:28.631Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:58:28.624Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:58:28.632Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T01:59:28.626Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T01:59:28.633Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:00:28.628Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:00:28.633Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:01:28.629Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:01:28.635Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:02:28.631Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:02:28.636Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:03:28.632Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:03:28.637Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:04:28.633Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:04:28.638Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:05:28.634Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:05:28.639Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:06:28.635Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:06:28.640Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:07:28.636Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:07:28.640Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:08:28.637Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:08:28.641Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:09:28.637Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:09:28.642Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:10:28.638Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:10:28.645Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:11:28.640Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:11:28.645Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:12:28.642Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:12:28.645Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:13:28.644Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:13:28.645Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:14:28.645Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:14:28.646Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:15:28.646Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:15:28.647Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:16:28.648Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:16:28.649Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:17:28.650Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:17:28.650Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:18:28.650Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:18:28.651Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:19:28.652Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:19:28.652Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:20:28.654Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:20:28.653Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:21:28.655Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:21:28.656Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:22:28.656Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:22:28.657Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:23:28.658Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:23:28.658Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:24:28.658Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:24:28.661Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:25:28.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:25:28.661Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:26:28.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:26:28.663Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:27:28.661Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:27:28.664Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:28:28.662Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:28:28.664Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:29:28.663Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:29:28.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:30:28.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:30:28.665Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:31:28.667Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:31:28.667Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:32:28.668Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:32:28.668Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:33:28.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:33:28.670Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:34:28.671Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:34:28.672Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:35:28.673Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:35:28.673Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:36:28.673Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:36:28.673Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:37:28.675Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:37:28.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:38:28.676Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:38:28.676Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:39:28.678Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:39:28.677Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:40:28.679Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:40:28.679Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:41:28.680Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:41:28.681Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:42:28.681Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:42:28.682Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:43:28.685Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:43:28.698Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:44:28.686Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:44:28.700Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:45:28.688Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:45:28.701Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:46:28.690Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:46:28.702Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:47:28.692Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:47:28.703Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:48:28.693Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:48:28.704Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:49:28.694Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:49:28.706Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:50:28.696Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:50:28.706Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:51:28.698Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:51:28.708Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:52:28.701Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:52:28.708Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:53:28.703Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:53:28.710Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:54:28.704Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:54:28.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:55:28.704Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:55:28.712Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:56:28.705Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:56:28.713Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:57:28.707Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:57:28.715Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:58:28.708Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:58:28.716Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T02:59:28.710Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T02:59:28.717Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:00:28.712Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:00:28.719Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:01:28.714Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:01:28.719Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:02:28.716Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:02:28.720Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:03:28.718Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:03:28.720Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:04:28.719Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:04:28.720Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:05:28.721Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:05:28.722Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:06:28.721Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:06:28.723Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:07:28.722Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:07:28.724Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:08:28.724Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:08:28.725Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:09:28.725Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:09:28.726Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:10:28.727Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:10:28.727Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:11:28.730Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:11:28.729Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:12:28.731Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:12:28.732Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:13:28.731Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:13:28.732Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:14:28.733Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:14:28.733Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:15:28.734Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:15:28.734Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:16:28.734Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:16:28.735Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:17:28.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:17:28.735Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:18:28.736Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:18:28.736Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:19:28.738Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:19:28.738Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:20:28.739Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:20:28.740Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:21:28.740Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:21:28.742Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:22:28.742Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:22:28.743Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:23:28.743Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:23:28.743Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:24:28.745Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:24:28.745Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:25:28.745Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:25:28.746Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:26:28.746Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:26:28.747Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:27:28.748Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:27:28.748Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:28:28.749Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:28:28.749Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:29:28.750Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:29:28.750Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:30:28.751Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:30:28.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:31:28.754Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:31:28.754Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:32:28.754Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:32:28.756Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:33:28.755Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:33:28.756Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:34:28.757Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:34:28.757Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:35:28.758Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:35:28.759Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:36:28.759Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:36:28.760Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:37:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:37:28.762Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:38:28.762Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:38:28.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:39:28.763Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:39:28.765Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:40:28.766Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:40:28.766Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:41:28.767Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:41:28.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:42:28.768Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:42:28.769Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:43:28.770Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:43:28.774Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:44:28.770Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:44:28.775Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:45:28.771Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:45:28.775Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:46:28.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:46:28.776Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:47:28.775Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:47:28.777Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:48:28.777Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:48:28.777Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:49:28.778Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:49:28.778Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:50:28.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:50:28.780Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:51:28.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:51:28.781Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:52:28.782Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:52:28.782Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:53:28.783Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:53:28.783Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:54:28.783Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:54:28.784Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:55:28.784Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:55:28.784Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:56:28.786Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:56:28.787Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:57:28.787Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:57:28.788Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:58:28.788Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:58:28.788Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T03:59:28.790Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T03:59:28.789Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:00:28.790Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:00:28.790Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:01:28.792Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:01:28.795Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:02:28.793Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:02:28.797Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:03:28.794Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:03:28.797Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:04:28.795Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:04:28.799Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:05:28.796Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:05:28.800Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:06:28.798Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:06:28.800Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:07:28.799Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:07:28.801Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:08:28.799Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:08:28.802Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:09:28.801Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:09:28.802Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:10:28.802Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:10:28.804Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:11:28.803Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:11:28.805Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:12:28.804Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:12:28.805Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:13:28.805Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:13:28.805Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:14:28.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-27T04:14:28.503Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"c5257fa5-0918-405f-9397-7e74cc91100d","serviceName":"vFW 2023-02-27 04-12-17","serviceVersion":"1.0","serviceUUID":"caab8b56-e834-4617-b690-0cc49edb825e","serviceDescription":"catalog service description","serviceInvariantUUID":"636b990c-e2e1-435a-9e7a-1ddad87ed88f","resources":[{"resourceInstanceName":"vFW 30c0cdaf-e73d 0","resourceName":"vFW 30c0cdaf-e73d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e4e1b477-3c33-4ad2-8a86-55ad43d0a900","resourceInvariantUUID":"c30f115d-4401-4aac-83b3-288426c9a07f","resourceCustomizationUUID":"a5c145e3-5e3b-4a34-960f-568702ede5d1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vf-license-model.xml","artifactChecksum":"ZGQ5OGVhYWM2YmVmN2E4NzdjYTRhMzc3ODE1YWJmNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a06035a-e712-4e50-99fe-f0e174a4ed24","artifactVersion":"1"},{"artifactName":"vfw30c0cdafe73d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json","artifactChecksum":"ZGNiNGYzMjFlNjZhYzRkYjViNGVjZWRlNjIzN2QxNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18ecd0a7-460d-4a7f-94e8-85e8f80e1d9a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cbf51d21-e0e1-4351-bb3f-4f56b7c5c181","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vendor-license-model.xml","artifactChecksum":"OWYxNTY4YjE1YzA0ODVlNWI3MmYwMjYzYTdhNWEzY2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a92e1195-f49c-41c6-9b0f-8d404762e0ba","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a674928b-daf2-4a82-b2ca-65ba67ea19be","artifactVersion":"2","generatedFromUUID":"cbf51d21-e0e1-4351-bb3f-4f56b7c5c181"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230227041217-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-template.yml","artifactChecksum":"OTViMDdhMWIwYjcxOWZiMjVmYzg2MGNmZmE3YzU1ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b0edad57-391d-41a1-b2b4-2d58ec4196a1","artifactVersion":"1"},{"artifactName":"service-Vfw20230227041217-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar","artifactChecksum":"MWIzZDZlNzU5YzYyZDZiZWQ4NzQ2OWM0ZDU1YTMzNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6224bb38-499b-4d68-ae86-16ba5ca5564f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T04:14:28.524Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:14:28.536Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:28.537Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:28.537Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:28.553Z||kafka-producer-network-thread | SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T04:14:28.554Z||kafka-producer-network-thread | SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T04:14:28.554Z||kafka-producer-network-thread | SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T04:14:28.554Z||kafka-producer-network-thread | SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T04:14:28.554Z||kafka-producer-network-thread | SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T04:14:28.555Z||kafka-producer-network-thread | SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e7313a6a-3806-416f-8290-ef22e53c0387] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to E58sdvvRS5mjvj7HtQkP6Q
2023-02-27T04:14:28.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:14:28.569Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471261894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:14:28.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:14:28.656Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:28.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:14:28.658Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471264459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:14:28.659Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:14:28.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:14:28.659Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471257685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:14:28.660Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:14:29.605Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:14:29.605Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:29.605Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:29.606Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:30.607Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:14:30.608Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:30.608Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:30.608Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:31.609Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:14:31.610Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:31.610Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:31.610Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:32.612Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:14:32.613Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:32.613Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:32.613Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:33.614Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:14:33.615Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:33.615Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:33.615Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:34.615Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:14:34.616Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:34.616Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:34.616Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:35.619Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "serviceName": "vFW 2023-02-27 04-12-17",
  "serviceVersion": "1.0",
  "serviceUUID": "caab8b56-e834-4617-b690-0cc49edb825e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "636b990c-e2e1-435a-9e7a-1ddad87ed88f",
  "resources": [
    {
      "resourceInstanceName": "vFW 30c0cdaf-e73d 0",
      "resourceCustomizationUUID": "a5c145e3-5e3b-4a34-960f-568702ede5d1",
      "resourceName": "vFW 30c0cdaf-e73d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e4e1b477-3c33-4ad2-8a86-55ad43d0a900",
      "resourceInvariantUUID": "c30f115d-4401-4aac-83b3-288426c9a07f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw30c0cdafe73d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
          "artifactChecksum": "ZGNiNGYzMjFlNjZhYzRkYjViNGVjZWRlNjIzN2QxNzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "18ecd0a7-460d-4a7f-94e8-85e8f80e1d9a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cbf51d21-e0e1-4351-bb3f-4f56b7c5c181",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a674928b-daf2-4a82-b2ca-65ba67ea19be",
            "generatedFromUUID": "cbf51d21-e0e1-4351-bb3f-4f56b7c5c181"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a674928b-daf2-4a82-b2ca-65ba67ea19be",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230227041217-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
      "artifactChecksum": "MWIzZDZlNzU5YzYyZDZiZWQ4NzQ2OWM0ZDU1YTMzNDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6224bb38-499b-4d68-ae86-16ba5ca5564f"
    }
  ],
  "workloadContext": "Production"
}
2023-02-27T04:14:35.624Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T04:14:35.624Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 caab8b56-e834-4617-b690-0cc49edb825e ASDC
2023-02-27T04:14:35.755Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c5257fa5-0918-405f-9397-7e74cc91100d
ServiceName:vFW 2023-02-27 04-12-17
ServiceVersion:1.0
ServiceUUID:caab8b56-e834-4617-b690-0cc49edb825e
ServiceInvariantUUID:636b990c-e2e1-435a-9e7a-1ddad87ed88f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230227041217-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar
ArtifactUUID:6224bb38-499b-4d68-ae86-16ba5ca5564f
ArtifactChecksum:MWIzZDZlNzU5YzYyZDZiZWQ4NzQ2OWM0ZDU1YTMzNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 30c0cdaf-e73d 0
ResourceCustomizationUUID:a5c145e3-5e3b-4a34-960f-568702ede5d1
ResourceInvariantUUID:c30f115d-4401-4aac-83b3-288426c9a07f
ResourceName:vFW 30c0cdaf-e73d
ResourceType:VF
ResourceUUID:e4e1b477-3c33-4ad2-8a86-55ad43d0a900
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw30c0cdafe73d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json
ArtifactUUID:18ecd0a7-460d-4a7f-94e8-85e8f80e1d9a
ArtifactChecksum:ZGNiNGYzMjFlNjZhYzRkYjViNGVjZWRlNjIzN2QxNzQ=
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/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml
ArtifactUUID:cbf51d21-e0e1-4351-bb3f-4f56b7c5c181
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/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env
ArtifactUUID:a674928b-daf2-4a82-b2ca-65ba67ea19be
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/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env
ArtifactUUID:a674928b-daf2-4a82-b2ca-65ba67ea19be
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-27T04:14:35.756Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF caab8b56-e834-4617-b690-0cc49edb825e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:14:36.127Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:14:36.129Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:14:36.131Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:14:36.131Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6224bb38-499b-4d68-ae86-16ba5ca5564f from URL: /sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:36.132Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:14:36.133Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:36.327Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:14:36.345Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar 6224bb38-499b-4d68-ae86-16ba5ca5564f 101517
2023-02-27T04:14:36.346Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar ASDC sendASDCNotification
2023-02-27T04:14:36.347Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:36.348Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:14:36.349Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:36.349Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:36.349Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471276345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:37.350Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:14:37.352Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:14:37.352Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6224bb38-499b-4d68-ae86-16ba5ca5564f, URL: /sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar to file: /app/ASDC/1/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:37.353Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230227041217-csar.csar
2023-02-27T04:14:37.467Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:37.468Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:38.272Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2348099827399945721/Definitions/service-Vfw20230227041217-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-02-27T04:14:41.957Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T04:14:41.963Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-27T04:14:41.964Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:41.964Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-27T04:14:41.965Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:41.965Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||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-Vfw20230227041217-csar.csar
2023-02-27T04:14:41.965Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||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-Vfw20230227041217-csar.csar
2023-02-27T04:14:41.966Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||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-Vfw20230227041217-csar.csar
2023-02-27T04:14:41.966Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:41.966Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:41.967Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||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-Vfw20230227041217-csar.csar
2023-02-27T04:14:41.967Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:41.967Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 30c0cdaf-e73d 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-Vfw20230227041217-csar.csar
2023-02-27T04:14:41.967Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:41.968Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:41.968Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-27T04:14:41.976Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:41.979Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:41.983Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is matching search criteria
2023-02-27T04:14:41.984Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-27T04:14:41.986Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 30c0cdaf-e73d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:14:41.988Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:41.989Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:41.989Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is matching search criteria
2023-02-27T04:14:41.990Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-27T04:14:41.990Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 30c0cdaf-e73d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:14:41.991Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:41.991Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:41.996Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:41.996Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is not matching search criteria
2023-02-27T04:14:41.996Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T04:14:41.997Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-27T04:14:41.997Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-27T04:14:41.997Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:41.998Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-27T04:14:41.998Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T04:14:41.998Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T04:14:41.999Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-27T04:14:41.999Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-27T04:14:41.999Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-27T04:14:41.999Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:42.000Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-27T04:14:42.000Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:42.000Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-27T04:14:42.001Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T04:14:42.001Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-27T04:14:42.002Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:42.002Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T04:14:42.004Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:42.004Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is matching search criteria
2023-02-27T04:14:42.004Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 30c0cdaf-e73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:14:42.005Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:42.005Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is matching search criteria
2023-02-27T04:14:42.005Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 30c0cdaf-e73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:14:42.006Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:42.006Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is matching search criteria
2023-02-27T04:14:42.006Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 30c0cdaf-e73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:14:42.007Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:42.007Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is not matching search criteria
2023-02-27T04:14:42.008Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T04:14:42.008Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-27T04:14:42.008Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T04:14:42.009Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-27T04:14:42.009Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-27T04:14:42.009Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-27T04:14:42.009Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:42.010Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-27T04:14:42.010Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:42.010Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-27T04:14:42.011Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T04:14:42.011Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=86b10fd3-7439-4c02-8e32-508a7fe2b6b1
2023-02-27T04:14:42.012Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:42.012Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is not matching search criteria
2023-02-27T04:14:42.012Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T04:14:42.012Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-27T04:14:42.013Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-27T04:14:42.013Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:42.014Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-27T04:14:42.014Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T04:14:42.014Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T04:14:42.014Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-27T04:14:42.015Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-27T04:14:42.015Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:42.015Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-27T04:14:42.016Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T04:14:42.016Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f1acfe02-f6c0-4db0-a14b-3254bd3416e2
2023-02-27T04:14:42.017Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:42.017Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is not matching search criteria
2023-02-27T04:14:42.017Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T04:14:42.017Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-27T04:14:42.018Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-27T04:14:42.018Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:42.018Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-27T04:14:42.019Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T04:14:42.019Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T04:14:42.019Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-27T04:14:42.020Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-27T04:14:42.020Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-27T04:14:42.021Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:42.021Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-27T04:14:42.021Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c71867b6-22ed-4de4-a1f8-cbba1efe575d
2023-02-27T04:14:42.022Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:42.022Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:42.023Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:42.023Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:42.024Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:42.024Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:42.025Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:42.025Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:42.025Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-27 04-12-17
Description:catalog service description
Model UUID:caab8b56-e834-4617-b690-0cc49edb825e
Model Version:NULL
Model InvariantUuid:636b990c-e2e1-435a-9e7a-1ddad87ed88f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 30c0cdaf-e73d
Model UUID:6b48daec-e634-4393-b62f-5791f1f41acb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c30f115d-4401-4aac-83b3-288426c9a07f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5c145e3-5e3b-4a34-960f-568702ede5d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c7d73d16-b4a4-448f-887a-344fcb6c6e54
ModelName:Vfw30c0cdafE73d..base_vfw..module-0
ModelUuid:fd426169-c5a6-4e51-8aea-64020366f4f2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:86b10fd3-7439-4c02-8e32-508a7fe2b6b1
ModelInvariantUuid:54871a9b-b7ef-4e17-9cd3-4a62feee0e65
ModelName:vFW 30c0cdaf-e73d-nodes.vfwCvfc
ModelUuid:8365b41a-32fa-4ba4-8635-1e38dbc54b6c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:98828fd1-e214-4888-ae05-482840201909
ModelInvariantUuid:59ec631b-6bf5-4733-8ced-c28b5501fa46
ModelName:Vfw30c0cdafE73d.compute.nodes.heat.vfw
ModelUuid:31792946-c0a6-45b9-aa3a-85f3121bcfb1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f1acfe02-f6c0-4db0-a14b-3254bd3416e2
ModelInvariantUuid:d08ba8e5-64a2-43d1-ace5-36c11d78766b
ModelName:vFW 30c0cdaf-e73d-nodes.vsnCvfc
ModelUuid:66de0d37-347f-4d76-a190-14e94d041699
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a20d1215-cd31-4c09-aa73-408b0bc37ee7
ModelInvariantUuid:f0ccd016-14ad-4a63-9cf0-fe2af1410bed
ModelName:Vfw30c0cdafE73d.compute.nodes.heat.vsn
ModelUuid:f9104904-d77b-4de9-80a6-a996f7b2d527
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c71867b6-22ed-4de4-a1f8-cbba1efe575d
ModelInvariantUuid:6c109321-b0f6-4007-a084-dba5e7a55081
ModelName:vFW 30c0cdaf-e73d-nodes.vpgCvfc
ModelUuid:a4e5786d-d55f-4f8a-88e0-44378f0385e9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a1667c94-2ae0-4356-a195-bf9daf978c1a
ModelInvariantUuid:ca1b9c8a-7c86-41af-b460-761414f8cdf2
ModelName:Vfw30c0cdafE73d.compute.nodes.heat.vpg
ModelUuid:ad057fbe-9e78-47fc-a248-e91255fa3cd1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-27T04:14:42.065Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e4e1b477-3c33-4ad2-8a86-55ad43d0a900
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:14:42.142Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||vFW 30c0cdaf-e73d 0
2023-02-27T04:14:42.149Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e4e1b477-3c33-4ad2-8a86-55ad43d0a900
2023-02-27T04:14:42.149Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 18ecd0a7-460d-4a7f-94e8-85e8f80e1d9a from URL: /sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json
2023-02-27T04:14:42.150Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:14:42.150Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json
2023-02-27T04:14:42.278Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:14:42.279Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json 18ecd0a7-460d-4a7f-94e8-85e8f80e1d9a 785
2023-02-27T04:14:42.279Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json ASDC sendASDCNotification
2023-02-27T04:14:42.279Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json
2023-02-27T04:14:42.279Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:14:42.279Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:42.280Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:42.280Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471282279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:43.281Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw30c0cdafE73d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c7d73d16-b4a4-448f-887a-344fcb6c6e54",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd426169-c5a6-4e51-8aea-64020366f4f2",
    "vfModuleModelCustomizationUUID": "33328634-2c09-4e33-be2c-89c003c8956c",
    "isBase": true,
    "artifacts": [
      "cbf51d21-e0e1-4351-bb3f-4f56b7c5c181",
      "a674928b-daf2-4a82-b2ca-65ba67ea19be"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-27T04:14:43.302Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw30c0cdafE73d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd426169-c5a6-4e51-8aea-64020366f4f2
VfModuleModelInvariantUUID:c7d73d16-b4a4-448f-887a-344fcb6c6e54
VfModuleModelDescription:NULL
Artifacts UUID List:{
cbf51d21-e0e1-4351-bb3f-4f56b7c5c181
,
a674928b-daf2-4a82-b2ca-65ba67ea19be

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

isBase:true


}

2023-02-27T04:14:43.306Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw30c0cdafE73d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c7d73d16-b4a4-448f-887a-344fcb6c6e54",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd426169-c5a6-4e51-8aea-64020366f4f2",
    "vfModuleModelCustomizationUUID": "33328634-2c09-4e33-be2c-89c003c8956c",
    "isBase": true,
    "artifacts": [
      "cbf51d21-e0e1-4351-bb3f-4f56b7c5c181",
      "a674928b-daf2-4a82-b2ca-65ba67ea19be"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-27T04:14:43.306Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw30c0cdafE73d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd426169-c5a6-4e51-8aea-64020366f4f2
VfModuleModelInvariantUUID:c7d73d16-b4a4-448f-887a-344fcb6c6e54
VfModuleModelDescription:NULL
Artifacts UUID List:{
cbf51d21-e0e1-4351-bb3f-4f56b7c5c181
,
a674928b-daf2-4a82-b2ca-65ba67ea19be

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

isBase:true


}

2023-02-27T04:14:43.307Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cbf51d21-e0e1-4351-bb3f-4f56b7c5c181 from URL: /sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml
2023-02-27T04:14:43.307Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:14:43.307Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml
2023-02-27T04:14:43.559Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:14:43.560Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml cbf51d21-e0e1-4351-bb3f-4f56b7c5c181 20368
2023-02-27T04:14:43.560Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-27T04:14:43.561Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml
2023-02-27T04:14:43.561Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:14:43.561Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:43.561Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:43.562Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471283560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:44.563Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a674928b-daf2-4a82-b2ca-65ba67ea19be from URL: /sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env
2023-02-27T04:14:44.563Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:14:44.563Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env
2023-02-27T04:14:44.766Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:14:44.767Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env a674928b-daf2-4a82-b2ca-65ba67ea19be 2098
2023-02-27T04:14:44.767Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-27T04:14:44.767Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env
2023-02-27T04:14:44.768Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:14:44.768Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:44.768Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:44.769Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471284767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:45.770Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: caab8b56-e834-4617-b690-0cc49edb825e
2023-02-27T04:14:45.770Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 30c0cdaf-e73d 0 e4e1b477-3c33-4ad2-8a86-55ad43d0a900 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:14:45.826Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2cc18d36, org.onap.sdc.toscaparser.api.parameters.Input@27faf7af, org.onap.sdc.toscaparser.api.parameters.Input@2cb68092, org.onap.sdc.toscaparser.api.parameters.Input@3b730c74, org.onap.sdc.toscaparser.api.parameters.Input@1bfb9e11]
2023-02-27T04:14:45.829Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.830Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:45.830Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-02-27T04:14:45.830Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a5c145e3-5e3b-4a34-960f-568702ede5d1
2023-02-27T04:14:45.830Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a5c145e3-5e3b-4a34-960f-568702ede5d1 matches Tosca VF Customization UUID: a5c145e3-5e3b-4a34-960f-568702ede5d1
2023-02-27T04:14:45.830Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a5c145e3-5e3b-4a34-960f-568702ede5d1  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-27T04:14:45.840Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.841Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:45.843Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a5c145e3-5e3b-4a34-960f-568702ede5d1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-27T04:14:45.843Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@535d6775
2023-02-27T04:14:45.843Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.843Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T04:14:45.844Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33328634-2c09-4e33-be2c-89c003c8956c
2023-02-27T04:14:45.846Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33328634-2c09-4e33-be2c-89c003c8956c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-27T04:14:45.855Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.856Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is matching search criteria
2023-02-27T04:14:45.856Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 30c0cdaf-e73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:14:45.857Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.857Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is matching search criteria
2023-02-27T04:14:45.857Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 30c0cdaf-e73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:14:45.858Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.858Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is not matching search criteria
2023-02-27T04:14:45.858Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T04:14:45.859Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-27T04:14:45.859Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T04:14:45.859Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-27T04:14:45.859Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-27T04:14:45.860Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-27T04:14:45.860Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:45.860Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-27T04:14:45.860Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:45.861Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-27T04:14:45.861Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T04:14:45.862Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=86b10fd3-7439-4c02-8e32-508a7fe2b6b1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-27T04:14:45.870Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.871Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is matching search criteria
2023-02-27T04:14:45.871Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 30c0cdaf-e73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:14:45.872Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.872Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is not matching search criteria
2023-02-27T04:14:45.872Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T04:14:45.873Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-27T04:14:45.873Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-27T04:14:45.873Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:45.873Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-27T04:14:45.874Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T04:14:45.874Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T04:14:45.874Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-27T04:14:45.874Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-27T04:14:45.874Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:45.875Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-27T04:14:45.875Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T04:14:45.875Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f1acfe02-f6c0-4db0-a14b-3254bd3416e2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-27T04:14:45.879Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.880Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is matching search criteria
2023-02-27T04:14:45.880Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 30c0cdaf-e73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:14:45.883Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.883Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is not matching search criteria
2023-02-27T04:14:45.884Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-27T04:14:45.884Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-27T04:14:45.884Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-27T04:14:45.884Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:45.884Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-27T04:14:45.885Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-27T04:14:45.885Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-27T04:14:45.886Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-27T04:14:45.886Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-27T04:14:45.886Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-27T04:14:45.886Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-27T04:14:45.887Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-27T04:14:45.887Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c71867b6-22ed-4de4-a1f8-cbba1efe575d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-27T04:14:45.892Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.892Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is matching search criteria
2023-02-27T04:14:45.892Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 30c0cdaf-e73d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:14:45.893Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.893Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Node template vFW 30c0cdaf-e73d 0 is matching search criteria
2023-02-27T04:14:45.893Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 30c0cdaf-e73d 0] matching following query criteria: sdcType=VF, customizationUUID=a5c145e3-5e3b-4a34-960f-568702ede5d1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:14:45.897Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.897Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:45.897Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid caab8b56-e834-4617-b690-0cc49edb825e: vFW 30c0cdaf-e73d
2023-02-27T04:14:45.897Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.898Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:45.898Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.898Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:45.898Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.898Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:45.899Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.899Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:45.899Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:14:45.899Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-27 04-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:14:45.899Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2023-02-27 04-12-17 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:14:46.281Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 30c0cdaf-e73d e4e1b477-3c33-4ad2-8a86-55ad43d0a900 1 ASDC deployResourceStructure
2023-02-27T04:14:46.282Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json ASDC sendASDCNotification
2023-02-27T04:14:46.282Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json
2023-02-27T04:14:46.282Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:14:46.283Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:46.283Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:46.283Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471286282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:47.284Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-27T04:14:47.285Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml
2023-02-27T04:14:47.285Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:14:47.285Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:47.285Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:47.286Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471287284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:48.287Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-27T04:14:48.287Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env
2023-02-27T04:14:48.287Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:14:48.288Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:48.288Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:48.288Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471288287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:49.291Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar ASDC sendASDCNotification
2023-02-27T04:14:49.291Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar
2023-02-27T04:14:49.291Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:14:49.292Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:14:49.292Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:14:49.292Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471289290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:14:50.295Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5257fa5-0918-405f-9397-7e74cc91100d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:14:50.347Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5257fa5-0918-405f-9397-7e74cc91100d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:14:50.352Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:14:50.353Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:14:50.353Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:15:20.354Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5257fa5-0918-405f-9397-7e74cc91100d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:15:20.369Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5257fa5-0918-405f-9397-7e74cc91100d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:15:20.372Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:15:20.373Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:15:20.373Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:15:28.531Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:15:28.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:15:28.534Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471259341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:15:28.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:15:28.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:15:28.536Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:15:28.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:15:50.373Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5257fa5-0918-405f-9397-7e74cc91100d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:15:50.399Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5257fa5-0918-405f-9397-7e74cc91100d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:15:50.403Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:15:50.403Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:15:50.403Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:16:20.404Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5257fa5-0918-405f-9397-7e74cc91100d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:16:20.424Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5257fa5-0918-405f-9397-7e74cc91100d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:16:20.428Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:16:20.429Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:16:20.429Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:16:28.531Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:16:28.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471261894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471264459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.543Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471257685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.543Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471259341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.543Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.544Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471261894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.545Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471264459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.545Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471257685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.546Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471259341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.546Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.547Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471261894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.549Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471264459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.550Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471257685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.550Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471259341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.550Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.551Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471261894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.551Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471264459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.552Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471257685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.552Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471259341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.553Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.554Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471261894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.554Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471264459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.555Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471257685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.555Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471259341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.556Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.556Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471261894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.557Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471264459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.557Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471257685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.557Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471259341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.558Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471208805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.558Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471276914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.559Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471275405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.559Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.560Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471275914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.560Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471275831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.561Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471276345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.562Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.562Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471276933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:16:28.562Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.563Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471278023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.563Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.563Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471277939,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:16:28.578Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5257fa5-0918-405f-9397-7e74cc91100d
2023-02-27T04:16:28.579Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5257fa5-0918-405f-9397-7e74cc91100d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:16:28.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.596Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471279163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.596Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471279154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.597Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471280341,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:16:28.606Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5257fa5-0918-405f-9397-7e74cc91100d
2023-02-27T04:16:28.606Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5257fa5-0918-405f-9397-7e74cc91100d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-27T04:16:28.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.624Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471279154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.625Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471281345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-27T04:16:28.626Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.627Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471279154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.627Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.628Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471279154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.628Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471282279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.629Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.630Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471279154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.630Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471283560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.631Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471279154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.632Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471284767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.633Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.633Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471279154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.634Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.634Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471287090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.634Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.635Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471286282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/vfw30c0cdafe73d0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-27T04:16:28.635Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.636Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471287284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-27T04:16:28.636Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.636Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471288287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/resourceInstances/vfw30c0cdafe73d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-27T04:16:28.636Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.637Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471289290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:16:28.637Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.637Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471294825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:16:28.638Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.638Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471295832,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:16:28.661Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5257fa5-0918-405f-9397-7e74cc91100d
2023-02-27T04:16:28.661Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5257fa5-0918-405f-9397-7e74cc91100d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:16:28.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.685Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471296692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230227041217/1.0/artifacts/service-Vfw20230227041217-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:16:28.686Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.686Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471297702,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:16:28.701Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5257fa5-0918-405f-9397-7e74cc91100d
2023-02-27T04:16:28.702Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5257fa5-0918-405f-9397-7e74cc91100d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:16:28.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.726Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471282350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.727Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471308942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.728Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471298704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.729Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471276427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.731Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471309155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.732Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471282350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.734Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471308942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.735Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471276427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.736Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471298704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.738Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471309155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.740Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471282350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.742Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471308942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.744Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471276427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.746Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471298704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.747Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.748Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471309155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.749Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471308942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.749Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.750Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471276427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.750Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.750Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471282350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.751Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471298704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.752Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471309155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.752Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.753Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471282350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.753Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471308942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.754Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.754Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471276427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.754Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.755Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471298704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.755Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471309155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.756Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471282350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.757Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471308942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.757Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471276427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.758Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471298704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.759Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471309155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:16:28.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.759Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471282350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.760Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471308942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.761Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471276427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471298704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471309155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:16:28.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471316708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677471316296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471316803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471317823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471318392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471317806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:16:28.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471318911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677471318807,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:16:28.798Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c14d0ab3-f40d-4e96-9218-ea1e56a12c12
2023-02-27T04:16:28.799Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c14d0ab3-f40d-4e96-9218-ea1e56a12c12 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:16:28.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.820Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471320037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:16:28.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.820Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471321117,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:16:28.830Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c14d0ab3-f40d-4e96-9218-ea1e56a12c12
2023-02-27T04:16:28.830Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c14d0ab3-f40d-4e96-9218-ea1e56a12c12 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-27T04:16:28.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.846Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471321165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:16:28.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677471322123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-27T04:16:28.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677471322171,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:16:28.856Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c14d0ab3-f40d-4e96-9218-ea1e56a12c12
2023-02-27T04:16:28.857Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c14d0ab3-f40d-4e96-9218-ea1e56a12c12 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:16:28.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.875Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471325660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:16:28.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:16:28.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:16:28.876Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "aai-model-loader",
  "timestamp": 1677471326663,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:16:28.884Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c14d0ab3-f40d-4e96-9218-ea1e56a12c12
2023-02-27T04:16:28.884Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c14d0ab3-f40d-4e96-9218-ea1e56a12c12 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:16:50.429Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5257fa5-0918-405f-9397-7e74cc91100d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:16:50.447Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5257fa5-0918-405f-9397-7e74cc91100d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:16:50.451Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:16:50.451Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-27T04:16:50.451Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-27T04:16:50.451Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-27T04:16:50.451Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:16:50.451Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:16:50.451Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:16:50.452Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:16:50.452Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:16:50.477Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-27T04:17:20.477Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5257fa5-0918-405f-9397-7e74cc91100d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-27T04:17:20.495Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5257fa5-0918-405f-9397-7e74cc91100d and serviceModelVersionId: caab8b56-e834-4617-b690-0cc49edb825e
2023-02-27T04:17:20.495Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 636b990c-e2e1-435a-9e7a-1ddad87ed88f
2023-02-27T04:17:28.531Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:37.657Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/636b990c-e2e1-435a-9e7a-1ddad87ed88f/model-vers/model-ver/caab8b56-e834-4617-b690-0cc49edb825e?depth=0
2023-02-27T04:17:37.801Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-27T04:17:38.459Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/636b990c-e2e1-435a-9e7a-1ddad87ed88f/model-vers/model-ver/caab8b56-e834-4617-b690-0cc49edb825e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-27T04:17:38.465Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/636b990c-e2e1-435a-9e7a-1ddad87ed88f/model-vers/model-ver/caab8b56-e834-4617-b690-0cc49edb825e?depth=0|INFO|500||Invoke
2023-02-27T04:17:38.491Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/636b990c-e2e1-435a-9e7a-1ddad87ed88f/model-vers/model-ver/caab8b56-e834-4617-b690-0cc49edb825e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-27T04:17:38.828Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/636b990c-e2e1-435a-9e7a-1ddad87ed88f/model-vers/model-ver/caab8b56-e834-4617-b690-0cc49edb825e?depth=0|INFO|500||InvokeReturn
2023-02-27T04:17:38.831Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/636b990c-e2e1-435a-9e7a-1ddad87ed88f/model-vers/model-ver/caab8b56-e834-4617-b690-0cc49edb825e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Feb 2023 04:17:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[306], vertex-id=[405704], x-aai-txid=[1-aai-resources-230227-04:17:38:237-52322], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-27T04:17:38.832Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-02-27T04:17:38.837Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-27T04:17:38.837Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:17:38.852Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-27T04:17:38.854Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5257fa5-0918-405f-9397-7e74cc91100d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-27T04:17:38.856Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-27T04:17:38.857Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:38.857Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:38.857Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471458855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:38.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:17:38.912Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5257fa5-0918-405f-9397-7e74cc91100d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471458855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-27T04:17:38.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T04:17:39.879Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:17:39.888Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-27T04:17:39.888Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"c14d0ab3-f40d-4e96-9218-ea1e56a12c12","serviceName":"basic_onboard_JIxqMr","serviceVersion":"1.0","serviceUUID":"705c8c28-1745-46f0-8b15-0be4815a7f46","serviceDescription":"service","serviceInvariantUUID":"97d5eb83-7f73-49f3-a2ba-f92552088abf","resources":[{"resourceInstanceName":"basic_onboard_JIxqMr 0","resourceName":"basic_onboard_JIxqMr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80fdd7c5-38a6-473f-80db-055dcaebb9da","resourceInvariantUUID":"e6d8c9b0-e8d3-4e76-b38d-503f18e4090f","resourceCustomizationUUID":"88a14502-9d1a-4a11-aa2b-3e3c4414ff2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vf-license-model.xml","artifactChecksum":"ZTkxZjk5YmU2YjdkMDExODg1OGM1OGQ5ZjU1ZjMyM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f6b2485-15a1-47ee-98ae-526fd0b97a3c","artifactVersion":"1"},{"artifactName":"basic_onboard_jixqmr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json","artifactChecksum":"MjA1MWE5MjQ5NTQ4MmRlODllYzQzNDQ0NWQ0ODk4MGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bfe70eda-53a7-441a-9c58-d8f7a483aa25","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c24e7f63-a326-4dfd-821a-d9b506d20f7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ab47d4b-25fa-4486-abe3-4a72780c4dc7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b08e819d-5121-405f-b425-f11fdcc73310","artifactVersion":"2","generatedFromUUID":"c24e7f63-a326-4dfd-821a-d9b506d20f7a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJixqmr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-template.yml","artifactChecksum":"NzU0NDE1MGMzZTFjZmMyNmNiNWFlZjM5YjI0NmU2MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8ed2871-5607-4fff-aa1b-671048bb6617","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJixqmr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar","artifactChecksum":"ODVlMWQ4YzAyNjk1YTdmODI0NTk4NDRhOTU3YWY3NWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bf0abe2-af88-4657-96b6-c7fea953b385","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T04:17:39.892Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:17:39.893Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:39.893Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:39.893Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:40.894Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:17:40.895Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:40.895Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:40.895Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:41.896Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:17:41.897Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:41.897Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:41.897Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:42.898Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:17:42.899Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:42.899Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:42.899Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:43.900Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:17:43.900Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:43.901Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:43.901Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:44.902Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:17:44.902Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:44.903Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:44.903Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:45.904Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:17:45.904Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:45.904Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:45.905Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:46.906Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "serviceName": "basic_onboard_JIxqMr",
  "serviceVersion": "1.0",
  "serviceUUID": "705c8c28-1745-46f0-8b15-0be4815a7f46",
  "serviceDescription": "service",
  "serviceInvariantUUID": "97d5eb83-7f73-49f3-a2ba-f92552088abf",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JIxqMr 0",
      "resourceCustomizationUUID": "88a14502-9d1a-4a11-aa2b-3e3c4414ff2a",
      "resourceName": "basic_onboard_JIxqMr",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "80fdd7c5-38a6-473f-80db-055dcaebb9da",
      "resourceInvariantUUID": "e6d8c9b0-e8d3-4e76-b38d-503f18e4090f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jixqmr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
          "artifactChecksum": "MjA1MWE5MjQ5NTQ4MmRlODllYzQzNDQ0NWQ0ODk4MGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bfe70eda-53a7-441a-9c58-d8f7a483aa25",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c24e7f63-a326-4dfd-821a-d9b506d20f7a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b08e819d-5121-405f-b425-f11fdcc73310",
            "generatedFromUUID": "c24e7f63-a326-4dfd-821a-d9b506d20f7a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b08e819d-5121-405f-b425-f11fdcc73310",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJixqmr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
      "artifactChecksum": "ODVlMWQ4YzAyNjk1YTdmODI0NTk4NDRhOTU3YWY3NWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4bf0abe2-af88-4657-96b6-c7fea953b385"
    }
  ],
  "workloadContext": "Production"
}
2023-02-27T04:17:46.907Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T04:17:46.907Z|c5257fa5-0918-405f-9397-7e74cc91100d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 705c8c28-1745-46f0-8b15-0be4815a7f46 ASDC
2023-02-27T04:17:46.907Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c14d0ab3-f40d-4e96-9218-ea1e56a12c12
ServiceName:basic_onboard_JIxqMr
ServiceVersion:1.0
ServiceUUID:705c8c28-1745-46f0-8b15-0be4815a7f46
ServiceInvariantUUID:97d5eb83-7f73-49f3-a2ba-f92552088abf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJixqmr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar
ArtifactUUID:4bf0abe2-af88-4657-96b6-c7fea953b385
ArtifactChecksum:ODVlMWQ4YzAyNjk1YTdmODI0NTk4NDRhOTU3YWY3NWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JIxqMr 0
ResourceCustomizationUUID:88a14502-9d1a-4a11-aa2b-3e3c4414ff2a
ResourceInvariantUUID:e6d8c9b0-e8d3-4e76-b38d-503f18e4090f
ResourceName:basic_onboard_JIxqMr
ResourceType:VF
ResourceUUID:80fdd7c5-38a6-473f-80db-055dcaebb9da
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jixqmr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json
ArtifactUUID:bfe70eda-53a7-441a-9c58-d8f7a483aa25
ArtifactChecksum:MjA1MWE5MjQ5NTQ4MmRlODllYzQzNDQ0NWQ0ODk4MGM=
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/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c24e7f63-a326-4dfd-821a-d9b506d20f7a
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/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env
ArtifactUUID:b08e819d-5121-405f-b425-f11fdcc73310
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/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env
ArtifactUUID:b08e819d-5121-405f-b425-f11fdcc73310
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-27T04:17:46.907Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 705c8c28-1745-46f0-8b15-0be4815a7f46 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T04:17:46.958Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:17:46.959Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:17:46.959Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:17:46.960Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4bf0abe2-af88-4657-96b6-c7fea953b385 from URL: /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:46.960Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:17:46.960Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:47.082Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:17:47.084Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar 4bf0abe2-af88-4657-96b6-c7fea953b385 75688
2023-02-27T04:17:47.084Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar ASDC sendASDCNotification
2023-02-27T04:17:47.085Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:47.085Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:17:47.085Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:47.086Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:47.086Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471467084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:48.087Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:17:48.088Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:17:48.089Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4bf0abe2-af88-4657-96b6-c7fea953b385, URL: /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar to file: /app/ASDC/1/service-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:48.089Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:48.090Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:48.090Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:48.271Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16541161570903004892/Definitions/service-BasicOnboardJixqmr-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-02-27T04:17:49.843Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T04:17:49.844Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-27T04:17:49.844Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:49.845Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-27T04:17:49.845Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:49.845Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||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-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:49.845Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||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-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:49.845Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||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-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:49.845Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:49.845Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||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-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:49.846Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JIxqMr 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-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:49.846Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-27T04:17:49.846Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.846Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:49.846Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIxqMr 0 is matching search criteria
2023-02-27T04:17:49.847Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-27T04:17:49.847Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIxqMr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:17:49.847Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.847Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:49.848Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIxqMr 0 is matching search criteria
2023-02-27T04:17:49.848Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-27T04:17:49.848Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIxqMr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:17:49.848Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.848Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:49.849Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.849Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIxqMr 0 is not matching search criteria
2023-02-27T04:17:49.849Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-27T04:17:49.849Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-27T04:17:49.850Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-27T04:17:49.850Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-27T04:17:49.850Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-27T04:17:49.850Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.850Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T04:17:49.851Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.851Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIxqMr 0 is matching search criteria
2023-02-27T04:17:49.851Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIxqMr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:17:49.851Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.852Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIxqMr 0 is matching search criteria
2023-02-27T04:17:49.852Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIxqMr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:17:49.852Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.852Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIxqMr 0 is matching search criteria
2023-02-27T04:17:49.852Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIxqMr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:17:49.853Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.853Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIxqMr 0 is not matching search criteria
2023-02-27T04:17:49.853Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-27T04:17:49.853Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-27T04:17:49.854Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0639cce8-a370-4126-90e9-c13234057f16
2023-02-27T04:17:49.854Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.854Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:49.854Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.854Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:49.855Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.855Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:49.855Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:49.855Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:49.855Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_JIxqMr
Description:service
Model UUID:705c8c28-1745-46f0-8b15-0be4815a7f46
Model Version:NULL
Model InvariantUuid:97d5eb83-7f73-49f3-a2ba-f92552088abf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_JIxqMr
Model UUID:3caee240-3ad6-486a-a81c-68df5b4983d0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e6d8c9b0-e8d3-4e76-b38d-503f18e4090f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:88a14502-9d1a-4a11-aa2b-3e3c4414ff2a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ad11fc98-6ddb-485f-a397-fa433f5852c5
ModelName:BasicOnboardJixqmr..base_ubuntu18..module-0
ModelUuid:b40bb94d-a8ef-46e6-9e07-8e94db998c98
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0639cce8-a370-4126-90e9-c13234057f16
ModelInvariantUuid:edf19925-3589-4e99-99e6-9d38aed9c0b0
ModelName:basic_onboard_JIxqMr-nodes.ubuntu18Cvfc
ModelUuid:b7f1a41e-b2aa-497f-a0cf-1f585de03e38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:1bee2be6-099b-46fb-90cb-004f8b4055bf
ModelInvariantUuid:2a0adae4-dee9-4e59-8077-745594112647
ModelName:BasicOnboardJixqmr.compute.nodes.heat.ubuntu18
ModelUuid:75c8dd71-ec85-49be-97b0-82d84aaf79e4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-27T04:17:49.874Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 80fdd7c5-38a6-473f-80db-055dcaebb9da
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:17:49.879Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||basic_onboard_JIxqMr 0
2023-02-27T04:17:49.880Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80fdd7c5-38a6-473f-80db-055dcaebb9da
2023-02-27T04:17:49.880Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bfe70eda-53a7-441a-9c58-d8f7a483aa25 from URL: /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json
2023-02-27T04:17:49.880Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:17:49.881Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json
2023-02-27T04:17:49.966Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:17:49.967Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json bfe70eda-53a7-441a-9c58-d8f7a483aa25 798
2023-02-27T04:17:49.968Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json ASDC sendASDCNotification
2023-02-27T04:17:49.968Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json
2023-02-27T04:17:49.968Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:17:49.969Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:49.969Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:49.969Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471469968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:50.973Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJixqmr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ad11fc98-6ddb-485f-a397-fa433f5852c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b40bb94d-a8ef-46e6-9e07-8e94db998c98",
    "vfModuleModelCustomizationUUID": "c016221d-249f-40f8-9021-65f0ae462edc",
    "isBase": true,
    "artifacts": [
      "c24e7f63-a326-4dfd-821a-d9b506d20f7a",
      "b08e819d-5121-405f-b425-f11fdcc73310"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-27T04:17:50.983Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJixqmr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b40bb94d-a8ef-46e6-9e07-8e94db998c98
VfModuleModelInvariantUUID:ad11fc98-6ddb-485f-a397-fa433f5852c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
c24e7f63-a326-4dfd-821a-d9b506d20f7a
,
b08e819d-5121-405f-b425-f11fdcc73310

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

isBase:true


}

2023-02-27T04:17:50.985Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJixqmr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ad11fc98-6ddb-485f-a397-fa433f5852c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b40bb94d-a8ef-46e6-9e07-8e94db998c98",
    "vfModuleModelCustomizationUUID": "c016221d-249f-40f8-9021-65f0ae462edc",
    "isBase": true,
    "artifacts": [
      "c24e7f63-a326-4dfd-821a-d9b506d20f7a",
      "b08e819d-5121-405f-b425-f11fdcc73310"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-27T04:17:50.985Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJixqmr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b40bb94d-a8ef-46e6-9e07-8e94db998c98
VfModuleModelInvariantUUID:ad11fc98-6ddb-485f-a397-fa433f5852c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
c24e7f63-a326-4dfd-821a-d9b506d20f7a
,
b08e819d-5121-405f-b425-f11fdcc73310

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

isBase:true


}

2023-02-27T04:17:50.985Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c24e7f63-a326-4dfd-821a-d9b506d20f7a from URL: /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml
2023-02-27T04:17:50.986Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:17:50.986Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml
2023-02-27T04:17:51.100Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:17:51.101Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml c24e7f63-a326-4dfd-821a-d9b506d20f7a 5033
2023-02-27T04:17:51.101Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-27T04:17:51.101Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml
2023-02-27T04:17:51.102Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:17:51.102Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:51.102Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:51.102Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471471101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:52.103Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b08e819d-5121-405f-b425-f11fdcc73310 from URL: /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env
2023-02-27T04:17:52.104Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:17:52.104Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env
2023-02-27T04:17:52.228Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:17:52.229Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env b08e819d-5121-405f-b425-f11fdcc73310 909
2023-02-27T04:17:52.229Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-27T04:17:52.229Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env
2023-02-27T04:17:52.230Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:17:52.230Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:52.230Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:52.230Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471472229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:53.231Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 705c8c28-1745-46f0-8b15-0be4815a7f46
2023-02-27T04:17:53.232Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JIxqMr 0 80fdd7c5-38a6-473f-80db-055dcaebb9da ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:17:53.261Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@657ae14e, org.onap.sdc.toscaparser.api.parameters.Input@6d8c0f66, org.onap.sdc.toscaparser.api.parameters.Input@47ceec04, org.onap.sdc.toscaparser.api.parameters.Input@963e9b0, org.onap.sdc.toscaparser.api.parameters.Input@3b211943]
2023-02-27T04:17:53.263Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.263Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:53.264Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-02-27T04:17:53.264Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 88a14502-9d1a-4a11-aa2b-3e3c4414ff2a
2023-02-27T04:17:53.264Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 88a14502-9d1a-4a11-aa2b-3e3c4414ff2a matches Tosca VF Customization UUID: 88a14502-9d1a-4a11-aa2b-3e3c4414ff2a
2023-02-27T04:17:53.265Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 88a14502-9d1a-4a11-aa2b-3e3c4414ff2a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-27T04:17:53.269Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.269Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:53.270Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 88a14502-9d1a-4a11-aa2b-3e3c4414ff2a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-27T04:17:53.270Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10fde57c
2023-02-27T04:17:53.271Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.271Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T04:17:53.271Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c016221d-249f-40f8-9021-65f0ae462edc
2023-02-27T04:17:53.271Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c016221d-249f-40f8-9021-65f0ae462edc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-27T04:17:53.278Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.279Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIxqMr 0 is matching search criteria
2023-02-27T04:17:53.279Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIxqMr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:17:53.280Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.280Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIxqMr 0 is matching search criteria
2023-02-27T04:17:53.280Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIxqMr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:17:53.281Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.281Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIxqMr 0 is not matching search criteria
2023-02-27T04:17:53.281Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-27T04:17:53.282Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-27T04:17:53.282Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0639cce8-a370-4126-90e9-c13234057f16
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-27T04:17:53.286Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.286Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIxqMr 0 is matching search criteria
2023-02-27T04:17:53.286Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIxqMr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:17:53.287Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.287Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIxqMr 0 is matching search criteria
2023-02-27T04:17:53.287Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIxqMr 0] matching following query criteria: sdcType=VF, customizationUUID=88a14502-9d1a-4a11-aa2b-3e3c4414ff2a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:17:53.290Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.290Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:53.291Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 705c8c28-1745-46f0-8b15-0be4815a7f46: basic_onboard_JIxqMr
2023-02-27T04:17:53.291Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.291Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:53.292Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.292Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:53.292Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.292Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:53.292Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.293Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:53.293Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:17:53.293Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIxqMr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:17:53.293Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_JIxqMr 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:17:53.446Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JIxqMr 80fdd7c5-38a6-473f-80db-055dcaebb9da 1 ASDC deployResourceStructure
2023-02-27T04:17:53.446Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json ASDC sendASDCNotification
2023-02-27T04:17:53.447Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json
2023-02-27T04:17:53.447Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:17:53.447Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:53.448Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:53.448Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471473446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:54.449Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-27T04:17:54.450Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml
2023-02-27T04:17:54.451Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:17:54.451Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:54.451Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:54.451Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471474449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:55.453Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-27T04:17:55.453Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env
2023-02-27T04:17:55.454Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:17:55.454Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:55.454Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:55.454Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471475453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:56.455Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar ASDC sendASDCNotification
2023-02-27T04:17:56.456Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar
2023-02-27T04:17:56.456Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:17:56.456Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:17:56.456Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:17:56.457Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471476455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:17:57.458Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c14d0ab3-f40d-4e96-9218-ea1e56a12c12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:17:57.475Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c14d0ab3-f40d-4e96-9218-ea1e56a12c12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:17:57.480Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:17:57.480Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-27T04:17:57.480Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-27T04:17:57.480Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-27T04:17:57.481Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:17:57.481Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:17:57.481Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:17:57.481Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:17:57.481Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:17:57.489Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-27T04:18:27.490Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c14d0ab3-f40d-4e96-9218-ea1e56a12c12 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-27T04:18:27.500Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c14d0ab3-f40d-4e96-9218-ea1e56a12c12 and serviceModelVersionId: 705c8c28-1745-46f0-8b15-0be4815a7f46
2023-02-27T04:18:27.500Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97d5eb83-7f73-49f3-a2ba-f92552088abf
2023-02-27T04:18:27.501Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97d5eb83-7f73-49f3-a2ba-f92552088abf/model-vers/model-ver/705c8c28-1745-46f0-8b15-0be4815a7f46?depth=0
2023-02-27T04:18:27.507Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-27T04:18:27.571Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d5eb83-7f73-49f3-a2ba-f92552088abf/model-vers/model-ver/705c8c28-1745-46f0-8b15-0be4815a7f46?depth=0|INFO|500||Invoke
2023-02-27T04:18:27.572Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d5eb83-7f73-49f3-a2ba-f92552088abf/model-vers/model-ver/705c8c28-1745-46f0-8b15-0be4815a7f46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d5eb83-7f73-49f3-a2ba-f92552088abf/model-vers/model-ver/705c8c28-1745-46f0-8b15-0be4815a7f46?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c14d0ab3-f40d-4e96-9218-ea1e56a12c12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a331bfa3-c6b1-42d9-adae-43097b49ac42], X-ECOMP-RequestID=[c14d0ab3-f40d-4e96-9218-ea1e56a12c12], X-TransactionId=[], X-ONAP-RequestID=[c14d0ab3-f40d-4e96-9218-ea1e56a12c12], Content-Type=[application/merge-patch+json]}
2023-02-27T04:18:27.583Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d5eb83-7f73-49f3-a2ba-f92552088abf/model-vers/model-ver/705c8c28-1745-46f0-8b15-0be4815a7f46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-27T04:18:27.878Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d5eb83-7f73-49f3-a2ba-f92552088abf/model-vers/model-ver/705c8c28-1745-46f0-8b15-0be4815a7f46?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/97d5eb83-7f73-49f3-a2ba-f92552088abf/model-vers/model-ver/705c8c28-1745-46f0-8b15-0be4815a7f46?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Feb 2023 04:18:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[278], vertex-id=[213072], x-aai-txid=[2-aai-resources-230227-04:18:27:327-29383], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-27T04:18:27.879Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d5eb83-7f73-49f3-a2ba-f92552088abf/model-vers/model-ver/705c8c28-1745-46f0-8b15-0be4815a7f46?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-27T04:18:27.880Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d5eb83-7f73-49f3-a2ba-f92552088abf/model-vers/model-ver/705c8c28-1745-46f0-8b15-0be4815a7f46?depth=0|INFO|500||InvokeReturn
2023-02-27T04:18:27.880Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-27T04:18:27.881Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:18:27.890Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-27T04:18:27.891Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c14d0ab3-f40d-4e96-9218-ea1e56a12c12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-27T04:18:27.891Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-27T04:18:27.892Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:18:27.892Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:18:27.892Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471507891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:18:28.531Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:18:28.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.536Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:18:28.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.538Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "NOTIFIED"
}
2023-02-27T04:18:28.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:18:28.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:18:28.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-27T04:18:28.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:18:28.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471459879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:18:28.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471467084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:18:28.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.543Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471469968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:18:28.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.544Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471471101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:18:28.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.545Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471472229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:18:28.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.546Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471473446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/basic_onboard_jixqmr0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-27T04:18:28.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.547Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471474449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-27T04:18:28.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.547Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471475453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/resourceInstances/basic_onboard_jixqmr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-27T04:18:28.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.549Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471476455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJixqmr/1.0/artifacts/service-BasicOnboardJixqmr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:18:28.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:18:28.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-27T04:18:28.551Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c14d0ab3-f40d-4e96-9218-ea1e56a12c12",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677471507891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-27T04:18:28.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T04:18:28.910Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:19:28.531Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:19:28.912Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:20:28.531Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:20:28.912Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:21:28.531Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:21:28.913Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:22:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:22:28.914Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:23:28.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:23:28.916Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:24:28.536Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:24:28.917Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:25:28.538Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:25:28.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:26:28.540Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:26:28.919Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:27:28.541Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:27:28.920Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:28:28.542Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:28:28.922Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:28:39.575Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-27T04:28:39.576Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"7e8f41f7-fdab-4a88-9534-12596103fd1c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4f1a53bb-6239-41ab-8d23-780840cf46b3","serviceDescription":"service","serviceInvariantUUID":"5677858e-1f9a-470f-9624-a67d3c6fdca1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8ea2dc39-b1d0-495c-bd87-be2dd66875ad","resourceInvariantUUID":"fdc14a21-7eec-4b1b-8dfa-9e6b994dae12","resourceCustomizationUUID":"ab8ccdf4-29ea-43dd-8010-3ac89234e925","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":"MTE3ODI5OGZkZDAyNjFjMTA1ZjFjMDRlZGZiZjQ2ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23d8a852-41e4-4ee1-b700-ccb2a162d1ad","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjgzNWY2NDEyNDIxYmFlMGM5OWJjZjg4MDAyMjFmMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dae98989-7ff7-4cd9-9489-474d68d1f778","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T04:28:39.583Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:28:39.584Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:28:39.584Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:28:39.585Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472108922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:28:39.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:28:39.610Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472108922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:28:39.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:28:40.591Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:28:40.593Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:28:40.593Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:28:40.593Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472108922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:28:41.595Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4f1a53bb-6239-41ab-8d23-780840cf46b3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5677858e-1f9a-470f-9624-a67d3c6fdca1",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ab8ccdf4-29ea-43dd-8010-3ac89234e925",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8ea2dc39-b1d0-495c-bd87-be2dd66875ad",
      "resourceInvariantUUID": "fdc14a21-7eec-4b1b-8dfa-9e6b994dae12",
      "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": "NjgzNWY2NDEyNDIxYmFlMGM5OWJjZjg4MDAyMjFmMTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dae98989-7ff7-4cd9-9489-474d68d1f778"
    }
  ],
  "workloadContext": "Production"
}
2023-02-27T04:28:41.596Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T04:28:41.596Z|c14d0ab3-f40d-4e96-9218-ea1e56a12c12|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f1a53bb-6239-41ab-8d23-780840cf46b3 ASDC
2023-02-27T04:28:41.597Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:7e8f41f7-fdab-4a88-9534-12596103fd1c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4f1a53bb-6239-41ab-8d23-780840cf46b3
ServiceInvariantUUID:5677858e-1f9a-470f-9624-a67d3c6fdca1
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:dae98989-7ff7-4cd9-9489-474d68d1f778
ArtifactChecksum:NjgzNWY2NDEyNDIxYmFlMGM5OWJjZjg4MDAyMjFmMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ab8ccdf4-29ea-43dd-8010-3ac89234e925
ResourceInvariantUUID:fdc14a21-7eec-4b1b-8dfa-9e6b994dae12
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8ea2dc39-b1d0-495c-bd87-be2dd66875ad
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-27T04:28:41.597Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f1a53bb-6239-41ab-8d23-780840cf46b3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:28:41.675Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:28:41.677Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:28:41.677Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:28:41.677Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dae98989-7ff7-4cd9-9489-474d68d1f778 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-27T04:28:41.677Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:28:41.678Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-27T04:28:41.990Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:28:41.992Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar dae98989-7ff7-4cd9-9489-474d68d1f778 57785
2023-02-27T04:28:41.992Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-27T04:28:41.992Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-27T04:28:41.993Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:28:41.993Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:28:41.993Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:28:41.993Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472121992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:28:42.994Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:28:42.995Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:28:42.995Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dae98989-7ff7-4cd9-9489-474d68d1f778, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T04:28:42.996Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-27T04:28:42.996Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T04:28:42.996Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T04:28:43.166Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11257061535654407350/Definitions/service-BasicNetwork-template.yml
2023-02-27T04:28:43.737Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T04:28:43.738Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-27T04:28:43.738Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T04:28:43.738Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-27T04:28:43.738Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T04:28:43.739Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T04:28:43.739Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T04:28:43.739Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T04:28:43.740Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T04:28:43.740Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T04:28:43.740Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T04:28:43.741Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-27T04:28:43.741Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-27T04:28:43.741Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.742Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.742Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-27T04:28:43.742Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-27T04:28:43.742Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:28:43.743Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.743Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.743Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-27T04:28:43.744Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-27T04:28:43.744Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:28:43.744Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.745Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.745Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.745Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.746Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.746Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.746Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.747Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.747Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.747Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.747Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4f1a53bb-6239-41ab-8d23-780840cf46b3
Model Version:NULL
Model InvariantUuid:5677858e-1f9a-470f-9624-a67d3c6fdca1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fdc14a21-7eec-4b1b-8dfa-9e6b994dae12
Model UUID:89d6f2b9-aedd-45cb-9a9a-44b9600bfbef
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ab8ccdf4-29ea-43dd-8010-3ac89234e925
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-27T04:28:43.772Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 8ea2dc39-b1d0-495c-bd87-be2dd66875ad
2023-02-27T04:28:43.773Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||No resources found for Service: 4f1a53bb-6239-41ab-8d23-780840cf46b3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:28:43.780Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||
2023-02-27T04:28:43.780Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-27T04:28:43.782Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 4f1a53bb-6239-41ab-8d23-780840cf46b3
2023-02-27T04:28:43.782Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4f1a53bb-6239-41ab-8d23-780840cf46b3
2023-02-27T04:28:43.782Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-27T04:28:43.783Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:28:43.790Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a748d90, org.onap.sdc.toscaparser.api.parameters.Input@3afa0d79, org.onap.sdc.toscaparser.api.parameters.Input@134c493c, org.onap.sdc.toscaparser.api.parameters.Input@45d7d05a, org.onap.sdc.toscaparser.api.parameters.Input@3bb1dd7d]
2023-02-27T04:28:43.791Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.792Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.792Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.792Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.793Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4f1a53bb-6239-41ab-8d23-780840cf46b3: Generic NeutronNet
2023-02-27T04:28:43.793Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.793Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.794Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.794Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-02-27T04:28:43.843Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.844Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.844Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.845Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.845Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:28:43.846Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:28:43.846Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-27T04:28:43.940Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-27T04:28:43.942Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-27T04:28:43.942Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-27T04:28:43.942Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:28:43.943Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:28:43.944Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:28:43.945Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472123942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:28:44.946Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8f41f7-fdab-4a88-9534-12596103fd1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:28:44.965Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8f41f7-fdab-4a88-9534-12596103fd1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:28:44.969Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:28:44.969Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:28:44.970Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:29:14.970Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8f41f7-fdab-4a88-9534-12596103fd1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:29:15.001Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8f41f7-fdab-4a88-9534-12596103fd1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:29:15.011Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:29:15.011Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:29:15.012Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:29:28.531Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:29:28.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:29:28.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472097329,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:29:28.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:29:28.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:29:28.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472099835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:29:28.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:29:45.012Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8f41f7-fdab-4a88-9534-12596103fd1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:29:45.047Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8f41f7-fdab-4a88-9534-12596103fd1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:29:45.050Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:29:45.050Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:29:45.051Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:30:15.051Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8f41f7-fdab-4a88-9534-12596103fd1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:30:15.075Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8f41f7-fdab-4a88-9534-12596103fd1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:30:15.079Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:30:15.079Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:30:15.079Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:30:28.531Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:30:28.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472103167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:30:28.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472119154,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:30:28.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472108922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:30:28.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472097329,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:30:28.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472099835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:30:28.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472103167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:30:28.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472119154,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:30:28.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472121992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:30:28.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472121580,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:30:28.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472122130,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:30:28.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472123593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:30:28.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472123134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:30:28.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472123942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:30:28.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472124136,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:30:28.552Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e8f41f7-fdab-4a88-9534-12596103fd1c
2023-02-27T04:30:28.552Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8f41f7-fdab-4a88-9534-12596103fd1c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:30:28.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.581Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472125451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:30:28.582Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.582Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472126457,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:30:28.591Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e8f41f7-fdab-4a88-9534-12596103fd1c
2023-02-27T04:30:28.592Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8f41f7-fdab-4a88-9534-12596103fd1c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:30:28.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.611Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472129342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:30:28.612Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.612Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472129342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:30:28.612Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.613Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472131495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:30:28.613Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.613Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472136568,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:30:28.613Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:30:28.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:30:28.613Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472137570,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:30:28.623Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e8f41f7-fdab-4a88-9534-12596103fd1c
2023-02-27T04:30:28.623Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8f41f7-fdab-4a88-9534-12596103fd1c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:30:45.080Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8f41f7-fdab-4a88-9534-12596103fd1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:30:45.105Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8f41f7-fdab-4a88-9534-12596103fd1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:30:45.112Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:30:45.112Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-27T04:30:45.112Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-27T04:30:45.112Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-27T04:30:45.112Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:30:45.112Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:30:45.113Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:30:45.113Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:30:45.113Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:30:45.128Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-27T04:31:15.128Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e8f41f7-fdab-4a88-9534-12596103fd1c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-27T04:31:15.162Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e8f41f7-fdab-4a88-9534-12596103fd1c and serviceModelVersionId: 4f1a53bb-6239-41ab-8d23-780840cf46b3
2023-02-27T04:31:15.163Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5677858e-1f9a-470f-9624-a67d3c6fdca1
2023-02-27T04:31:15.164Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5677858e-1f9a-470f-9624-a67d3c6fdca1/model-vers/model-ver/4f1a53bb-6239-41ab-8d23-780840cf46b3?depth=0
2023-02-27T04:31:15.171Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-27T04:31:15.256Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5677858e-1f9a-470f-9624-a67d3c6fdca1/model-vers/model-ver/4f1a53bb-6239-41ab-8d23-780840cf46b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-27T04:31:15.261Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5677858e-1f9a-470f-9624-a67d3c6fdca1/model-vers/model-ver/4f1a53bb-6239-41ab-8d23-780840cf46b3?depth=0|INFO|500||Invoke
2023-02-27T04:31:15.267Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5677858e-1f9a-470f-9624-a67d3c6fdca1/model-vers/model-ver/4f1a53bb-6239-41ab-8d23-780840cf46b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-27T04:31:15.510Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5677858e-1f9a-470f-9624-a67d3c6fdca1/model-vers/model-ver/4f1a53bb-6239-41ab-8d23-780840cf46b3?depth=0|INFO|500||InvokeReturn
2023-02-27T04:31:15.511Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5677858e-1f9a-470f-9624-a67d3c6fdca1/model-vers/model-ver/4f1a53bb-6239-41ab-8d23-780840cf46b3?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Feb 2023 04:31:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[237], vertex-id=[221320], x-aai-txid=[1-aai-resources-230227-04:31:15:030-46063], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-27T04:31:15.512Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-02-27T04:31:15.512Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-27T04:31:15.512Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:31:15.524Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-27T04:31:15.524Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e8f41f7-fdab-4a88-9534-12596103fd1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-27T04:31:15.525Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-27T04:31:15.525Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:15.525Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:15.526Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472275525,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T04:31:16.548Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:31:16.554Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-27T04:31:16.554Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"d72890c3-74c8-4f06-bb9b-76f6a8a6c692","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"598eb9cb-b50c-473a-b020-0d59ca8a5714","serviceDescription":"service","serviceInvariantUUID":"07053ae5-69d9-41aa-bae6-047935587009","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"514698d1-cbe0-46b4-9c97-a98d18a59e72","resourceInvariantUUID":"1df1a6c3-0a49-4214-85f5-e8b36d3e3a45","resourceCustomizationUUID":"aa7b4ea3-b748-47be-879d-cb934ae8ca14","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":"MjE1YmU4ZDk4N2E1ODJjNmFiYzdhZjM0MGZjNmUyOGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bae4350-d348-4614-8980-b87a56bbbb94","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":"NGI1ZmI4Y2IzMTdlYmJkNTdlYjRlNTg3Y2YzNzAwYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0984e479-6ddb-4d96-9ce7-9bd85d3e3b86","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":"cf5bf906-d3f1-4af4-b451-024607ede61f","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":"23dc67a6-482b-490e-af9f-93d993392f7d","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":"4a5e939e-dc0d-448d-9b5a-7462fd6a1ed2","artifactVersion":"2","generatedFromUUID":"cf5bf906-d3f1-4af4-b451-024607ede61f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmFhNzlkMWQ1ZTY0ZjE4NThmOTA5YWEzMDZmMWI5NWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5081682-2aa4-431d-813e-6919b291e412","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjY0ZWE2ZmJkMmZjYjdlZmQ2NWI2NjAxNGRiNzc1NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e318634b-645b-40cd-95b6-d18e1fc01b06","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T04:31:16.557Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:31:16.557Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:16.558Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:16.558Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:17.561Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:31:17.562Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:17.562Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:17.562Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:18.563Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:31:18.564Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:18.564Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:18.564Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:19.565Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:31:19.566Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:19.566Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:19.567Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:20.568Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:31:20.569Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:20.569Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:20.569Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:21.570Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:31:21.571Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:21.571Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:21.572Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:22.573Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:31:22.574Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:22.574Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:22.575Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:23.576Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "598eb9cb-b50c-473a-b020-0d59ca8a5714",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07053ae5-69d9-41aa-bae6-047935587009",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "aa7b4ea3-b748-47be-879d-cb934ae8ca14",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "514698d1-cbe0-46b4-9c97-a98d18a59e72",
      "resourceInvariantUUID": "1df1a6c3-0a49-4214-85f5-e8b36d3e3a45",
      "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": "NGI1ZmI4Y2IzMTdlYmJkNTdlYjRlNTg3Y2YzNzAwYWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0984e479-6ddb-4d96-9ce7-9bd85d3e3b86",
          "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": "cf5bf906-d3f1-4af4-b451-024607ede61f",
          "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": "4a5e939e-dc0d-448d-9b5a-7462fd6a1ed2",
            "generatedFromUUID": "cf5bf906-d3f1-4af4-b451-024607ede61f"
          },
          "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": "4a5e939e-dc0d-448d-9b5a-7462fd6a1ed2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjY0ZWE2ZmJkMmZjYjdlZmQ2NWI2NjAxNGRiNzc1NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e318634b-645b-40cd-95b6-d18e1fc01b06"
    }
  ],
  "workloadContext": "Production"
}
2023-02-27T04:31:23.578Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T04:31:23.578Z|7e8f41f7-fdab-4a88-9534-12596103fd1c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 598eb9cb-b50c-473a-b020-0d59ca8a5714 ASDC
2023-02-27T04:31:23.579Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d72890c3-74c8-4f06-bb9b-76f6a8a6c692
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:598eb9cb-b50c-473a-b020-0d59ca8a5714
ServiceInvariantUUID:07053ae5-69d9-41aa-bae6-047935587009
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:e318634b-645b-40cd-95b6-d18e1fc01b06
ArtifactChecksum:NjY0ZWE2ZmJkMmZjYjdlZmQ2NWI2NjAxNGRiNzc1NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:aa7b4ea3-b748-47be-879d-cb934ae8ca14
ResourceInvariantUUID:1df1a6c3-0a49-4214-85f5-e8b36d3e3a45
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:514698d1-cbe0-46b4-9c97-a98d18a59e72
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:0984e479-6ddb-4d96-9ce7-9bd85d3e3b86
ArtifactChecksum:NGI1ZmI4Y2IzMTdlYmJkNTdlYjRlNTg3Y2YzNzAwYWM=
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:cf5bf906-d3f1-4af4-b451-024607ede61f
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:4a5e939e-dc0d-448d-9b5a-7462fd6a1ed2
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:4a5e939e-dc0d-448d-9b5a-7462fd6a1ed2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-27T04:31:23.581Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 598eb9cb-b50c-473a-b020-0d59ca8a5714 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:31:23.638Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:31:23.639Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:31:23.639Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:31:23.640Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e318634b-645b-40cd-95b6-d18e1fc01b06 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-27T04:31:23.640Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:31:23.640Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-27T04:31:23.728Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:31:23.729Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e318634b-645b-40cd-95b6-d18e1fc01b06 75191
2023-02-27T04:31:23.729Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-27T04:31:23.729Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-27T04:31:23.730Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:31:23.730Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:23.730Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:23.730Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472283729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:24.731Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:31:24.732Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:31:24.733Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e318634b-645b-40cd-95b6-d18e1fc01b06, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T04:31:24.733Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-27T04:31:24.734Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T04:31:24.734Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T04:31:24.914Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2449822604660417542/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-27T04:31:26.284Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T04:31:26.285Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-27T04:31:26.285Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T04:31:26.285Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-27T04:31:26.285Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T04:31:26.285Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T04:31:26.285Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T04:31:26.286Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T04:31:26.286Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T04:31:26.286Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T04:31:26.286Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-27T04:31:26.286Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-27T04:31:26.286Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.286Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:26.286Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-27T04:31:26.287Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-27T04:31:26.287Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:31:26.287Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.287Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:26.287Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-27T04:31:26.288Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-27T04:31:26.288Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:31:26.288Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.288Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:26.288Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.288Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-27T04:31:26.288Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-27T04:31:26.289Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-27T04:31:26.289Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-27T04:31:26.289Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-27T04:31:26.289Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-27T04:31:26.289Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.289Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T04:31:26.289Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.290Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-27T04:31:26.290Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:31:26.290Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.290Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-27T04:31:26.291Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:31:26.291Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.291Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-27T04:31:26.291Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:31:26.291Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.291Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-27T04:31:26.292Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-27T04:31:26.292Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-27T04:31:26.292Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=983ad503-b573-4415-83b5-6b5f1da8839d
2023-02-27T04:31:26.292Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.292Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:26.293Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.293Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:26.293Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.293Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:26.293Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:26.294Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:26.294Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:598eb9cb-b50c-473a-b020-0d59ca8a5714
Model Version:NULL
Model InvariantUuid:07053ae5-69d9-41aa-bae6-047935587009
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5b6bcc30-eee4-47d1-ae35-e1440a55f263
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1df1a6c3-0a49-4214-85f5-e8b36d3e3a45
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aa7b4ea3-b748-47be-879d-cb934ae8ca14
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ba50acf-151f-48cb-947e-7c98aa4b1e79
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:06c6b249-1368-4910-b574-8ca648cfcaaf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:983ad503-b573-4415-83b5-6b5f1da8839d
ModelInvariantUuid:17b5b41f-7950-4f09-a0ab-9356b9173af1
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13d12840-5c74-4136-a0fa-9faf71960a3d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c5db7ba4-65f5-4e28-8f47-a3ebbd2cac0f
ModelInvariantUuid:87e0dd17-bed0-4af9-8dd7-0ccf30007f2d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:f9cd6c34-9f14-4ff9-b3b9-8659ce614c64
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-27T04:31:26.304Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 514698d1-cbe0-46b4-9c97-a98d18a59e72
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:31:26.308Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||basic_vm 0
2023-02-27T04:31:26.308Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 514698d1-cbe0-46b4-9c97-a98d18a59e72
2023-02-27T04:31:26.308Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0984e479-6ddb-4d96-9ce7-9bd85d3e3b86 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-27T04:31:26.308Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:31:26.309Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-27T04:31:26.424Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:31:26.425Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0984e479-6ddb-4d96-9ce7-9bd85d3e3b86 787
2023-02-27T04:31:26.425Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-27T04:31:26.426Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-27T04:31:26.426Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:31:26.427Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:26.427Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:26.427Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472286425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:27.429Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3ba50acf-151f-48cb-947e-7c98aa4b1e79",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "06c6b249-1368-4910-b574-8ca648cfcaaf",
    "vfModuleModelCustomizationUUID": "d5306597-8a46-48be-9f7e-1db7ea5165ea",
    "isBase": true,
    "artifacts": [
      "cf5bf906-d3f1-4af4-b451-024607ede61f",
      "4a5e939e-dc0d-448d-9b5a-7462fd6a1ed2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-27T04:31:27.435Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:06c6b249-1368-4910-b574-8ca648cfcaaf
VfModuleModelInvariantUUID:3ba50acf-151f-48cb-947e-7c98aa4b1e79
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf5bf906-d3f1-4af4-b451-024607ede61f
,
4a5e939e-dc0d-448d-9b5a-7462fd6a1ed2

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

isBase:true


}

2023-02-27T04:31:27.439Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3ba50acf-151f-48cb-947e-7c98aa4b1e79",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "06c6b249-1368-4910-b574-8ca648cfcaaf",
    "vfModuleModelCustomizationUUID": "d5306597-8a46-48be-9f7e-1db7ea5165ea",
    "isBase": true,
    "artifacts": [
      "cf5bf906-d3f1-4af4-b451-024607ede61f",
      "4a5e939e-dc0d-448d-9b5a-7462fd6a1ed2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-27T04:31:27.439Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:06c6b249-1368-4910-b574-8ca648cfcaaf
VfModuleModelInvariantUUID:3ba50acf-151f-48cb-947e-7c98aa4b1e79
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf5bf906-d3f1-4af4-b451-024607ede61f
,
4a5e939e-dc0d-448d-9b5a-7462fd6a1ed2

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

isBase:true


}

2023-02-27T04:31:27.439Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cf5bf906-d3f1-4af4-b451-024607ede61f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-27T04:31:27.439Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:31:27.440Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-27T04:31:27.606Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:31:27.607Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cf5bf906-d3f1-4af4-b451-024607ede61f 5033
2023-02-27T04:31:27.608Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-27T04:31:27.608Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-27T04:31:27.608Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:31:27.608Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:27.609Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:27.609Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472287607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:28.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:28.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472185143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.537Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472182586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.538Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.538Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472182778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.539Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472209155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.539Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472185143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472182586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472182778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-27T04:31:28.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472209155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472185143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:31:28.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.542Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472182586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.543Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472182778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:31:28.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.543Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472209155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.544Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472185143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.544Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472182586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.545Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472182778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.545Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472209155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.545Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472185143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.546Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472182586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.546Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472182778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-27T04:31:28.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.546Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472209155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.547Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472185143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.547Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472182586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.547Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472182778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.548Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472209155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.548Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472185143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:31:28.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.548Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472182586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:31:28.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.549Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472182778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:31:28.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.549Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472209155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:31:28.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.549Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472219081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:31:28.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.550Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472220153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:31:28.550Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.550Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472218562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:31:28.550Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.550Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.551Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472220702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:31:28.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.551Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472220084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:31:28.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.551Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472219566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.552Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472221271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:31:28.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.552Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.552Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472221085,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:31:28.570Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d72890c3-74c8-4f06-bb9b-76f6a8a6c692
2023-02-27T04:31:28.570Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d72890c3-74c8-4f06-bb9b-76f6a8a6c692 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:31:28.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.587Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472219566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.587Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472222433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:31:28.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.587Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.588Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472222086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.588Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472219566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.588Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472223505,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:31:28.598Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d72890c3-74c8-4f06-bb9b-76f6a8a6c692
2023-02-27T04:31:28.599Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d72890c3-74c8-4f06-bb9b-76f6a8a6c692 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-27T04:31:28.611Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4a5e939e-dc0d-448d-9b5a-7462fd6a1ed2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-27T04:31:28.612Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:31:28.612Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-27T04:31:28.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.615Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.616Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472223821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:31:28.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.616Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472222086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.617Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472219566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.617Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472224508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-27T04:31:28.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.618Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.618Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472224831,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:31:28.627Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d72890c3-74c8-4f06-bb9b-76f6a8a6c692
2023-02-27T04:31:28.628Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d72890c3-74c8-4f06-bb9b-76f6a8a6c692 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:31:28.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.649Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472222086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.649Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472219566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.650Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472225513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.650Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.651Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472222086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.651Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472219566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.652Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472225513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.652Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:31:28.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.653Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472222086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.653Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472219566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.654Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472225513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.654Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472226512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:31:28.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.654Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472222086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.655Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472219566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:31:28.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.655Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472225513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.656Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472222086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.656Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677472227721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:31:28.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:31:28.657Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472225513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:31:28.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:31:28.723Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:31:28.724Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4a5e939e-dc0d-448d-9b5a-7462fd6a1ed2 903
2023-02-27T04:31:28.724Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-27T04:31:28.724Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-27T04:31:28.725Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:31:28.725Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:28.725Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:28.725Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472288724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:29.728Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 598eb9cb-b50c-473a-b020-0d59ca8a5714
2023-02-27T04:31:29.728Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 514698d1-cbe0-46b4-9c97-a98d18a59e72 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:31:29.754Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bfd616, org.onap.sdc.toscaparser.api.parameters.Input@273dd6a5, org.onap.sdc.toscaparser.api.parameters.Input@1b2dee94, org.onap.sdc.toscaparser.api.parameters.Input@5da478a3, org.onap.sdc.toscaparser.api.parameters.Input@22d41a67]
2023-02-27T04:31:29.756Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.758Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:29.758Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-02-27T04:31:29.758Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= aa7b4ea3-b748-47be-879d-cb934ae8ca14
2023-02-27T04:31:29.759Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa7b4ea3-b748-47be-879d-cb934ae8ca14 matches Tosca VF Customization UUID: aa7b4ea3-b748-47be-879d-cb934ae8ca14
2023-02-27T04:31:29.759Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: aa7b4ea3-b748-47be-879d-cb934ae8ca14  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-27T04:31:29.763Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.763Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:29.764Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id aa7b4ea3-b748-47be-879d-cb934ae8ca14: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-27T04:31:29.765Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61a760ea
2023-02-27T04:31:29.765Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.765Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T04:31:29.766Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d5306597-8a46-48be-9f7e-1db7ea5165ea
2023-02-27T04:31:29.766Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d5306597-8a46-48be-9f7e-1db7ea5165ea
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-27T04:31:29.770Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.770Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-27T04:31:29.771Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:31:29.771Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.771Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-27T04:31:29.772Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:31:29.772Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.772Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-27T04:31:29.773Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-27T04:31:29.773Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-27T04:31:29.773Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=983ad503-b573-4415-83b5-6b5f1da8839d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-27T04:31:29.778Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.779Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-27T04:31:29.779Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:31:29.779Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.779Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-27T04:31:29.780Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=aa7b4ea3-b748-47be-879d-cb934ae8ca14
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:31:29.783Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.783Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:29.784Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 598eb9cb-b50c-473a-b020-0d59ca8a5714: basic_vm
2023-02-27T04:31:29.784Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.784Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:29.784Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.784Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:29.785Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.785Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:29.785Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.785Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:29.786Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:31:29.786Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:31:29.786Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:31:29.941Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 514698d1-cbe0-46b4-9c97-a98d18a59e72 1 ASDC deployResourceStructure
2023-02-27T04:31:29.942Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-27T04:31:29.942Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-27T04:31:29.943Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:31:29.943Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:29.943Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:29.944Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472289942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:30.945Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-27T04:31:30.945Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-27T04:31:30.945Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:31:30.946Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:30.946Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:30.946Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472290945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:31.947Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-27T04:31:31.948Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-27T04:31:31.948Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:31:31.948Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:31.948Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:31.948Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472291947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:32.949Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-27T04:31:32.949Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-27T04:31:32.949Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:31:32.950Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:31:32.950Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:31:32.950Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472292949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:31:33.951Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d72890c3-74c8-4f06-bb9b-76f6a8a6c692
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:31:33.992Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d72890c3-74c8-4f06-bb9b-76f6a8a6c692
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:31:33.997Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:31:33.997Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:31:33.997Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:32:03.998Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d72890c3-74c8-4f06-bb9b-76f6a8a6c692
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:32:04.020Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d72890c3-74c8-4f06-bb9b-76f6a8a6c692
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:32:04.029Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:32:04.029Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:32:04.029Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:32:28.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:32:28.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472222086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:32:28.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.538Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472225513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.538Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.538Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472230342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:32:28.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.539Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472225513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.539Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472231345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:32:28.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677472225513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:32:28.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677472232347,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:32:28.594Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 126e94dc-27fb-449a-b6d0-8c3474368e76
2023-02-27T04:32:28.594Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 126e94dc-27fb-449a-b6d0-8c3474368e76 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:32:28.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.612Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472235411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:32:28.612Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.612Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472236414,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:32:28.633Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d72890c3-74c8-4f06-bb9b-76f6a8a6c692
2023-02-27T04:32:28.633Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d72890c3-74c8-4f06-bb9b-76f6a8a6c692 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:32:28.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.652Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.652Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.653Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472239154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.653Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.653Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472239154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.654Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.654Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472239154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.654Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.655Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472239154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.657Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.657Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472239154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.658Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.659Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472239154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.660Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472219341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:32:28.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.660Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472239154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472245666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:32:28.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472239154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:32:28.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472248045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:32:28.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472250502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:32:28.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677472251506,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:32:28.677Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 126e94dc-27fb-449a-b6d0-8c3474368e76
2023-02-27T04:32:28.677Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 126e94dc-27fb-449a-b6d0-8c3474368e76 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:32:28.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.743Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472251888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:32:28.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.744Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "aai-model-loader",
  "timestamp": 1677472252891,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:32:28.752Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 126e94dc-27fb-449a-b6d0-8c3474368e76
2023-02-27T04:32:28.752Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 126e94dc-27fb-449a-b6d0-8c3474368e76 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:32:28.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.774Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7e8f41f7-fdab-4a88-9534-12596103fd1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472275525,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-27T04:32:28.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-27T04:32:28.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:32:28.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-27T04:32:28.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:32:28.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:32:28.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472283729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:32:28.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472286425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:32:28.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:28.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-27T04:32:28.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472287607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:32:28.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:32:34.030Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d72890c3-74c8-4f06-bb9b-76f6a8a6c692
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:32:34.046Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d72890c3-74c8-4f06-bb9b-76f6a8a6c692
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:32:34.049Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:32:34.049Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-27T04:32:34.049Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-27T04:32:34.049Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-27T04:32:34.049Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:32:34.049Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:32:34.049Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:32:34.049Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:32:34.049Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:32:34.057Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-27T04:33:04.058Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d72890c3-74c8-4f06-bb9b-76f6a8a6c692 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-27T04:33:04.069Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d72890c3-74c8-4f06-bb9b-76f6a8a6c692 and serviceModelVersionId: 598eb9cb-b50c-473a-b020-0d59ca8a5714
2023-02-27T04:33:04.070Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07053ae5-69d9-41aa-bae6-047935587009
2023-02-27T04:33:04.071Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07053ae5-69d9-41aa-bae6-047935587009/model-vers/model-ver/598eb9cb-b50c-473a-b020-0d59ca8a5714?depth=0
2023-02-27T04:33:04.076Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-27T04:33:04.125Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07053ae5-69d9-41aa-bae6-047935587009/model-vers/model-ver/598eb9cb-b50c-473a-b020-0d59ca8a5714?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-27T04:33:04.127Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07053ae5-69d9-41aa-bae6-047935587009/model-vers/model-ver/598eb9cb-b50c-473a-b020-0d59ca8a5714?depth=0|INFO|500||Invoke
2023-02-27T04:33:04.133Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07053ae5-69d9-41aa-bae6-047935587009/model-vers/model-ver/598eb9cb-b50c-473a-b020-0d59ca8a5714?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-27T04:33:04.332Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07053ae5-69d9-41aa-bae6-047935587009/model-vers/model-ver/598eb9cb-b50c-473a-b020-0d59ca8a5714?depth=0|INFO|500||InvokeReturn
2023-02-27T04:33:04.333Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07053ae5-69d9-41aa-bae6-047935587009/model-vers/model-ver/598eb9cb-b50c-473a-b020-0d59ca8a5714?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Feb 2023 04:33:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[192], vertex-id=[245840], x-aai-txid=[1-aai-resources-230227-04:33:03:902-50643], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-27T04:33:04.334Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-02-27T04:33:04.335Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-27T04:33:04.335Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:33:04.343Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-27T04:33:04.344Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d72890c3-74c8-4f06-bb9b-76f6a8a6c692 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-27T04:33:04.344Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-27T04:33:04.345Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:33:04.345Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:33:04.345Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472384344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T04:33:05.371Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-27T04:33:05.371Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"126e94dc-27fb-449a-b6d0-8c3474368e76","serviceName":"Demo_pNF_nzlHWqzXk2TlKDQPZFMg","serviceVersion":"1.0","serviceUUID":"9678ad20-fb6e-4424-9307-ddba34675e9a","serviceDescription":"catalog service description","serviceInvariantUUID":"397a6e90-0a47-4d2a-8e55-8fdd81f4283e","resources":[{"resourceInstanceName":"pNF 8c609949-a888 0","resourceName":"pNF 8c609949-a888","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"81d747c2-ac98-4e65-822c-557f6dfdc853","resourceInvariantUUID":"e7df312c-e3e4-45ce-ae43-b7c5c04e6817","resourceCustomizationUUID":"6b8fe5d7-738c-4ef5-9bcc-49ebb2d23a52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vf-license-model.xml","artifactChecksum":"MGJkZGU3MjZjYTdmMWQ0MTc1ZDcxYTg0NDQ2ODMyNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d28b6114-3596-4eaf-b82e-ad669daac7da","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/pNF.csar","artifactChecksum":"Mjg0ZGY1ZDg3NzQwNzk4M2Y5YWIyZWY4ZDEyZjUwZGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b377313f-dc5b-439a-ad07-8b1d2e7e18aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45908b61-aecf-4bcd-9ff4-b44e6066fcbf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vendor-license-model.xml","artifactChecksum":"NDMzNTJiMTMzMjAyMzNhYTU5OTU1ZmM3ZjdmNmU1ZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ee99424-cb6c-4e5d-a165-633e69ed2a4d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb52d783-82be-40db-8b96-a23cee652bdd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b88db315-1130-4781-9e9c-a46175715d36","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNzlhwqzxk2tlkdqpzfmg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-template.yml","artifactChecksum":"ZGJlNjJmN2YwYThiZGRjYmFlMmY3MDlhYTcxMjk1MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9a79318-0265-4d70-bcfd-8c497e29dcc7","artifactVersion":"1"},{"artifactName":"service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar","artifactChecksum":"MmQxYmEwZmE2Mjg0OGE0YzgxODRkZmU2YzE0ZDAwMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43dd2438-8782-4950-ac37-e81852710be3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T04:33:05.372Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:33:05.372Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:33:05.373Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:33:05.373Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:33:06.374Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:33:06.374Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:33:06.374Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:33:06.374Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:33:07.375Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:33:07.376Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:33:07.376Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:33:07.376Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:33:08.377Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:33:08.378Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:33:08.378Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:33:08.378Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:33:09.379Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:33:09.380Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:33:09.380Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:33:09.380Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:33:10.381Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:33:10.381Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:33:10.382Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:33:10.382Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:33:11.383Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:33:11.384Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:33:11.384Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:33:11.384Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:33:12.385Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:33:12.385Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:33:12.386Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:33:12.386Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:33:13.387Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "serviceName": "Demo_pNF_nzlHWqzXk2TlKDQPZFMg",
  "serviceVersion": "1.0",
  "serviceUUID": "9678ad20-fb6e-4424-9307-ddba34675e9a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "397a6e90-0a47-4d2a-8e55-8fdd81f4283e",
  "resources": [
    {
      "resourceInstanceName": "pNF 8c609949-a888 0",
      "resourceCustomizationUUID": "6b8fe5d7-738c-4ef5-9bcc-49ebb2d23a52",
      "resourceName": "pNF 8c609949-a888",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "81d747c2-ac98-4e65-822c-557f6dfdc853",
      "resourceInvariantUUID": "e7df312c-e3e4-45ce-ae43-b7c5c04e6817",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
      "artifactChecksum": "MmQxYmEwZmE2Mjg0OGE0YzgxODRkZmU2YzE0ZDAwMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "43dd2438-8782-4950-ac37-e81852710be3"
    }
  ],
  "workloadContext": "Production"
}
2023-02-27T04:33:13.387Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T04:33:13.387Z|d72890c3-74c8-4f06-bb9b-76f6a8a6c692|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9678ad20-fb6e-4424-9307-ddba34675e9a ASDC
2023-02-27T04:33:13.388Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:126e94dc-27fb-449a-b6d0-8c3474368e76
ServiceName:Demo_pNF_nzlHWqzXk2TlKDQPZFMg
ServiceVersion:1.0
ServiceUUID:9678ad20-fb6e-4424-9307-ddba34675e9a
ServiceInvariantUUID:397a6e90-0a47-4d2a-8e55-8fdd81f4283e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
ArtifactUUID:43dd2438-8782-4950-ac37-e81852710be3
ArtifactChecksum:MmQxYmEwZmE2Mjg0OGE0YzgxODRkZmU2YzE0ZDAwMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8c609949-a888 0
ResourceCustomizationUUID:6b8fe5d7-738c-4ef5-9bcc-49ebb2d23a52
ResourceInvariantUUID:e7df312c-e3e4-45ce-ae43-b7c5c04e6817
ResourceName:pNF 8c609949-a888
ResourceType:PNF
ResourceUUID:81d747c2-ac98-4e65-822c-557f6dfdc853
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-27T04:33:13.388Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9678ad20-fb6e-4424-9307-ddba34675e9a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T04:33:13.434Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:33:13.434Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:33:13.435Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:33:13.435Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 43dd2438-8782-4950-ac37-e81852710be3 from URL: /sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:13.435Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-27T04:33:13.435Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:13.547Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-27T04:33:13.548Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar 43dd2438-8782-4950-ac37-e81852710be3 88026
2023-02-27T04:33:13.548Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar ASDC sendASDCNotification
2023-02-27T04:33:13.549Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:13.549Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:33:13.549Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:33:13.549Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:33:13.549Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472393548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:33:14.568Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:33:14.569Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-27T04:33:14.569Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 43dd2438-8782-4950-ac37-e81852710be3, URL: /sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar to file: /app/ASDC/1/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:14.569Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:14.570Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:14.570Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:14.686Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5230776586509645108/Definitions/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-template.yml
2023-02-27T04:33:15.511Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T04:33:15.512Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-27T04:33:15.512Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:15.512Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-27T04:33:15.512Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||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-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:15.512Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:15.512Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||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-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:15.513Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||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-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:15.513Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||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-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:15.513Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8c609949-a888 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-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:15.513Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||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-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:15.513Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-27T04:33:15.513Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:33:15.513Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_nzlHWqzXk2TlKDQPZFMg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:33:15.514Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Node template pNF 8c609949-a888 0 is matching search criteria
2023-02-27T04:33:15.514Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-27T04:33:15.514Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 8c609949-a888 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:33:15.514Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:33:15.514Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_nzlHWqzXk2TlKDQPZFMg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:33:15.514Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Node template pNF 8c609949-a888 0 is matching search criteria
2023-02-27T04:33:15.514Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-27T04:33:15.515Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 8c609949-a888 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:33:15.515Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:33:15.515Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_nzlHWqzXk2TlKDQPZFMg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:33:15.515Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:33:15.515Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_nzlHWqzXk2TlKDQPZFMg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:33:15.516Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:33:15.516Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_nzlHWqzXk2TlKDQPZFMg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:33:15.516Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:33:15.516Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_nzlHWqzXk2TlKDQPZFMg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:33:15.516Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:33:15.516Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_nzlHWqzXk2TlKDQPZFMg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:33:15.516Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nzlHWqzXk2TlKDQPZFMg
Description:catalog service description
Model UUID:9678ad20-fb6e-4424-9307-ddba34675e9a
Model Version:NULL
Model InvariantUuid:397a6e90-0a47-4d2a-8e55-8fdd81f4283e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-27T04:33:15.529Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 81d747c2-ac98-4e65-822c-557f6dfdc853
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:33:15.533Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||pNF 8c609949-a888 0
2023-02-27T04:33:15.534Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 81d747c2-ac98-4e65-822c-557f6dfdc853
2023-02-27T04:33:15.534Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 9678ad20-fb6e-4424-9307-ddba34675e9a
2023-02-27T04:33:15.534Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9678ad20-fb6e-4424-9307-ddba34675e9a
2023-02-27T04:33:15.534Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8c609949-a888 0 81d747c2-ac98-4e65-822c-557f6dfdc853 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:33:15.542Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@866dbfa, org.onap.sdc.toscaparser.api.parameters.Input@2bf1ada4, org.onap.sdc.toscaparser.api.parameters.Input@738093a1, org.onap.sdc.toscaparser.api.parameters.Input@fe99208, org.onap.sdc.toscaparser.api.parameters.Input@316e2104]
2023-02-27T04:33:15.542Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:33:15.542Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_nzlHWqzXk2TlKDQPZFMg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:33:15.543Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9678ad20-fb6e-4424-9307-ddba34675e9a: pNF 8c609949-a888
2023-02-27T04:33:15.543Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Processing PNF resource: 81d747c2-ac98-4e65-822c-557f6dfdc853
2023-02-27T04:33:15.543Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:33:15.543Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_nzlHWqzXk2TlKDQPZFMg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:33:15.544Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Resource customization UUID: 6b8fe5d7-738c-4ef5-9bcc-49ebb2d23a52 is the same as notified resource customizationUUID: 6b8fe5d7-738c-4ef5-9bcc-49ebb2d23a52
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-27T04:33:15.614Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8c609949-a888 81d747c2-ac98-4e65-822c-557f6dfdc853 0 ASDC deployResourceStructure
2023-02-27T04:33:15.615Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar ASDC sendASDCNotification
2023-02-27T04:33:15.615Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar
2023-02-27T04:33:15.615Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:33:15.615Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:33:15.615Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:33:15.616Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472395615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:33:16.617Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 126e94dc-27fb-449a-b6d0-8c3474368e76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:33:16.633Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 126e94dc-27fb-449a-b6d0-8c3474368e76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:33:16.636Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:33:16.637Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-27T04:33:16.637Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-27T04:33:16.637Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-27T04:33:16.637Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:33:16.637Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:33:16.637Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:33:16.637Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:33:16.638Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:33:16.646Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-27T04:33:28.531Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:33:28.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:33:28.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472288724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:33:28.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:33:28.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:33:28.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472289942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-27T04:33:28.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:33:28.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:33:28.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472290945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-27T04:33:28.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:33:28.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:33:28.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472291947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-27T04:33:28.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:33:28.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:33:28.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472292949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:33:28.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:33:46.647Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 126e94dc-27fb-449a-b6d0-8c3474368e76 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-27T04:33:46.654Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 126e94dc-27fb-449a-b6d0-8c3474368e76 and serviceModelVersionId: 9678ad20-fb6e-4424-9307-ddba34675e9a
2023-02-27T04:33:46.654Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 397a6e90-0a47-4d2a-8e55-8fdd81f4283e
2023-02-27T04:33:46.655Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/397a6e90-0a47-4d2a-8e55-8fdd81f4283e/model-vers/model-ver/9678ad20-fb6e-4424-9307-ddba34675e9a?depth=0
2023-02-27T04:33:46.662Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-27T04:33:46.715Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/397a6e90-0a47-4d2a-8e55-8fdd81f4283e/model-vers/model-ver/9678ad20-fb6e-4424-9307-ddba34675e9a?depth=0|INFO|500||Invoke
2023-02-27T04:33:46.716Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/397a6e90-0a47-4d2a-8e55-8fdd81f4283e/model-vers/model-ver/9678ad20-fb6e-4424-9307-ddba34675e9a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/397a6e90-0a47-4d2a-8e55-8fdd81f4283e/model-vers/model-ver/9678ad20-fb6e-4424-9307-ddba34675e9a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[126e94dc-27fb-449a-b6d0-8c3474368e76], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f24285ab-df12-4fbd-a555-409c8fb308ec], X-ECOMP-RequestID=[126e94dc-27fb-449a-b6d0-8c3474368e76], X-TransactionId=[], X-ONAP-RequestID=[126e94dc-27fb-449a-b6d0-8c3474368e76], Content-Type=[application/merge-patch+json]}
2023-02-27T04:33:46.722Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/397a6e90-0a47-4d2a-8e55-8fdd81f4283e/model-vers/model-ver/9678ad20-fb6e-4424-9307-ddba34675e9a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-27T04:33:46.895Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/397a6e90-0a47-4d2a-8e55-8fdd81f4283e/model-vers/model-ver/9678ad20-fb6e-4424-9307-ddba34675e9a?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/397a6e90-0a47-4d2a-8e55-8fdd81f4283e/model-vers/model-ver/9678ad20-fb6e-4424-9307-ddba34675e9a?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Feb 2023 04:33:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[169], vertex-id=[184320], x-aai-txid=[2-aai-resources-230227-04:33:46:487-34448], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-27T04:33:46.896Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/397a6e90-0a47-4d2a-8e55-8fdd81f4283e/model-vers/model-ver/9678ad20-fb6e-4424-9307-ddba34675e9a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-27T04:33:46.896Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/397a6e90-0a47-4d2a-8e55-8fdd81f4283e/model-vers/model-ver/9678ad20-fb6e-4424-9307-ddba34675e9a?depth=0|INFO|500||InvokeReturn
2023-02-27T04:33:46.897Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-27T04:33:46.897Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:33:46.906Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-27T04:33:46.906Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 126e94dc-27fb-449a-b6d0-8c3474368e76 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-27T04:33:46.906Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-27T04:33:46.907Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:33:46.907Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:33:46.907Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472426906,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T04:33:47.973Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:34:28.531Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:34:28.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:34:28.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d72890c3-74c8-4f06-bb9b-76f6a8a6c692",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472384344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-27T04:34:28.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:34:28.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:34:28.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:34:28.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:34:28.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:34:28.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:34:28.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:34:28.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:34:28.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:34:28.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:34:28.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:34:28.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:34:28.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:34:28.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:34:28.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:34:28.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:34:28.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:34:28.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/resourceInstances/pnf8c609949a8880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:34:28.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:34:28.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:34:28.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:34:28.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:34:28.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:34:28.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472276548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:34:28.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:34:28.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:34:28.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472393548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:34:28.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:34:28.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-27T04:34:28.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472395615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNzlhwqzxk2tlkdqpzfmg/1.0/artifacts/service-DemoPnfNzlhwqzxk2tlkdqpzfmg-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:34:28.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:34:47.974Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:35:28.531Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:35:28.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-27T04:35:28.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "126e94dc-27fb-449a-b6d0-8c3474368e76",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677472426906,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-27T04:35:28.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:35:47.975Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:36:28.531Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:36:47.977Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:37:28.533Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:37:47.977Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:38:28.533Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:38:47.978Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:39:28.534Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:39:47.979Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:40:28.534Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:40:47.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:41:28.537Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:41:47.983Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:42:28.538Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:42:47.984Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:43:28.538Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:43:47.985Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:44:28.540Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:32.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-27T04:44:32.728Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"1edad954-d94b-41ca-a7d5-1ff8d75d5834","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"809e7e60-42bd-490b-997e-d1552b816b94","serviceDescription":"service","serviceInvariantUUID":"2ac0f86e-797a-4677-8db5-09be50e728f6","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a1e5105-04c1-4b05-9749-9752486ec568","resourceInvariantUUID":"14d6acc5-d2a7-45bf-8fd3-832b56ae779f","resourceCustomizationUUID":"0b0f7ef1-caaa-4c8c-adc2-2cf1af77027b","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":"M2E3MTViMzE0NWI3YTdlODBhMjRhZDdlMzQyZjEyMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"adec6c1c-03fb-46bf-b270-a4e7187ec85a","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":"MWMyZGYxZjAwZGFlZjJjOWRkZGJhYzg3OThlMGE4ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d404e434-310c-41d6-b44b-4b5c6e12b0a5","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":"492d67b2-4288-49c7-936b-4e43fa1073a1","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":"1fc80c3c-501c-470b-a670-f91faf7bc0bd","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":"5459e6d6-bc98-422d-b2f8-2206504b3219","artifactVersion":"2","generatedFromUUID":"e91afb38-eb8e-41a4-861d-941bfc690335"},{"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":"767afaea-d0de-4923-88f9-8cf5fb99667c","artifactVersion":"2","generatedFromUUID":"492d67b2-4288-49c7-936b-4e43fa1073a1"},{"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":"e91afb38-eb8e-41a4-861d-941bfc690335","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":"985e6ee3-f11e-4f8d-a67d-45edc65703e7","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":"MDU3NGVhNzc2N2JmNTM2YzA0OTU1ODM0NDRlODY1NGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6111fd38-dfee-4167-9064-051d9007bc6d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTQwYzc3ZDFmNTU1Y2M1OGRmMTk2ODU3YzUxOTA3NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c203b082-0c55-49aa-95be-3881dc5af601","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T04:44:32.733Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:44:32.735Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:32.735Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:32.735Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:32.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:44:32.756Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:44:32.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:44:33.739Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:44:33.740Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:33.740Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:33.740Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:34.741Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:44:34.742Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:34.742Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:34.742Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:35.743Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:44:35.743Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:35.743Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:35.743Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:36.744Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:44:36.745Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:36.745Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:36.745Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:37.746Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:44:37.746Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:37.746Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:37.747Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:38.748Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:44:38.748Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:38.749Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:38.749Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:39.749Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:44:39.750Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:39.750Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:39.750Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:40.751Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:44:40.751Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:40.751Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:40.752Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:41.752Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:44:41.753Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:41.753Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:41.753Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:42.755Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "809e7e60-42bd-490b-997e-d1552b816b94",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ac0f86e-797a-4677-8db5-09be50e728f6",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "0b0f7ef1-caaa-4c8c-adc2-2cf1af77027b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6a1e5105-04c1-4b05-9749-9752486ec568",
      "resourceInvariantUUID": "14d6acc5-d2a7-45bf-8fd3-832b56ae779f",
      "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": "MWMyZGYxZjAwZGFlZjJjOWRkZGJhYzg3OThlMGE4ZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d404e434-310c-41d6-b44b-4b5c6e12b0a5",
          "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": "492d67b2-4288-49c7-936b-4e43fa1073a1",
          "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": "767afaea-d0de-4923-88f9-8cf5fb99667c",
            "generatedFromUUID": "492d67b2-4288-49c7-936b-4e43fa1073a1"
          },
          "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": "5459e6d6-bc98-422d-b2f8-2206504b3219",
          "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": "767afaea-d0de-4923-88f9-8cf5fb99667c",
          "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": "e91afb38-eb8e-41a4-861d-941bfc690335",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZTQwYzc3ZDFmNTU1Y2M1OGRmMTk2ODU3YzUxOTA3NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c203b082-0c55-49aa-95be-3881dc5af601"
    }
  ],
  "workloadContext": "Production"
}
2023-02-27T04:44:42.755Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T04:44:42.755Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 809e7e60-42bd-490b-997e-d1552b816b94 ASDC
2023-02-27T04:44:42.757Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1edad954-d94b-41ca-a7d5-1ff8d75d5834
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:809e7e60-42bd-490b-997e-d1552b816b94
ServiceInvariantUUID:2ac0f86e-797a-4677-8db5-09be50e728f6
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:c203b082-0c55-49aa-95be-3881dc5af601
ArtifactChecksum:ZTQwYzc3ZDFmNTU1Y2M1OGRmMTk2ODU3YzUxOTA3NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:0b0f7ef1-caaa-4c8c-adc2-2cf1af77027b
ResourceInvariantUUID:14d6acc5-d2a7-45bf-8fd3-832b56ae779f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:6a1e5105-04c1-4b05-9749-9752486ec568
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:d404e434-310c-41d6-b44b-4b5c6e12b0a5
ArtifactChecksum:MWMyZGYxZjAwZGFlZjJjOWRkZGJhYzg3OThlMGE4ZmI=
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:492d67b2-4288-49c7-936b-4e43fa1073a1
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:767afaea-d0de-4923-88f9-8cf5fb99667c
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:5459e6d6-bc98-422d-b2f8-2206504b3219
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:767afaea-d0de-4923-88f9-8cf5fb99667c
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:e91afb38-eb8e-41a4-861d-941bfc690335
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-27T04:44:42.757Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 809e7e60-42bd-490b-997e-d1552b816b94 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:44:43.256Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:44:43.257Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-27T04:44:43.258Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-27T04:44:43.258Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c203b082-0c55-49aa-95be-3881dc5af601 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-27T04:44:43.259Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-27T04:44:43.260Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-27T04:44:43.525Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-27T04:44:43.527Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c203b082-0c55-49aa-95be-3881dc5af601 163286
2023-02-27T04:44:43.528Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-27T04:44:43.528Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-27T04:44:43.529Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:44:43.529Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:43.530Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:43.530Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473083528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:44.531Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:44:44.532Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-27T04:44:44.533Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c203b082-0c55-49aa-95be-3881dc5af601, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-27T04:44:44.533Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-27T04:44:44.535Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-27T04:44:44.535Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-27T04:44:44.767Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6279934165359863706/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-27T04:44:46.289Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T04:44:46.290Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-27T04:44:46.291Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-27T04:44:46.291Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-27T04:44:46.291Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-27T04:44:46.292Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-27T04:44:46.292Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-27T04:44:46.293Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-27T04:44:46.293Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-27T04:44:46.294Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.298Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:46.298Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-27T04:44:46.299Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-27T04:44:46.299Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:44:46.299Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.299Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:46.300Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-27T04:44:46.300Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-27T04:44:46.300Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:44:46.301Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.301Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:46.301Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.301Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-27T04:44:46.301Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-27T04:44:46.301Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-27T04:44:46.301Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-27T04:44:46.302Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.302Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T04:44:46.302Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.302Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-27T04:44:46.302Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:44:46.303Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.303Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-27T04:44:46.303Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:44:46.304Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.304Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-27T04:44:46.304Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:44:46.304Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.305Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-27T04:44:46.305Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:44:46.306Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.306Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-27T04:44:46.306Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-27T04:44:46.306Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e5269b5f-cef7-4255-9ab6-cba39bb70c71
2023-02-27T04:44:46.307Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.307Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:46.307Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.307Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:46.308Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.308Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:46.308Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:46.308Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:46.309Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:809e7e60-42bd-490b-997e-d1552b816b94
Model Version:NULL
Model InvariantUuid:2ac0f86e-797a-4677-8db5-09be50e728f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:483ef0cb-945f-4818-ac06-0c3d1bda6830
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:14d6acc5-d2a7-45bf-8fd3-832b56ae779f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0b0f7ef1-caaa-4c8c-adc2-2cf1af77027b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:02681e66-0ecc-4df7-b859-53b6f7ea7f2d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:cbcf7ad3-1cb3-4a2c-95fe-4bfb68aba556
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:cf6fc08c-c3cc-4d8a-b470-399c2c8e7a3f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:6fef8247-30c1-44f9-9a61-7b90d1d224da
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e5269b5f-cef7-4255-9ab6-cba39bb70c71
ModelInvariantUuid:8506b660-a997-4821-aaf1-693e2a48308f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:187744eb-c298-4402-9b42-a9bb2bfe9d3b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:aa7966e4-d877-4929-b45c-d102be4d425a
ModelInvariantUuid:22a62133-1854-486f-adc6-604d460a8dd1
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ccb29d4a-16b0-4d27-a9d3-a63e25ed70cd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-27T04:44:46.323Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a1e5105-04c1-4b05-9749-9752486ec568
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:44:46.335Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2023-02-27T04:44:46.336Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a1e5105-04c1-4b05-9749-9752486ec568
2023-02-27T04:44:46.336Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d404e434-310c-41d6-b44b-4b5c6e12b0a5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-27T04:44:46.336Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-27T04:44:46.337Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-27T04:44:46.465Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-27T04:44:46.466Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d404e434-310c-41d6-b44b-4b5c6e12b0a5 1565
2023-02-27T04:44:46.466Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-27T04:44:46.466Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-27T04:44:46.466Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:44:46.467Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:46.467Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:46.467Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473086466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:47.468Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "cf6fc08c-c3cc-4d8a-b470-399c2c8e7a3f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6fef8247-30c1-44f9-9a61-7b90d1d224da",
    "vfModuleModelCustomizationUUID": "3b6d789d-6b33-4bfe-af6a-e272dd574ba5",
    "isBase": true,
    "artifacts": [
      "492d67b2-4288-49c7-936b-4e43fa1073a1",
      "767afaea-d0de-4923-88f9-8cf5fb99667c"
    ],
    "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": "02681e66-0ecc-4df7-b859-53b6f7ea7f2d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cbcf7ad3-1cb3-4a2c-95fe-4bfb68aba556",
    "vfModuleModelCustomizationUUID": "f3cf0269-897c-4700-9a03-f6d7ca201ab6",
    "isBase": false,
    "artifacts": [
      "e91afb38-eb8e-41a4-861d-941bfc690335"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-27T04:44:47.474Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6fef8247-30c1-44f9-9a61-7b90d1d224da
VfModuleModelInvariantUUID:cf6fc08c-c3cc-4d8a-b470-399c2c8e7a3f
VfModuleModelDescription:NULL
Artifacts UUID List:{
492d67b2-4288-49c7-936b-4e43fa1073a1
,
767afaea-d0de-4923-88f9-8cf5fb99667c

}
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:cbcf7ad3-1cb3-4a2c-95fe-4bfb68aba556
VfModuleModelInvariantUUID:02681e66-0ecc-4df7-b859-53b6f7ea7f2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
e91afb38-eb8e-41a4-861d-941bfc690335

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

isBase:false


}

2023-02-27T04:44:47.479Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "cf6fc08c-c3cc-4d8a-b470-399c2c8e7a3f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6fef8247-30c1-44f9-9a61-7b90d1d224da",
    "vfModuleModelCustomizationUUID": "3b6d789d-6b33-4bfe-af6a-e272dd574ba5",
    "isBase": true,
    "artifacts": [
      "492d67b2-4288-49c7-936b-4e43fa1073a1",
      "767afaea-d0de-4923-88f9-8cf5fb99667c"
    ],
    "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": "02681e66-0ecc-4df7-b859-53b6f7ea7f2d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cbcf7ad3-1cb3-4a2c-95fe-4bfb68aba556",
    "vfModuleModelCustomizationUUID": "f3cf0269-897c-4700-9a03-f6d7ca201ab6",
    "isBase": false,
    "artifacts": [
      "e91afb38-eb8e-41a4-861d-941bfc690335"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-27T04:44:47.479Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6fef8247-30c1-44f9-9a61-7b90d1d224da
VfModuleModelInvariantUUID:cf6fc08c-c3cc-4d8a-b470-399c2c8e7a3f
VfModuleModelDescription:NULL
Artifacts UUID List:{
492d67b2-4288-49c7-936b-4e43fa1073a1
,
767afaea-d0de-4923-88f9-8cf5fb99667c

}
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:cbcf7ad3-1cb3-4a2c-95fe-4bfb68aba556
VfModuleModelInvariantUUID:02681e66-0ecc-4df7-b859-53b6f7ea7f2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
e91afb38-eb8e-41a4-861d-941bfc690335

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

isBase:false


}

2023-02-27T04:44:47.479Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 492d67b2-4288-49c7-936b-4e43fa1073a1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-27T04:44:47.480Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-27T04:44:47.480Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-27T04:44:47.758Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-27T04:44:47.758Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 492d67b2-4288-49c7-936b-4e43fa1073a1 914
2023-02-27T04:44:47.759Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-27T04:44:47.759Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-27T04:44:47.759Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:44:47.759Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:47.759Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:47.760Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473087759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:48.761Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5459e6d6-bc98-422d-b2f8-2206504b3219 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-27T04:44:48.761Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-27T04:44:48.761Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-27T04:44:49.103Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-27T04:44:49.104Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5459e6d6-bc98-422d-b2f8-2206504b3219 12
2023-02-27T04:44:49.104Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-27T04:44:49.104Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-27T04:44:49.104Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:44:49.105Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:49.105Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:49.105Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473089104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:50.106Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 767afaea-d0de-4923-88f9-8cf5fb99667c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-27T04:44:50.106Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-27T04:44:50.106Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-27T04:44:50.358Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-27T04:44:50.359Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 767afaea-d0de-4923-88f9-8cf5fb99667c 96
2023-02-27T04:44:50.359Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-27T04:44:50.359Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-27T04:44:50.360Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:44:50.360Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:50.360Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:50.361Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473090359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:51.362Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e91afb38-eb8e-41a4-861d-941bfc690335 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-27T04:44:51.362Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-27T04:44:51.363Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-27T04:44:51.513Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-27T04:44:51.514Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz e91afb38-eb8e-41a4-861d-941bfc690335 20206
2023-02-27T04:44:51.515Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-27T04:44:51.515Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-27T04:44:51.515Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:44:51.515Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:51.516Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:51.516Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473091515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:52.521Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 809e7e60-42bd-490b-997e-d1552b816b94
2023-02-27T04:44:52.521Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 6a1e5105-04c1-4b05-9749-9752486ec568 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:44:52.568Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65777c49, org.onap.sdc.toscaparser.api.parameters.Input@852facc, org.onap.sdc.toscaparser.api.parameters.Input@760d2e67, org.onap.sdc.toscaparser.api.parameters.Input@f723114, org.onap.sdc.toscaparser.api.parameters.Input@51b98187]
2023-02-27T04:44:52.570Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:52.570Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:52.571Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-02-27T04:44:52.571Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0b0f7ef1-caaa-4c8c-adc2-2cf1af77027b
2023-02-27T04:44:52.571Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b0f7ef1-caaa-4c8c-adc2-2cf1af77027b matches Tosca VF Customization UUID: 0b0f7ef1-caaa-4c8c-adc2-2cf1af77027b
2023-02-27T04:44:52.572Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0b0f7ef1-caaa-4c8c-adc2-2cf1af77027b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-27T04:44:52.578Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:52.579Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:52.580Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0b0f7ef1-caaa-4c8c-adc2-2cf1af77027b: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-02-27T04:44:52.580Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f2785fe
2023-02-27T04:44:52.581Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:52.582Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T04:44:52.582Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f3cf0269-897c-4700-9a03-f6d7ca201ab6
2023-02-27T04:44:52.582Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f3cf0269-897c-4700-9a03-f6d7ca201ab6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-27T04:44:52.587Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:52.588Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-27T04:44:52.588Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:44:52.589Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:52.589Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-27T04:44:52.589Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:44:52.590Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:52.590Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-27T04:44:52.590Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0b0f7ef1-caaa-4c8c-adc2-2cf1af77027b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:44:52.594Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:52.594Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:52.595Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 809e7e60-42bd-490b-997e-d1552b816b94: basic_cnf_macro
2023-02-27T04:44:52.595Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:52.596Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:52.596Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:52.596Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:52.596Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:52.597Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:52.597Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:52.597Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:52.598Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:44:52.598Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:44:52.598Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:44:52.758Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 6a1e5105-04c1-4b05-9749-9752486ec568 2 ASDC deployResourceStructure
2023-02-27T04:44:52.759Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-27T04:44:52.759Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-27T04:44:52.759Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:44:52.759Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:52.759Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:52.760Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473092758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:53.761Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-27T04:44:53.762Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-27T04:44:53.762Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:44:53.762Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:53.763Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:53.763Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473093761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:54.770Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-27T04:44:54.770Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-27T04:44:54.770Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-27T04:44:54.771Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:54.771Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:54.771Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:55.772Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-27T04:44:55.772Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-27T04:44:55.773Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:44:55.773Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:55.773Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:55.773Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473095772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:56.775Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-27T04:44:56.775Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-27T04:44:56.775Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-27T04:44:56.775Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:56.776Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:56.776Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473096774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:57.777Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-27T04:44:57.777Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-27T04:44:57.777Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:44:57.777Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:44:57.778Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:44:57.778Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473097777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:44:58.779Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1edad954-d94b-41ca-a7d5-1ff8d75d5834
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:44:58.850Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1edad954-d94b-41ca-a7d5-1ff8d75d5834
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:44:58.866Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:44:58.866Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:44:58.866Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:45:28.532Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:45:28.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:45:28.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:45:28.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:45:28.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:45:28.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473043372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:45:28.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:45:28.867Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1edad954-d94b-41ca-a7d5-1ff8d75d5834
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:45:28.882Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1edad954-d94b-41ca-a7d5-1ff8d75d5834
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:45:28.884Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:45:28.885Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:45:28.885Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:45:58.886Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1edad954-d94b-41ca-a7d5-1ff8d75d5834
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:45:58.906Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1edad954-d94b-41ca-a7d5-1ff8d75d5834
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:45:58.910Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:45:58.910Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:45:58.910Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:46:28.531Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:46:28.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473068775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473073604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473043372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473068775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473073604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473073604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473068775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.543Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473043372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.543Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.544Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.544Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473043372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.544Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.545Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473068775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.545Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473073604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.546Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473043372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.546Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.546Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.547Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473068775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.547Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473073604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.547Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.549Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473043372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.549Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.550Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473068775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.550Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473073604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.550Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473043372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.551Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.551Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473068775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.551Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.552Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473073604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.552Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473079154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.552Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.552Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473043372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.553Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.554Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473068775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.554Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473079154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.554Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473073604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.555Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.555Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473043372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.556Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473068775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.556Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.557Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473073604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.557Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473079154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.558Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473027985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.558Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473043372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.558Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473068775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.559Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.559Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473073604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.560Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473079154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.561Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473079154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.561Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473083514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.562Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473084766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.562Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473083528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.563Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473083093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.563Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.563Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473083676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.563Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.564Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473079154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.564Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473084682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:46:28.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.564Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473079154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.565Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473086147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.565Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473085684,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:46:28.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1edad954-d94b-41ca-a7d5-1ff8d75d5834
2023-02-27T04:46:28.577Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1edad954-d94b-41ca-a7d5-1ff8d75d5834 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:46:28.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.596Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473079154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.596Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473087408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.596Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473086466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473079154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473088635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473087759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473079154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:46:28.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.598Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473089763,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:46:28.606Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1edad954-d94b-41ca-a7d5-1ff8d75d5834
2023-02-27T04:46:28.606Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1edad954-d94b-41ca-a7d5-1ff8d75d5834 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-27T04:46:28.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.617Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473089104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.617Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473090197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.618Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473090767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-27T04:46:28.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.618Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473090359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.619Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473091515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:46:28.619Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.619Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473093609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:46:28.620Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.620Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473092758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-27T04:46:28.620Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.620Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473094613,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:46:28.628Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1edad954-d94b-41ca-a7d5-1ff8d75d5834
2023-02-27T04:46:28.628Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1edad954-d94b-41ca-a7d5-1ff8d75d5834 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:46:28.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.643Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473093761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-27T04:46:28.643Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.644Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473094445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:46:28.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.644Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-27T04:46:28.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.645Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473095451,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:46:28.655Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1edad954-d94b-41ca-a7d5-1ff8d75d5834
2023-02-27T04:46:28.655Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1edad954-d94b-41ca-a7d5-1ff8d75d5834 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:46:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473095772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-27T04:46:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473096774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-27T04:46:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473097777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:46:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473084099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473116687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473119342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473121776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473084099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473116687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473119342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473121776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473084099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.679Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473116687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.679Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473119342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.679Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473121776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.680Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473084099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.680Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473116687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.680Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473119342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.681Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473121776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.682Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473084099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.682Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473119342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.682Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473116687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.683Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473121776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.683Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.683Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473084099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.683Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.683Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473116687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.684Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473119342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.684Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473121776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.684Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473084099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.685Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473116687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.685Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473119342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.685Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473121776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.686Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473084099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.686Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473116687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.686Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473119342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:46:28.686Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473121776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:46:28.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:46:28.910Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1edad954-d94b-41ca-a7d5-1ff8d75d5834
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:46:28.926Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1edad954-d94b-41ca-a7d5-1ff8d75d5834
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:46:28.930Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:46:28.930Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-27T04:46:28.930Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-27T04:46:28.930Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-27T04:46:28.931Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:46:28.931Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:46:28.931Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:46:28.931Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:46:28.931Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:46:28.939Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-27T04:46:58.939Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1edad954-d94b-41ca-a7d5-1ff8d75d5834 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-27T04:46:58.949Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1edad954-d94b-41ca-a7d5-1ff8d75d5834 and serviceModelVersionId: 809e7e60-42bd-490b-997e-d1552b816b94
2023-02-27T04:46:58.949Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ac0f86e-797a-4677-8db5-09be50e728f6
2023-02-27T04:46:58.951Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ac0f86e-797a-4677-8db5-09be50e728f6/model-vers/model-ver/809e7e60-42bd-490b-997e-d1552b816b94?depth=0
2023-02-27T04:46:58.961Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-27T04:46:59.030Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ac0f86e-797a-4677-8db5-09be50e728f6/model-vers/model-ver/809e7e60-42bd-490b-997e-d1552b816b94?depth=0|INFO|500||Invoke
2023-02-27T04:46:59.031Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ac0f86e-797a-4677-8db5-09be50e728f6/model-vers/model-ver/809e7e60-42bd-490b-997e-d1552b816b94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ac0f86e-797a-4677-8db5-09be50e728f6/model-vers/model-ver/809e7e60-42bd-490b-997e-d1552b816b94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1edad954-d94b-41ca-a7d5-1ff8d75d5834], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cfe46795-8374-421b-914f-455921b4ba6d], X-ECOMP-RequestID=[1edad954-d94b-41ca-a7d5-1ff8d75d5834], X-TransactionId=[], X-ONAP-RequestID=[1edad954-d94b-41ca-a7d5-1ff8d75d5834], Content-Type=[application/merge-patch+json]}
2023-02-27T04:46:59.036Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ac0f86e-797a-4677-8db5-09be50e728f6/model-vers/model-ver/809e7e60-42bd-490b-997e-d1552b816b94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-27T04:46:59.554Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ac0f86e-797a-4677-8db5-09be50e728f6/model-vers/model-ver/809e7e60-42bd-490b-997e-d1552b816b94?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/2ac0f86e-797a-4677-8db5-09be50e728f6/model-vers/model-ver/809e7e60-42bd-490b-997e-d1552b816b94?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Feb 2023 04:46:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[514], vertex-id=[180312], x-aai-txid=[1-aai-resources-230227-04:46:58:828-64884], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-27T04:46:59.555Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ac0f86e-797a-4677-8db5-09be50e728f6/model-vers/model-ver/809e7e60-42bd-490b-997e-d1552b816b94?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-27T04:46:59.556Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ac0f86e-797a-4677-8db5-09be50e728f6/model-vers/model-ver/809e7e60-42bd-490b-997e-d1552b816b94?depth=0|INFO|500||InvokeReturn
2023-02-27T04:46:59.556Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-27T04:46:59.556Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:46:59.565Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-27T04:46:59.565Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1edad954-d94b-41ca-a7d5-1ff8d75d5834 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-27T04:46:59.565Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-27T04:46:59.566Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:46:59.566Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:46:59.566Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473219565,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T04:47:00.587Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:47:00.596Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-27T04:47:00.596Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"ab2859f8-ef87-461d-acac-9ec68187777b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b168add1-67f0-497f-8766-c66f46ac4445","serviceDescription":"service","serviceInvariantUUID":"7aabd39c-509c-42ff-82db-a97fe2c3a1a6","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"07410db8-1163-4af0-bc30-cf981b4f81c1","resourceInvariantUUID":"11d249b7-f653-43ab-bf32-7ba416ffea1b","resourceCustomizationUUID":"1fc74158-238a-483a-87c4-524e580178d5","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":"YjAwZDM5MzdkNGUwMWIyOTY2NDI1NWU1MWY4MjA4MmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a6fb64a-7eb1-4abe-a2a0-7107af8473a2","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":"75ac4b38-f066-4ea9-8dcb-a0b485a30efa","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":"8c0884ce-701f-4e72-811e-f2cbe4869210","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":"ODg0N2NmYTQ5MDM3YzE3ODgxMTBkNTBhOGJhMGU5YTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e7fb1306-ce9c-427a-b511-7e779859f8a6","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":"24741739-a408-4e98-b0c4-5e3b324272c9","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":"7c826e4d-2924-4dd5-adde-3266da5d0564","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":"b1652ee9-db88-4f0f-96f7-467514a97f09","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":"OTMxZjM3YmQ5MWQ0MGQ0YzZhN2E3ZTgzYjQwM2RjOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10f06544-cc1a-4800-9925-8b576d0bbb62","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmI1ZTFkMGFhMWQ4ZjFhZmVjMGMyZjBjM2UzMGE4NDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"834c6abc-fcdc-406a-8226-af994e29e91e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T04:47:00.598Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:47:00.599Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:47:00.599Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:47:00.599Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:47:01.599Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:47:01.600Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:47:01.601Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:47:01.601Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:47:02.602Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:47:02.603Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:47:02.603Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:47:02.603Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:47:03.604Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:47:03.605Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:47:03.605Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:47:03.605Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:47:04.606Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:47:04.607Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:47:04.607Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:47:04.607Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:47:05.607Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:47:05.608Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:47:05.608Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:47:05.608Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:47:06.609Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:47:06.610Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:47:06.610Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:47:06.610Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:47:07.611Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:47:07.612Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:47:07.612Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:47:07.612Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:47:08.613Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:47:08.613Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:47:08.614Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:47:08.614Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:47:09.615Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b168add1-67f0-497f-8766-c66f46ac4445",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7aabd39c-509c-42ff-82db-a97fe2c3a1a6",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1fc74158-238a-483a-87c4-524e580178d5",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "07410db8-1163-4af0-bc30-cf981b4f81c1",
      "resourceInvariantUUID": "11d249b7-f653-43ab-bf32-7ba416ffea1b",
      "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": "MmI1ZTFkMGFhMWQ4ZjFhZmVjMGMyZjBjM2UzMGE4NDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "834c6abc-fcdc-406a-8226-af994e29e91e"
    }
  ],
  "workloadContext": "Production"
}
2023-02-27T04:47:09.615Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T04:47:09.615Z|1edad954-d94b-41ca-a7d5-1ff8d75d5834|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b168add1-67f0-497f-8766-c66f46ac4445 ASDC
2023-02-27T04:47:09.616Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ab2859f8-ef87-461d-acac-9ec68187777b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:b168add1-67f0-497f-8766-c66f46ac4445
ServiceInvariantUUID:7aabd39c-509c-42ff-82db-a97fe2c3a1a6
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:834c6abc-fcdc-406a-8226-af994e29e91e
ArtifactChecksum:MmI1ZTFkMGFhMWQ4ZjFhZmVjMGMyZjBjM2UzMGE4NDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1fc74158-238a-483a-87c4-524e580178d5
ResourceInvariantUUID:11d249b7-f653-43ab-bf32-7ba416ffea1b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:07410db8-1163-4af0-bc30-cf981b4f81c1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-27T04:47:09.616Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b168add1-67f0-497f-8766-c66f46ac4445 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:47:09.664Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:47:09.665Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-27T04:47:09.665Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-27T04:47:09.665Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 834c6abc-fcdc-406a-8226-af994e29e91e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-27T04:47:09.665Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-27T04:47:09.666Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-27T04:47:09.858Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-27T04:47:09.860Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 834c6abc-fcdc-406a-8226-af994e29e91e 111098
2023-02-27T04:47:09.861Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-27T04:47:09.862Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-27T04:47:09.862Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:47:09.862Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:47:09.862Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:47:09.862Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473229861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:47:10.863Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:47:10.866Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-27T04:47:10.866Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 834c6abc-fcdc-406a-8226-af994e29e91e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-27T04:47:10.867Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-27T04:47:10.867Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-27T04:47:10.867Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-27T04:47:11.022Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4885460660516909224/Definitions/service-TestPnfMacro-template.yml
2023-02-27T04:47:12.034Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T04:47:12.035Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-27T04:47:12.035Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-27T04:47:12.035Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-27T04:47:12.035Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-27T04:47:12.035Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-27T04:47:12.035Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-27T04:47:12.036Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-27T04:47:12.036Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-27T04:47:12.036Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-27T04:47:12.036Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-27T04:47:12.036Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-27T04:47:12.036Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:47:12.037Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:47:12.037Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-27T04:47:12.037Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-27T04:47:12.038Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:47:12.038Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:47:12.038Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:47:12.038Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-27T04:47:12.038Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-27T04:47:12.039Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:47:12.039Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:47:12.039Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:47:12.039Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:47:12.039Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:47:12.039Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:47:12.040Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:47:12.040Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:47:12.040Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:47:12.040Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:47:12.040Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:47:12.041Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:b168add1-67f0-497f-8766-c66f46ac4445
Model Version:NULL
Model InvariantUuid:7aabd39c-509c-42ff-82db-a97fe2c3a1a6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-27T04:47:12.065Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 07410db8-1163-4af0-bc30-cf981b4f81c1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:47:12.072Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||test-pnf 0
2023-02-27T04:47:12.073Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 07410db8-1163-4af0-bc30-cf981b4f81c1
2023-02-27T04:47:12.073Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b168add1-67f0-497f-8766-c66f46ac4445
2023-02-27T04:47:12.074Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b168add1-67f0-497f-8766-c66f46ac4445
2023-02-27T04:47:12.074Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 07410db8-1163-4af0-bc30-cf981b4f81c1 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:47:12.092Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@187ec9f8, org.onap.sdc.toscaparser.api.parameters.Input@31b8493d, org.onap.sdc.toscaparser.api.parameters.Input@70aa3ec9, org.onap.sdc.toscaparser.api.parameters.Input@7b45bc09, org.onap.sdc.toscaparser.api.parameters.Input@159a8b90]
2023-02-27T04:47:12.093Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:47:12.093Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:47:12.094Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b168add1-67f0-497f-8766-c66f46ac4445: test-pnf
2023-02-27T04:47:12.094Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Processing PNF resource: 07410db8-1163-4af0-bc30-cf981b4f81c1
2023-02-27T04:47:12.094Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:47:12.095Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:47:12.095Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Resource customization UUID: 1fc74158-238a-483a-87c4-524e580178d5 is the same as notified resource customizationUUID: 1fc74158-238a-483a-87c4-524e580178d5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-27T04:47:12.576Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 07410db8-1163-4af0-bc30-cf981b4f81c1 0 ASDC deployResourceStructure
2023-02-27T04:47:12.577Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-27T04:47:12.577Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-27T04:47:12.577Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:47:12.578Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:47:12.578Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:47:12.578Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473232577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:47:13.580Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab2859f8-ef87-461d-acac-9ec68187777b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:47:13.594Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab2859f8-ef87-461d-acac-9ec68187777b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:47:13.597Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:47:13.598Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-27T04:47:13.598Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-27T04:47:28.531Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:47:28.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473084099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473116687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473119342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473121776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473131310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473130363,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:47:28.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473130508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:47:28.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473129948,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:47:28.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473131310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473131511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:47:28.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473130952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473131310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473132513,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:47:28.557Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab2859f8-ef87-461d-acac-9ec68187777b
2023-02-27T04:47:28.557Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab2859f8-ef87-461d-acac-9ec68187777b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:47:28.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.591Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473130952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.592Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473131310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.592Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473130952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.593Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473133515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.593Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473131310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.593Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473130952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.594Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473133515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.594Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473131310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.594Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473130952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.595Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473133515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.595Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473131310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.595Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473133515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473130952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473136742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473131310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473130952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.597Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473133515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.597Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473137744,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:47:28.606Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab2859f8-ef87-461d-acac-9ec68187777b
2023-02-27T04:47:28.606Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab2859f8-ef87-461d-acac-9ec68187777b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:47:28.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.626Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473130952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.627Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473133515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.627Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473139735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:47:28.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.628Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.628Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473133515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.629Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677473139216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:47:28.629Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.629Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473140922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:47:28.629Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.629Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.630Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.630Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473133515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.630Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.630Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.631Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473142038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:47:28.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.631Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473141785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:47:28.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.631Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.632Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473143116,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:47:28.656Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7791221-0295-474a-b5b2-2769364f4c48
2023-02-27T04:47:28.656Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7791221-0295-474a-b5b2-2769364f4c48 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:47:28.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473142788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:47:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677473144122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-27T04:47:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677473143789,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:47:28.681Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7791221-0295-474a-b5b2-2769364f4c48
2023-02-27T04:47:28.681Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7791221-0295-474a-b5b2-2769364f4c48 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-27T04:47:28.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.694Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.694Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.695Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.695Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.695Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.695Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.695Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473149070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:47:28.696Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.696Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473149343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.696Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.696Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473151182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:47:28.696Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.697Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473149343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.697Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.697Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473152187,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:47:28.707Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab2859f8-ef87-461d-acac-9ec68187777b
2023-02-27T04:47:28.708Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab2859f8-ef87-461d-acac-9ec68187777b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:47:28.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473149343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473149343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473149343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473149343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473149343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473149343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473157747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473139154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473161476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473164498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.737Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677473165503,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:47:28.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7791221-0295-474a-b5b2-2769364f4c48
2023-02-27T04:47:28.745Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7791221-0295-474a-b5b2-2769364f4c48 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:47:28.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473167604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:47:28.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:47:28.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:47:28.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "aai-model-loader",
  "timestamp": 1677473168606,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:47:28.777Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7791221-0295-474a-b5b2-2769364f4c48
2023-02-27T04:47:28.778Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7791221-0295-474a-b5b2-2769364f4c48 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:47:43.598Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab2859f8-ef87-461d-acac-9ec68187777b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:47:43.630Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab2859f8-ef87-461d-acac-9ec68187777b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:47:43.634Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:47:43.634Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-27T04:47:43.634Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-27T04:47:43.635Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-27T04:47:43.635Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:47:43.635Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:47:43.636Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:47:43.636Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:47:43.636Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:47:43.646Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-27T04:48:13.647Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab2859f8-ef87-461d-acac-9ec68187777b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-27T04:48:13.656Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab2859f8-ef87-461d-acac-9ec68187777b and serviceModelVersionId: b168add1-67f0-497f-8766-c66f46ac4445
2023-02-27T04:48:13.656Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7aabd39c-509c-42ff-82db-a97fe2c3a1a6
2023-02-27T04:48:13.658Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7aabd39c-509c-42ff-82db-a97fe2c3a1a6/model-vers/model-ver/b168add1-67f0-497f-8766-c66f46ac4445?depth=0
2023-02-27T04:48:13.666Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-27T04:48:13.724Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7aabd39c-509c-42ff-82db-a97fe2c3a1a6/model-vers/model-ver/b168add1-67f0-497f-8766-c66f46ac4445?depth=0|INFO|500||Invoke
2023-02-27T04:48:13.725Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7aabd39c-509c-42ff-82db-a97fe2c3a1a6/model-vers/model-ver/b168add1-67f0-497f-8766-c66f46ac4445?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7aabd39c-509c-42ff-82db-a97fe2c3a1a6/model-vers/model-ver/b168add1-67f0-497f-8766-c66f46ac4445?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab2859f8-ef87-461d-acac-9ec68187777b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2211a1cf-8c05-48aa-b538-e16e7739f570], X-ECOMP-RequestID=[ab2859f8-ef87-461d-acac-9ec68187777b], X-TransactionId=[], X-ONAP-RequestID=[ab2859f8-ef87-461d-acac-9ec68187777b], Content-Type=[application/merge-patch+json]}
2023-02-27T04:48:13.733Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7aabd39c-509c-42ff-82db-a97fe2c3a1a6/model-vers/model-ver/b168add1-67f0-497f-8766-c66f46ac4445?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-27T04:48:13.898Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7aabd39c-509c-42ff-82db-a97fe2c3a1a6/model-vers/model-ver/b168add1-67f0-497f-8766-c66f46ac4445?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/7aabd39c-509c-42ff-82db-a97fe2c3a1a6/model-vers/model-ver/b168add1-67f0-497f-8766-c66f46ac4445?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Feb 2023 04:48:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[249992], x-aai-txid=[2-aai-resources-230227-04:48:13:520-78923], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-27T04:48:13.899Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7aabd39c-509c-42ff-82db-a97fe2c3a1a6/model-vers/model-ver/b168add1-67f0-497f-8766-c66f46ac4445?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-27T04:48:13.900Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7aabd39c-509c-42ff-82db-a97fe2c3a1a6/model-vers/model-ver/b168add1-67f0-497f-8766-c66f46ac4445?depth=0|INFO|500||InvokeReturn
2023-02-27T04:48:13.901Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-27T04:48:13.902Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:48:13.917Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-27T04:48:13.917Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab2859f8-ef87-461d-acac-9ec68187777b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-27T04:48:13.918Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-27T04:48:13.918Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:13.918Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:13.919Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473293917,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T04:48:14.941Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-27T04:48:14.941Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"d7791221-0295-474a-b5b2-2769364f4c48","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7daba485-132b-491e-8ad6-3070556a2f6d","serviceDescription":"service","serviceInvariantUUID":"bf29cb60-1eab-463c-8d9d-243b34652115","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b970b736-0120-4c78-ba72-bada5b50ff2b","resourceInvariantUUID":"b04fb905-3002-4156-9a90-7ecaff81abed","resourceCustomizationUUID":"7da1b51a-37a5-4778-b7a0-76ae207e852d","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":"M2Q0N2ZkMDg1MTVlODkyMGVkMjRjM2FiMWIwNDY4ZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6dccdc0-c75d-45cb-ad28-64dcddd63fce","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":"NjUwN2IyNGM4ODFlMmEyN2FhNjg3OTBhYjRlZjZhZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03d217f9-3c59-4f46-b7d8-c29ac693a71b","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":"405fd3cd-81da-447a-9688-9ad3a256c8bb","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":"9f63f781-515f-4505-90c9-007be05ade97","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":"8a95ac6e-8563-4539-86ff-0a9d6a555cf8","artifactVersion":"2","generatedFromUUID":"405fd3cd-81da-447a-9688-9ad3a256c8bb"},{"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":"MWQzMmRkMWQyNmQwYWIzZjdiYzczMzkxMzc0Yjc2MTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"191adead-9d18-48d2-ac4b-eaf9c9fedb29","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":"MGU3MThmN2ZlYjAwYTFjNjZlMDNlNTIyYjQ3OTIxM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee89905c-1c69-4f38-9c08-72d0c839b03f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWQ4OTE2OGY5NThlNjE2MmQ4YmJjMjlkNjY3OWJjMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b284850d-8919-4e3c-be4f-77e9883f0dd3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-27T04:48:14.942Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:48:14.942Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:14.942Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:14.942Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:15.943Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:48:15.944Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:15.944Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:15.944Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:16.945Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:48:16.946Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:16.946Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:16.946Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:17.947Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:48:17.947Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:17.947Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:17.947Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:18.948Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:48:18.949Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:18.949Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:18.949Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:19.950Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:48:19.950Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:19.950Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:19.951Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:20.952Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:48:20.953Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:20.953Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:20.953Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:21.954Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-27T04:48:21.954Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:21.955Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:21.955Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:22.956Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7daba485-132b-491e-8ad6-3070556a2f6d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bf29cb60-1eab-463c-8d9d-243b34652115",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "7da1b51a-37a5-4778-b7a0-76ae207e852d",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b970b736-0120-4c78-ba72-bada5b50ff2b",
      "resourceInvariantUUID": "b04fb905-3002-4156-9a90-7ecaff81abed",
      "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": "NjUwN2IyNGM4ODFlMmEyN2FhNjg3OTBhYjRlZjZhZTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "03d217f9-3c59-4f46-b7d8-c29ac693a71b",
          "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": "405fd3cd-81da-447a-9688-9ad3a256c8bb",
          "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": "8a95ac6e-8563-4539-86ff-0a9d6a555cf8",
            "generatedFromUUID": "405fd3cd-81da-447a-9688-9ad3a256c8bb"
          },
          "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": "8a95ac6e-8563-4539-86ff-0a9d6a555cf8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OWQ4OTE2OGY5NThlNjE2MmQ4YmJjMjlkNjY3OWJjMWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b284850d-8919-4e3c-be4f-77e9883f0dd3"
    }
  ],
  "workloadContext": "Production"
}
2023-02-27T04:48:22.957Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-27T04:48:22.957Z|ab2859f8-ef87-461d-acac-9ec68187777b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7daba485-132b-491e-8ad6-3070556a2f6d ASDC
2023-02-27T04:48:22.958Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d7791221-0295-474a-b5b2-2769364f4c48
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7daba485-132b-491e-8ad6-3070556a2f6d
ServiceInvariantUUID:bf29cb60-1eab-463c-8d9d-243b34652115
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:b284850d-8919-4e3c-be4f-77e9883f0dd3
ArtifactChecksum:OWQ4OTE2OGY5NThlNjE2MmQ4YmJjMjlkNjY3OWJjMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:7da1b51a-37a5-4778-b7a0-76ae207e852d
ResourceInvariantUUID:b04fb905-3002-4156-9a90-7ecaff81abed
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b970b736-0120-4c78-ba72-bada5b50ff2b
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:03d217f9-3c59-4f46-b7d8-c29ac693a71b
ArtifactChecksum:NjUwN2IyNGM4ODFlMmEyN2FhNjg3OTBhYjRlZjZhZTg=
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:405fd3cd-81da-447a-9688-9ad3a256c8bb
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:8a95ac6e-8563-4539-86ff-0a9d6a555cf8
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:8a95ac6e-8563-4539-86ff-0a9d6a555cf8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-27T04:48:22.958Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7daba485-132b-491e-8ad6-3070556a2f6d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T04:48:23.046Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:48:23.047Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-27T04:48:23.047Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-27T04:48:23.047Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b284850d-8919-4e3c-be4f-77e9883f0dd3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-27T04:48:23.047Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-27T04:48:23.048Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-27T04:48:23.299Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-27T04:48:23.301Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b284850d-8919-4e3c-be4f-77e9883f0dd3 82995
2023-02-27T04:48:23.301Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-27T04:48:23.302Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-27T04:48:23.302Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:48:23.302Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:23.302Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:23.302Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473303301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:24.304Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-27T04:48:24.305Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-27T04:48:24.305Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b284850d-8919-4e3c-be4f-77e9883f0dd3, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-27T04:48:24.306Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-27T04:48:24.306Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-27T04:48:24.307Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-27T04:48:24.484Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8174106162258886804/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-27T04:48:26.069Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-27T04:48:26.070Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-27T04:48:26.070Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-27T04:48:26.070Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-27T04:48:26.070Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-27T04:48:26.071Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-27T04:48:26.071Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-27T04:48:26.071Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-27T04:48:26.071Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-27T04:48:26.072Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-27T04:48:26.072Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-27T04:48:26.072Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-27T04:48:26.073Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.073Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:26.073Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-27T04:48:26.073Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-27T04:48:26.074Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:48:26.074Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.074Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:26.074Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-27T04:48:26.075Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-27T04:48:26.075Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-27T04:48:26.075Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.075Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:26.076Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.076Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-27T04:48:26.076Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-27T04:48:26.076Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-27T04:48:26.076Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-27T04:48:26.077Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-27T04:48:26.077Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-27T04:48:26.077Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.077Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T04:48:26.078Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.078Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-27T04:48:26.078Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:48:26.079Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.079Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-27T04:48:26.079Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:48:26.079Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.080Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-27T04:48:26.080Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:48:26.080Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.080Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-27T04:48:26.081Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-27T04:48:26.081Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-27T04:48:26.081Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7d0773df-4fb3-4733-8b47-911a071d288f
2023-02-27T04:48:26.081Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.082Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:26.082Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.082Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:26.082Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.083Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:26.083Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:26.083Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:26.083Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7daba485-132b-491e-8ad6-3070556a2f6d
Model Version:NULL
Model InvariantUuid:bf29cb60-1eab-463c-8d9d-243b34652115
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c0cd59de-e7a4-4239-be03-b16c0c48e7fe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b04fb905-3002-4156-9a90-7ecaff81abed
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7da1b51a-37a5-4778-b7a0-76ae207e852d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:27136905-9c7d-49ff-b55f-32b0eb70aafb
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:9a775595-6101-44d6-9aec-44e0c66e3f59
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7d0773df-4fb3-4733-8b47-911a071d288f
ModelInvariantUuid:03504103-fcd6-445b-bafb-6f90e4877a57
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:3f2deef6-7599-487d-9170-0d8966914c63
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ad4ab9ed-22fa-4a39-a57f-0fc86fdb3906
ModelInvariantUuid:d0b65ae4-3d61-421e-bd8e-2da6b082046b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:13347dd8-abcc-4bea-904d-c08213fbaa21
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-27T04:48:26.114Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b970b736-0120-4c78-ba72-bada5b50ff2b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:48:26.121Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2023-02-27T04:48:26.121Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b970b736-0120-4c78-ba72-bada5b50ff2b
2023-02-27T04:48:26.121Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 03d217f9-3c59-4f46-b7d8-c29ac693a71b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-27T04:48:26.121Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-27T04:48:26.122Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-27T04:48:26.265Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-27T04:48:26.266Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 03d217f9-3c59-4f46-b7d8-c29ac693a71b 792
2023-02-27T04:48:26.266Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-27T04:48:26.266Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-27T04:48:26.266Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:48:26.267Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:26.267Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:26.267Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473306266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:27.268Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "27136905-9c7d-49ff-b55f-32b0eb70aafb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a775595-6101-44d6-9aec-44e0c66e3f59",
    "vfModuleModelCustomizationUUID": "ac2f8cde-ebc4-40eb-bf69-72cb13ccfae4",
    "isBase": true,
    "artifacts": [
      "405fd3cd-81da-447a-9688-9ad3a256c8bb",
      "8a95ac6e-8563-4539-86ff-0a9d6a555cf8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-27T04:48:27.273Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a775595-6101-44d6-9aec-44e0c66e3f59
VfModuleModelInvariantUUID:27136905-9c7d-49ff-b55f-32b0eb70aafb
VfModuleModelDescription:NULL
Artifacts UUID List:{
405fd3cd-81da-447a-9688-9ad3a256c8bb
,
8a95ac6e-8563-4539-86ff-0a9d6a555cf8

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

isBase:true


}

2023-02-27T04:48:27.275Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "27136905-9c7d-49ff-b55f-32b0eb70aafb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a775595-6101-44d6-9aec-44e0c66e3f59",
    "vfModuleModelCustomizationUUID": "ac2f8cde-ebc4-40eb-bf69-72cb13ccfae4",
    "isBase": true,
    "artifacts": [
      "405fd3cd-81da-447a-9688-9ad3a256c8bb",
      "8a95ac6e-8563-4539-86ff-0a9d6a555cf8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-27T04:48:27.276Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a775595-6101-44d6-9aec-44e0c66e3f59
VfModuleModelInvariantUUID:27136905-9c7d-49ff-b55f-32b0eb70aafb
VfModuleModelDescription:NULL
Artifacts UUID List:{
405fd3cd-81da-447a-9688-9ad3a256c8bb
,
8a95ac6e-8563-4539-86ff-0a9d6a555cf8

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

isBase:true


}

2023-02-27T04:48:27.276Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 405fd3cd-81da-447a-9688-9ad3a256c8bb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-27T04:48:27.276Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-27T04:48:27.277Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-27T04:48:27.420Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-27T04:48:27.421Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 405fd3cd-81da-447a-9688-9ad3a256c8bb 5033
2023-02-27T04:48:27.421Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-27T04:48:27.422Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-27T04:48:27.422Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:48:27.422Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:27.423Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:27.423Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473307421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:28.425Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8a95ac6e-8563-4539-86ff-0a9d6a555cf8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-27T04:48:28.425Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-27T04:48:28.426Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-27T04:48:28.531Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:28.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:48:28.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1edad954-d94b-41ca-a7d5-1ff8d75d5834",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473219565,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-27T04:48:28.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:48:28.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:48:28.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:48:28.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:48:28.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:48:28.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:48:28.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:48:28.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:48:28.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:48:28.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:48:28.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:48:28.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:48:28.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:48:28.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:48:28.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:48:28.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:48:28.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:48:28.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:48:28.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:48:28.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:48:28.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:48:28.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:48:28.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:48:28.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:48:28.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:48:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:48:28.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:48:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:48:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:48:28.543Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473229861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:48:28.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:48:28.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:48:28.544Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473232577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:48:28.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:48:28.544Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-27T04:48:28.545Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8a95ac6e-8563-4539-86ff-0a9d6a555cf8 903
2023-02-27T04:48:28.545Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-27T04:48:28.546Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-27T04:48:28.547Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-27T04:48:28.547Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:28.547Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:28.547Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473308545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:29.549Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7daba485-132b-491e-8ad6-3070556a2f6d
2023-02-27T04:48:29.550Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b970b736-0120-4c78-ba72-bada5b50ff2b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:48:29.577Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@157d4f77, org.onap.sdc.toscaparser.api.parameters.Input@7ed7ad02, org.onap.sdc.toscaparser.api.parameters.Input@1520c507, org.onap.sdc.toscaparser.api.parameters.Input@542df3d4, org.onap.sdc.toscaparser.api.parameters.Input@2bd418d1]
2023-02-27T04:48:29.579Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.581Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:29.581Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-02-27T04:48:29.581Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7da1b51a-37a5-4778-b7a0-76ae207e852d
2023-02-27T04:48:29.581Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7da1b51a-37a5-4778-b7a0-76ae207e852d matches Tosca VF Customization UUID: 7da1b51a-37a5-4778-b7a0-76ae207e852d
2023-02-27T04:48:29.581Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7da1b51a-37a5-4778-b7a0-76ae207e852d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-27T04:48:29.598Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.599Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:29.600Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7da1b51a-37a5-4778-b7a0-76ae207e852d: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-02-27T04:48:29.600Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@403b181a
2023-02-27T04:48:29.601Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.602Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-27T04:48:29.602Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac2f8cde-ebc4-40eb-bf69-72cb13ccfae4
2023-02-27T04:48:29.602Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac2f8cde-ebc4-40eb-bf69-72cb13ccfae4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-27T04:48:29.607Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.607Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-27T04:48:29.608Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:48:29.608Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.609Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-27T04:48:29.609Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:48:29.609Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.610Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-27T04:48:29.610Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-27T04:48:29.611Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-27T04:48:29.611Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7d0773df-4fb3-4733-8b47-911a071d288f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-27T04:48:29.616Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.616Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-27T04:48:29.617Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-27T04:48:29.617Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.617Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-27T04:48:29.618Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7da1b51a-37a5-4778-b7a0-76ae207e852d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:48:29.622Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.622Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:29.623Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7daba485-132b-491e-8ad6-3070556a2f6d: basic_vm_macro
2023-02-27T04:48:29.623Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.623Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:29.623Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.624Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:29.624Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.624Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:29.624Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.624Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:29.625Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-27T04:48:29.625Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-27T04:48:29.625Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-27T04:48:29.791Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b970b736-0120-4c78-ba72-bada5b50ff2b 1 ASDC deployResourceStructure
2023-02-27T04:48:29.792Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-27T04:48:29.792Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-27T04:48:29.793Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:48:29.801Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:29.801Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:29.802Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473309792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:30.804Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-27T04:48:30.805Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-27T04:48:30.805Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:48:30.806Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:30.806Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:30.806Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473310804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:31.810Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-27T04:48:31.810Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-27T04:48:31.810Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:48:31.811Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:31.811Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:31.811Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473311809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:32.814Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-27T04:48:32.814Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-27T04:48:32.814Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-27T04:48:32.815Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:48:32.815Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:48:32.815Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473312814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:48:33.817Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7791221-0295-474a-b5b2-2769364f4c48
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:48:33.855Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7791221-0295-474a-b5b2-2769364f4c48
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-27T04:48:33.878Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-27T04:48:33.878Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-27T04:48:33.878Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-27T04:48:33.878Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-27T04:48:33.879Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:48:33.879Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:48:33.879Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:48:33.879Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-27T04:48:33.879Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-27T04:48:33.909Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-27T04:49:03.910Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7791221-0295-474a-b5b2-2769364f4c48 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-27T04:49:03.924Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7791221-0295-474a-b5b2-2769364f4c48 and serviceModelVersionId: 7daba485-132b-491e-8ad6-3070556a2f6d
2023-02-27T04:49:03.924Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf29cb60-1eab-463c-8d9d-243b34652115
2023-02-27T04:49:03.925Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf29cb60-1eab-463c-8d9d-243b34652115/model-vers/model-ver/7daba485-132b-491e-8ad6-3070556a2f6d?depth=0
2023-02-27T04:49:03.930Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-27T04:49:03.981Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bf29cb60-1eab-463c-8d9d-243b34652115/model-vers/model-ver/7daba485-132b-491e-8ad6-3070556a2f6d?depth=0|INFO|500||Invoke
2023-02-27T04:49:03.982Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bf29cb60-1eab-463c-8d9d-243b34652115/model-vers/model-ver/7daba485-132b-491e-8ad6-3070556a2f6d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bf29cb60-1eab-463c-8d9d-243b34652115/model-vers/model-ver/7daba485-132b-491e-8ad6-3070556a2f6d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d7791221-0295-474a-b5b2-2769364f4c48], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dca038ad-f9fc-4405-ad5d-f2a813ffe82d], X-ECOMP-RequestID=[d7791221-0295-474a-b5b2-2769364f4c48], X-TransactionId=[], X-ONAP-RequestID=[d7791221-0295-474a-b5b2-2769364f4c48], Content-Type=[application/merge-patch+json]}
2023-02-27T04:49:03.991Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bf29cb60-1eab-463c-8d9d-243b34652115/model-vers/model-ver/7daba485-132b-491e-8ad6-3070556a2f6d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-27T04:49:04.175Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bf29cb60-1eab-463c-8d9d-243b34652115/model-vers/model-ver/7daba485-132b-491e-8ad6-3070556a2f6d?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/bf29cb60-1eab-463c-8d9d-243b34652115/model-vers/model-ver/7daba485-132b-491e-8ad6-3070556a2f6d?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Feb 2023 04:49:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[180], vertex-id=[299088], x-aai-txid=[2-aai-resources-230227-04:49:03:781-72418], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-27T04:49:04.176Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bf29cb60-1eab-463c-8d9d-243b34652115/model-vers/model-ver/7daba485-132b-491e-8ad6-3070556a2f6d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-27T04:49:04.177Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bf29cb60-1eab-463c-8d9d-243b34652115/model-vers/model-ver/7daba485-132b-491e-8ad6-3070556a2f6d?depth=0|INFO|500||InvokeReturn
2023-02-27T04:49:04.177Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-27T04:49:04.177Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-27T04:49:04.187Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-27T04:49:04.187Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7791221-0295-474a-b5b2-2769364f4c48 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-27T04:49:04.188Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-27T04:49:04.189Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-27T04:49:04.189Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-27T04:49:04.189Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473344188,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-27T04:49:05.210Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:49:28.531Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:49:28.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:49:28.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ab2859f8-ef87-461d-acac-9ec68187777b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473293917,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-27T04:49:28.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:49:28.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:49:28.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:49:28.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:49:28.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:49:28.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-27T04:49:28.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:49:28.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:49:28.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-27T04:49:28.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:49:28.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:49:28.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:49:28.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:49:28.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:49:28.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-27T04:49:28.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:49:28.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:49:28.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:49:28.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:49:28.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:49:28.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-27T04:49:28.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:49:28.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:49:28.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473220587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-27T04:49:28.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:49:28.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:49:28.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473303301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:49:28.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:49:28.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:49:28.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473306266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:49:28.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:49:28.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:49:28.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473307421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:49:28.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:50:05.211Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:50:28.531Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:50:28.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:50:28.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473308545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-27T04:50:28.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:50:28.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:50:28.534Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473309792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-27T04:50:28.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:50:28.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:50:28.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473310804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-27T04:50:28.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:50:28.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:50:28.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473311809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-27T04:50:28.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:50:28.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:50:28.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473312814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-27T04:50:28.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:50:28.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-27T04:50:28.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d7791221-0295-474a-b5b2-2769364f4c48",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677473344188,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-27T04:50:28.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-27T04:51:05.212Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:51:28.531Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:52:05.213Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:52:28.532Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:53:05.215Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:53:28.533Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:54:05.217Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:54:28.535Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:55:05.218Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:55:28.536Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:56:05.220Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:56:28.538Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:57:05.222Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:57:28.539Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:58:05.223Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:58:28.541Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T04:59:05.225Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T04:59:28.542Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:00:05.227Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:00:28.546Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:01:05.229Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:01:28.547Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:02:05.230Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:02:28.549Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:03:05.231Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:03:28.550Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:04:05.231Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:04:28.552Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:05:05.232Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:05:28.552Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:06:05.234Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:06:28.553Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:07:05.236Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:07:28.554Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:08:05.236Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:08:28.556Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:09:05.238Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:09:28.557Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:10:05.240Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:10:28.559Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:11:05.243Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:11:28.561Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:12:05.243Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:12:28.561Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:13:05.245Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:13:28.563Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:14:05.247Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:14:28.564Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:15:05.248Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:15:28.565Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:16:05.249Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:16:28.566Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:17:05.251Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:17:28.566Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:18:05.252Z|d7791221-0295-474a-b5b2-2769364f4c48|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:18:28.567Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:19:05.253Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:19:28.568Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:20:05.254Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:20:28.570Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:21:05.256Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:21:28.571Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:22:05.257Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:22:28.572Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:23:05.259Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:23:28.572Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:24:05.260Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:24:28.573Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:25:05.261Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:25:28.573Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:26:05.262Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:26:28.574Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:27:05.263Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:27:28.575Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:28:05.264Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:28:28.577Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:29:05.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:29:28.577Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:30:05.266Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:30:28.579Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:31:05.267Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:31:28.580Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:32:05.267Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:32:28.582Z|126e94dc-27fb-449a-b6d0-8c3474368e76|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:33:05.269Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:33:28.583Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:34:05.270Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:34:28.585Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:35:05.271Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:35:28.586Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-27T05:36:05.272Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-27T05:36:28.588Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO