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-15T05:25:40.950Z||main|||||INFO|500||The following profiles are active: basic
2023-02-15T05:25:53.338Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-15T05:25:53.339Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-15T05:25:53.460Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-15T05:25:57.931Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-15T05:25:58.366Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-15T05:25:58.929Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-15T05:25:59.270Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-15T05:25:59.992Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-15T05:26:02.223Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-15T05:26:02.893Z||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-15T05:26:06.287Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-15T05:26:06.409Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-15T05:26:06.418Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-15T05:26:06.430Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-15T05:26:07.018Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-15T05:26:07.422Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-15T05:26:08.592Z||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-15T05:26:09.300Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-15T05:26:09.300Z||main|||||ERROR|500||(conn=1265) Table 'catalogdb.activity_spec' doesn't exist
2023-02-15T05:26:09.312Z||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-15T05:26:12.312Z||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-15T05:26:15.188Z||main|||||WARN|500||---
2023-02-15T05:26:15.188Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-15T05:26:15.189Z||main|||||WARN|500||---
2023-02-15T05:26:15.602Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-15T05:26:20.771Z||main|||||INFO|500||Started Application in 43.663 seconds (JVM running for 46.26)
2023-02-15T05:26:20.823Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-15T05:26:20.833Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-15T05:26:20.866Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-15T05:26:20.981Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 829d42a2-1ecd-484d-a3b3-cd5605675d80 url= /sdc/v1/artifactTypes
2023-02-15T05:26:20.986Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-15T05:26:21.132Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-15T05:26:21.202Z||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-15T05:26:21.202Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-15T05:26:21.203Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 724cb3bc-bb6d-4999-b0bc-2c99dfe9772c url= /sdc/v1/distributionKafkaData
2023-02-15T05:26:21.203Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-15T05:26:21.246Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-15T05:26:21.265Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@79363716
2023-02-15T05:26:21.357Z||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-2adcbc0e-de1d-4b25-bcff-d19fed8da81f
	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-15T05:26:21.440Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Instantiated an idempotent producer.
2023-02-15T05:26:21.537Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-15T05:26:21.616Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-15T05:26:21.617Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-15T05:26:21.620Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676438781613
2023-02-15T05:26:21.627Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-15T05:26:21.652Z||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-578496cf-30da-4ba4-a769-346e36495696
	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-15T05:26:21.803Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-15T05:26:21.803Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-15T05:26:21.803Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676438781802
2023-02-15T05:26:21.805Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:26:21.813Z||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-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73
	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-15T05:26:21.817Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:26:21.825Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-15T05:26:21.826Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-15T05:26:21.826Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676438781825
2023-02-15T05:26:21.826Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:26:21.863Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:26:21.872Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-15T05:26:22.845Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 mPHBwjo6TjKBE6iyl20SVg
2023-02-15T05:26:22.846Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 mPHBwjo6TjKBE6iyl20SVg
2023-02-15T05:26:22.846Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 mPHBwjo6TjKBE6iyl20SVg
2023-02-15T05:26:22.850Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 mPHBwjo6TjKBE6iyl20SVg
2023-02-15T05:26:22.851Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 mPHBwjo6TjKBE6iyl20SVg
2023-02-15T05:26:22.851Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 mPHBwjo6TjKBE6iyl20SVg
2023-02-15T05:26:22.854Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:22.854Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:22.854Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:22.855Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:22.855Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:22.855Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Cluster ID: -E5DnYKaR8q5V1Gg2-F_ew
2023-02-15T05:26:22.855Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:22.856Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Cluster ID: -E5DnYKaR8q5V1Gg2-F_ew
2023-02-15T05:26:22.857Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-02-15T05:26:22.860Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Cluster ID: -E5DnYKaR8q5V1Gg2-F_ew
2023-02-15T05:26:22.861Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-02-15T05:26:22.872Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] ProducerId set to 4 with epoch 0
2023-02-15T05:26:22.885Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] (Re-)joining group
2023-02-15T05:26:22.886Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] (Re-)joining group
2023-02-15T05:26:22.999Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696-574163dd-8aab-4b71-a9f4-40c0191f0ba1
2023-02-15T05:26:23.000Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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-15T05:26:23.000Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] (Re-)joining group
2023-02-15T05:26:23.039Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73-6b2d7457-8e9b-4fed-837e-8de5649b532f
2023-02-15T05:26:23.040Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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-15T05:26:23.040Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] (Re-)joining group
2023-02-15T05:26:29.073Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696-574163dd-8aab-4b71-a9f4-40c0191f0ba1', protocol='range'}
2023-02-15T05:26:29.074Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73-6b2d7457-8e9b-4fed-837e-8de5649b532f', protocol='range'}
2023-02-15T05:26:29.129Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:29.129Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:29.129Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:29.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:29.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:29.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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 u78t05TjTxKTXfBrz_w-uw
2023-02-15T05:26:29.134Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73-6b2d7457-8e9b-4fed-837e-8de5649b532f=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696-574163dd-8aab-4b71-a9f4-40c0191f0ba1=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-15T05:26:29.273Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696-574163dd-8aab-4b71-a9f4-40c0191f0ba1', protocol='range'}
2023-02-15T05:26:29.274Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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-15T05:26:29.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73-6b2d7457-8e9b-4fed-837e-8de5649b532f', protocol='range'}
2023-02-15T05:26:29.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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-15T05:26:29.279Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, 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-15T05:26:29.279Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, 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-15T05:26:29.326Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-15T05:26:29.326Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-15T05:26:29.326Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-15T05:26:29.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-15T05:26:29.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-15T05:26:29.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-15T05:26:29.341Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-15T05:26:29.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-15T05:26:29.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-15T05:26:29.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-15T05:26:29.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-15T05:26:29.343Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-15T05:26:29.370Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-15T05:26:29.371Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-15T05:26:29.416Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-15T05:26:29.416Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-15T05:26:29.419Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-15T05:26:29.420Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-15T05:26:29.427Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-15T05:26:29.428Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-15T05:26:29.514Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-15T05:26:29.514Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-15T05:26:29.521Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-15T05:26:29.522Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-15T05:27:21.825Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:27:21.873Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:28:21.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:28:21.875Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:29:21.827Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:29:21.876Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:30:21.829Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:30:21.877Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:31:21.829Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:31:21.878Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:32:21.829Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:32:21.879Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:33:21.837Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:33:21.881Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:34:21.839Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:34:21.883Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:35:21.841Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:35:21.884Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:35:23.071Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-71a7c6b8-9ff1-4ca8-ad8f-5c0d840d0c73, groupId=so] Node -1 disconnected.
2023-02-15T05:35:23.080Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-578496cf-30da-4ba4-a769-346e36495696, groupId=so] Node -1 disconnected.
2023-02-15T05:35:23.222Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Node -1 disconnected.
2023-02-15T05:36:16.758Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-15T05:36:21.842Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:36:21.885Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:37:21.843Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:37:21.886Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:38:21.844Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:38:21.887Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:39:21.844Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:39:21.887Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:40:21.845Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:40:21.888Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:41:21.847Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:41:21.888Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:42:21.849Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:42:21.888Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:43:21.851Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:43:21.888Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:44:21.853Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:44:21.890Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:45:21.853Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:45:21.890Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:46:21.855Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:46:21.890Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:47:21.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:47:21.891Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:48:21.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:48:21.891Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:49:21.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:49:21.892Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:50:21.857Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:50:21.893Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:51:21.858Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:51:21.893Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:52:21.859Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:52:21.893Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:53:21.860Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:53:21.894Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:54:21.860Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:54:21.895Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:55:21.862Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:55:21.896Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:56:21.863Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:56:21.898Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:57:21.864Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:57:21.902Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:58:21.865Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:58:21.903Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T05:59:21.866Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T05:59:21.905Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:00:21.867Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:00:21.905Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:01:21.869Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:01:21.907Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:02:21.871Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:02:21.908Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:03:21.872Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:03:21.913Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:04:21.872Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:04:21.915Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:05:21.874Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:05:21.917Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:06:21.875Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:06:21.917Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:07:21.877Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:07:21.919Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:08:21.878Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:08:21.920Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:09:21.879Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:09:21.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:10:21.880Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:10:21.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:11:21.881Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:11:21.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:12:21.882Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:12:21.923Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:13:21.885Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:13:21.924Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:14:21.887Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:14:21.929Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:15:21.887Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:15:21.930Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:16:21.889Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:16:21.932Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:17:21.890Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:17:21.933Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:18:21.892Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:18:21.934Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:19:21.893Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:19:21.937Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:20:21.894Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:20:21.938Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:21:21.896Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:21:21.939Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:22:21.898Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:22:21.939Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:23:21.898Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:23:21.940Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:24:21.900Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:24:21.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:25:21.901Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:25:21.943Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:26:21.902Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:26:21.944Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:27:21.904Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:27:21.944Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:28:21.904Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:28:21.945Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:29:21.906Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:29:21.946Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:30:21.907Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:30:21.947Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:31:21.909Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:31:21.948Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:32:21.911Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:32:21.949Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:33:21.912Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:33:21.950Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:34:21.914Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:34:21.951Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:35:21.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:35:21.953Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:36:21.917Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:36:21.955Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:37:21.918Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:37:21.956Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:38:21.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:38:21.957Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:39:21.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:39:21.958Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:40:21.921Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:40:21.958Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:41:21.923Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:41:21.960Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:42:21.923Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:42:21.962Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:43:21.925Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:43:21.964Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:44:21.925Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:44:21.964Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:45:21.926Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:45:21.965Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:46:21.927Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:46:21.965Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:47:21.928Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:47:21.966Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:48:21.929Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:48:21.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:49:21.931Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:49:21.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:50:21.931Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:50:21.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:51:21.933Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:51:21.969Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:52:21.934Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:52:21.969Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:53:21.934Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:53:21.970Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:54:21.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:54:21.971Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:55:21.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:55:21.971Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:56:21.936Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:56:21.971Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:57:21.937Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:57:21.972Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:58:21.939Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:58:21.974Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T06:59:21.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T06:59:21.974Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:00:21.942Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:00:21.976Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:01:21.942Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:01:21.976Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:02:21.943Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:02:21.978Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:03:21.943Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:03:21.978Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:04:21.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:04:21.979Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:05:21.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:05:21.979Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:06:21.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:06:21.981Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:07:21.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:07:21.982Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:08:21.946Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:08:21.982Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:09:21.947Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:09:21.983Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:10:21.949Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:10:21.983Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:11:21.950Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:11:21.984Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:12:21.950Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:12:21.985Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:13:21.952Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:13:21.986Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:14:21.953Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:14:21.986Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:15:21.955Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:15:21.987Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:16:21.956Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:16:21.988Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:17:21.957Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:17:21.988Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:18:21.958Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:18:21.989Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:19:21.959Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:19:21.991Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:20:21.959Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:20:21.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:21:21.960Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:21:21.992Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:22:21.960Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:22:21.992Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:23:21.962Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:23:21.993Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:24:21.962Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:24:21.993Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:25:21.964Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:25:21.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:26:21.965Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:26:21.995Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:27:21.966Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:27:21.996Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:28:21.967Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:28:21.997Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:29:21.967Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:29:21.997Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:30:21.967Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:30:21.998Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:31:21.969Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:31:21.999Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:32:21.970Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:32:22.001Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:33:21.970Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:33:22.001Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:34:21.970Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:34:22.002Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:35:21.973Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:35:22.003Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:36:21.974Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:36:22.004Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:37:21.974Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:37:22.005Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:38:21.975Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:38:22.005Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:39:21.975Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:39:22.006Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:40:21.976Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:40:22.007Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:41:21.978Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:41:22.008Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:42:21.978Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:42:22.008Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:43:21.980Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:43:22.010Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:44:21.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:44:22.011Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:45:21.982Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:45:22.012Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:46:21.983Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:46:22.012Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:47:21.985Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:47:22.014Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:48:21.986Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:48:22.015Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:49:21.987Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:49:22.016Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:50:21.989Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:50:22.016Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:51:21.989Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:51:22.016Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:52:21.991Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:52:22.017Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:53:21.993Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:53:22.018Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:54:21.993Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:54:22.018Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:55:21.995Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:55:22.019Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:56:21.995Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:56:22.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:57:21.996Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:57:22.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:58:21.996Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:58:22.022Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T07:59:21.998Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T07:59:22.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:00:21.999Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:00:22.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:01:22.001Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:01:22.024Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:02:22.003Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:02:22.024Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:03:22.003Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:03:22.024Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:04:22.006Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:04:22.024Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:05:22.007Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:05:22.025Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:19.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-15T08:06:19.740Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"85940e40-e14c-42cf-9945-2ade71ef704e","serviceName":"vFW 2023-02-15 08-04-37","serviceVersion":"1.0","serviceUUID":"480ca409-2bed-44e4-abe1-d2c381d8c6fa","serviceDescription":"catalog service description","serviceInvariantUUID":"008660e4-7af8-40ad-967e-a4d8587c8813","resources":[{"resourceInstanceName":"vFW 6db0358d-1b36 0","resourceName":"vFW 6db0358d-1b36","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c179fbcd-fd2a-4a52-89c7-274ac4fdb10a","resourceInvariantUUID":"a06a390e-49d4-468e-9f69-850380084ce9","resourceCustomizationUUID":"f14fc868-8d59-450f-b4b1-933a927b6d8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml","artifactChecksum":"ZTdiYzA0NGM2ZjNiNTcxY2RlY2NhOGI5OWE5NDE1YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"793abcd9-dc56-4a18-b95c-a43abd089a2a","artifactVersion":"1"},{"artifactName":"vfw6db0358d1b360_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json","artifactChecksum":"NzRkYzAwY2VmYjNkNGQ4MTMxZDQ5ZjhjNDdhNzNjYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c30a46de-5a79-49d4-9797-63bf2b43508d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"353d0e0b-20b2-4d1b-993a-15a07e47adec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml","artifactChecksum":"NzBmZDU2YWJhMzE3NmU5ZjkzMmJmZmZlOTMzYzRlYTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f64a555-4a96-4006-82ec-f916d5913b10","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d5ac674a-535a-4da8-99b9-5c76eb06bf4b","artifactVersion":"2","generatedFromUUID":"353d0e0b-20b2-4d1b-993a-15a07e47adec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230215080437-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml","artifactChecksum":"YjgwN2UyNTBlMmYyZWFiNzJmZTcxZDdhZGExOGI1MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f7205d55-8232-4bee-a1cd-a02787db7cea","artifactVersion":"1"},{"artifactName":"service-Vfw20230215080437-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar","artifactChecksum":"OWQ1MzUzYjE1YWQzYmQ4YjhjYmE5ZmM4M2E1NmFiNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb3d132f-3de2-49db-8b41-05f9402626a7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T08:06:19.776Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:19.786Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:19.786Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:19.787Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:19.817Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:06:19.817Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:06:19.818Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:06:19.818Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:06:19.818Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:06:19.818Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:06:19.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:06:19.942Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448363564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:06:19.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:06:20.842Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:20.843Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:20.843Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:20.843Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:21.828Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:21.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:06:21.830Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448378368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:06:21.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:06:21.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:06:21.832Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:06:21.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:06:21.844Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:21.845Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:21.845Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:21.845Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:22.846Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:22.847Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:22.847Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:22.847Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:23.853Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:23.854Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:23.854Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:23.854Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:24.855Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:24.855Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:24.855Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:24.856Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:25.856Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:06:25.857Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:25.857Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:25.857Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:26.862Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "serviceName": "vFW 2023-02-15 08-04-37",
  "serviceVersion": "1.0",
  "serviceUUID": "480ca409-2bed-44e4-abe1-d2c381d8c6fa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "008660e4-7af8-40ad-967e-a4d8587c8813",
  "resources": [
    {
      "resourceInstanceName": "vFW 6db0358d-1b36 0",
      "resourceCustomizationUUID": "f14fc868-8d59-450f-b4b1-933a927b6d8b",
      "resourceName": "vFW 6db0358d-1b36",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c179fbcd-fd2a-4a52-89c7-274ac4fdb10a",
      "resourceInvariantUUID": "a06a390e-49d4-468e-9f69-850380084ce9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6db0358d1b360_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
          "artifactChecksum": "NzRkYzAwY2VmYjNkNGQ4MTMxZDQ5ZjhjNDdhNzNjYWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c30a46de-5a79-49d4-9797-63bf2b43508d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "353d0e0b-20b2-4d1b-993a-15a07e47adec",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d5ac674a-535a-4da8-99b9-5c76eb06bf4b",
            "generatedFromUUID": "353d0e0b-20b2-4d1b-993a-15a07e47adec"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d5ac674a-535a-4da8-99b9-5c76eb06bf4b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230215080437-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
      "artifactChecksum": "OWQ1MzUzYjE1YWQzYmQ4YjhjYmE5ZmM4M2E1NmFiNGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bb3d132f-3de2-49db-8b41-05f9402626a7"
    }
  ],
  "workloadContext": "Production"
}
2023-02-15T08:06:26.866Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T08:06:26.867Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 480ca409-2bed-44e4-abe1-d2c381d8c6fa ASDC
2023-02-15T08:06:27.089Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:85940e40-e14c-42cf-9945-2ade71ef704e
ServiceName:vFW 2023-02-15 08-04-37
ServiceVersion:1.0
ServiceUUID:480ca409-2bed-44e4-abe1-d2c381d8c6fa
ServiceInvariantUUID:008660e4-7af8-40ad-967e-a4d8587c8813
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230215080437-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar
ArtifactUUID:bb3d132f-3de2-49db-8b41-05f9402626a7
ArtifactChecksum:OWQ1MzUzYjE1YWQzYmQ4YjhjYmE5ZmM4M2E1NmFiNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6db0358d-1b36 0
ResourceCustomizationUUID:f14fc868-8d59-450f-b4b1-933a927b6d8b
ResourceInvariantUUID:a06a390e-49d4-468e-9f69-850380084ce9
ResourceName:vFW 6db0358d-1b36
ResourceType:VF
ResourceUUID:c179fbcd-fd2a-4a52-89c7-274ac4fdb10a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6db0358d1b360_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json
ArtifactUUID:c30a46de-5a79-49d4-9797-63bf2b43508d
ArtifactChecksum:NzRkYzAwY2VmYjNkNGQ4MTMxZDQ5ZjhjNDdhNzNjYWE=
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/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml
ArtifactUUID:353d0e0b-20b2-4d1b-993a-15a07e47adec
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/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env
ArtifactUUID:d5ac674a-535a-4da8-99b9-5c76eb06bf4b
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/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env
ArtifactUUID:d5ac674a-535a-4da8-99b9-5c76eb06bf4b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-15T08:06:27.090Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 480ca409-2bed-44e4-abe1-d2c381d8c6fa 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-15T08:06:27.280Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:06:27.282Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T08:06:27.282Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T08:06:27.283Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bb3d132f-3de2-49db-8b41-05f9402626a7 from URL: /sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:27.283Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:06:27.284Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:27.447Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:06:27.460Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar bb3d132f-3de2-49db-8b41-05f9402626a7 101535
2023-02-15T08:06:27.462Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar ASDC sendASDCNotification
2023-02-15T08:06:27.463Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:27.464Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:06:27.465Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:27.466Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:27.466Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448387460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:28.469Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:06:28.470Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T08:06:28.470Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bb3d132f-3de2-49db-8b41-05f9402626a7, URL: /sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar to file: /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:28.471Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230215080437-csar.csar
2023-02-15T08:06:28.561Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:28.561Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:29.184Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13758645667280233722/Definitions/service-Vfw20230215080437-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-02-15T08:06:31.955Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T08:06:31.962Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T08:06:31.962Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.962Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6db0358d-1b36 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-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.964Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.964Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.964Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.964Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:31.964Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T08:06:31.971Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:31.972Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:31.977Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:31.977Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T08:06:31.979Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:06:31.981Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:31.981Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:31.981Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:31.981Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T08:06:31.982Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:06:31.982Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:31.982Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:31.985Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:31.985Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:31.986Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:31.986Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:31.986Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-15T08:06:31.986Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.986Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.987Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-15T08:06:31.987Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.987Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-15T08:06:31.987Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-15T08:06:31.987Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.987Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.988Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-15T08:06:31.988Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.988Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-15T08:06:31.988Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.988Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-15T08:06:31.988Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:31.989Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:06:31.990Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:31.990Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:31.990Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:31.991Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:31.991Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:31.991Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:31.991Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:31.991Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:31.991Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:31.992Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:31.992Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:31.992Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:31.993Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:31.993Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-15T08:06:31.993Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-15T08:06:31.993Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-15T08:06:31.993Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.994Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.994Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-15T08:06:31.994Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.994Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-15T08:06:31.994Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.994Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=08e8c57d-f92f-4ad8-8edb-fddd23436562
2023-02-15T08:06:31.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:31.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:31.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:31.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:31.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-15T08:06:31.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.996Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.996Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-15T08:06:31.996Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.996Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-15T08:06:31.996Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-15T08:06:31.997Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.997Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-15T08:06:31.997Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.997Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=de16c10d-cb2c-4583-a5f1-4243e57d1af6
2023-02-15T08:06:31.997Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:31.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:31.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:31.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:31.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-15T08:06:31.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:31.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:32.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-15T08:06:32.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b6fdcf94-c0e0-45bd-a4a6-a1c42a61f153
2023-02-15T08:06:32.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:32.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:32.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:32.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:32.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:32.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:32.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:32.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:32.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-15 08-04-37
Description:catalog service description
Model UUID:480ca409-2bed-44e4-abe1-d2c381d8c6fa
Model Version:NULL
Model InvariantUuid:008660e4-7af8-40ad-967e-a4d8587c8813
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6db0358d-1b36
Model UUID:6a4f00a5-96e4-4ad2-a00d-fead07414739
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a06a390e-49d4-468e-9f69-850380084ce9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f14fc868-8d59-450f-b4b1-933a927b6d8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1bfe6a0b-264b-46d1-ad64-65031da46fc5
ModelName:Vfw6db0358d1b36..base_vfw..module-0
ModelUuid:39b23123-ba7b-4090-bdc0-82a32238d805
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:08e8c57d-f92f-4ad8-8edb-fddd23436562
ModelInvariantUuid:d64bc1b7-1881-4460-a7b0-5643956ed745
ModelName:vFW 6db0358d-1b36-nodes.vfwCvfc
ModelUuid:399e45e8-cb86-40e5-a58e-f73105a122a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f6e4a712-0782-4f23-84b5-f06b5c1bbcf1
ModelInvariantUuid:6f33b499-d09f-4579-8f35-727a03f7c482
ModelName:Vfw6db0358d1b36.compute.nodes.heat.vfw
ModelUuid:a25f429f-e71a-40db-9342-59c316b49e20
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:de16c10d-cb2c-4583-a5f1-4243e57d1af6
ModelInvariantUuid:da087ac4-5c4e-4701-9f14-091a2b345a00
ModelName:vFW 6db0358d-1b36-nodes.vsnCvfc
ModelUuid:8416eda5-3eb7-455b-8996-7bd6a4d50909
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ec85a086-655e-4008-97e9-c3a350f39ab1
ModelInvariantUuid:07f0a6d2-f9d2-48a9-bc3b-8d726fc6aae7
ModelName:Vfw6db0358d1b36.compute.nodes.heat.vsn
ModelUuid:040a64f3-fa0a-4ac9-8b91-738ecf5142c5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b6fdcf94-c0e0-45bd-a4a6-a1c42a61f153
ModelInvariantUuid:db85cd22-5f83-42c9-8db1-068a3955deeb
ModelName:vFW 6db0358d-1b36-nodes.vpgCvfc
ModelUuid:9926661a-3325-441c-b67f-00cd44784a55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3705bd5c-6562-4cf7-a4f0-509bf40b5181
ModelInvariantUuid:c40dceae-87d4-4911-905b-3162eef30c40
ModelName:Vfw6db0358d1b36.compute.nodes.heat.vpg
ModelUuid:77e7c402-1d56-422f-b3dd-6271266a5ce7
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-15T08:06:32.025Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c179fbcd-fd2a-4a52-89c7-274ac4fdb10a
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-15T08:06:32.092Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||vFW 6db0358d-1b36 0
2023-02-15T08:06:32.100Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c179fbcd-fd2a-4a52-89c7-274ac4fdb10a
2023-02-15T08:06:32.100Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c30a46de-5a79-49d4-9797-63bf2b43508d from URL: /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json
2023-02-15T08:06:32.100Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:06:32.100Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json
2023-02-15T08:06:32.180Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:06:32.180Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json c30a46de-5a79-49d4-9797-63bf2b43508d 785
2023-02-15T08:06:32.181Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json ASDC sendASDCNotification
2023-02-15T08:06:32.181Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json
2023-02-15T08:06:32.181Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:06:32.181Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:32.182Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:32.182Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448392181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:33.184Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6db0358d1b36..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1bfe6a0b-264b-46d1-ad64-65031da46fc5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39b23123-ba7b-4090-bdc0-82a32238d805",
    "vfModuleModelCustomizationUUID": "6d06691b-b76d-4db8-958e-3b7d5e4ad2c0",
    "isBase": true,
    "artifacts": [
      "353d0e0b-20b2-4d1b-993a-15a07e47adec",
      "d5ac674a-535a-4da8-99b9-5c76eb06bf4b"
    ],
    "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-15T08:06:33.199Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6db0358d1b36..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39b23123-ba7b-4090-bdc0-82a32238d805
VfModuleModelInvariantUUID:1bfe6a0b-264b-46d1-ad64-65031da46fc5
VfModuleModelDescription:NULL
Artifacts UUID List:{
353d0e0b-20b2-4d1b-993a-15a07e47adec
,
d5ac674a-535a-4da8-99b9-5c76eb06bf4b

}
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-15T08:06:33.202Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6db0358d1b36..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1bfe6a0b-264b-46d1-ad64-65031da46fc5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39b23123-ba7b-4090-bdc0-82a32238d805",
    "vfModuleModelCustomizationUUID": "6d06691b-b76d-4db8-958e-3b7d5e4ad2c0",
    "isBase": true,
    "artifacts": [
      "353d0e0b-20b2-4d1b-993a-15a07e47adec",
      "d5ac674a-535a-4da8-99b9-5c76eb06bf4b"
    ],
    "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-15T08:06:33.202Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6db0358d1b36..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39b23123-ba7b-4090-bdc0-82a32238d805
VfModuleModelInvariantUUID:1bfe6a0b-264b-46d1-ad64-65031da46fc5
VfModuleModelDescription:NULL
Artifacts UUID List:{
353d0e0b-20b2-4d1b-993a-15a07e47adec
,
d5ac674a-535a-4da8-99b9-5c76eb06bf4b

}
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-15T08:06:33.202Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 353d0e0b-20b2-4d1b-993a-15a07e47adec from URL: /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml
2023-02-15T08:06:33.203Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:06:33.203Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml
2023-02-15T08:06:33.299Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:06:33.300Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml 353d0e0b-20b2-4d1b-993a-15a07e47adec 20368
2023-02-15T08:06:33.300Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-15T08:06:33.300Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml
2023-02-15T08:06:33.301Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:06:33.301Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:33.301Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:33.301Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448393300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:34.302Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d5ac674a-535a-4da8-99b9-5c76eb06bf4b from URL: /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env
2023-02-15T08:06:34.303Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:06:34.303Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env
2023-02-15T08:06:34.392Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:06:34.393Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env d5ac674a-535a-4da8-99b9-5c76eb06bf4b 2098
2023-02-15T08:06:34.396Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-15T08:06:34.396Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env
2023-02-15T08:06:34.396Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:06:34.397Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:34.397Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:34.397Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448394396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:35.398Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 480ca409-2bed-44e4-abe1-d2c381d8c6fa
2023-02-15T08:06:35.399Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6db0358d-1b36 0 c179fbcd-fd2a-4a52-89c7-274ac4fdb10a 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-15T08:06:35.438Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45cca92c, org.onap.sdc.toscaparser.api.parameters.Input@2e1636a8, org.onap.sdc.toscaparser.api.parameters.Input@4c5ff317, org.onap.sdc.toscaparser.api.parameters.Input@25cbd1d3, org.onap.sdc.toscaparser.api.parameters.Input@56e998f]
2023-02-15T08:06:35.442Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.442Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.442Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-15T08:06:35.442Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f14fc868-8d59-450f-b4b1-933a927b6d8b
2023-02-15T08:06:35.443Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f14fc868-8d59-450f-b4b1-933a927b6d8b matches Tosca VF Customization UUID: f14fc868-8d59-450f-b4b1-933a927b6d8b
2023-02-15T08:06:35.443Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f14fc868-8d59-450f-b4b1-933a927b6d8b  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-15T08:06:35.455Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.455Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.456Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f14fc868-8d59-450f-b4b1-933a927b6d8b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-15T08:06:35.457Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18f86753
2023-02-15T08:06:35.457Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.457Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:06:35.458Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6d06691b-b76d-4db8-958e-3b7d5e4ad2c0
2023-02-15T08:06:35.459Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6d06691b-b76d-4db8-958e-3b7d5e4ad2c0
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-15T08:06:35.466Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.466Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:35.467Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:35.467Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.468Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:35.468Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:35.468Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.469Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:35.470Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:35.470Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:35.470Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-15T08:06:35.471Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-15T08:06:35.471Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-15T08:06:35.471Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.471Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:35.472Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-15T08:06:35.472Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:35.472Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-15T08:06:35.473Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.473Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=08e8c57d-f92f-4ad8-8edb-fddd23436562
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-15T08:06:35.483Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.483Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:35.484Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:35.484Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.484Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:35.485Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:35.485Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:35.485Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-15T08:06:35.486Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.486Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:35.486Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-15T08:06:35.487Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.487Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-15T08:06:35.487Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-15T08:06:35.488Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:35.488Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-15T08:06:35.488Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.489Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=de16c10d-cb2c-4583-a5f1-4243e57d1af6
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-15T08:06:35.491Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.491Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:35.492Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:35.494Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.495Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is not matching search criteria
2023-02-15T08:06:35.495Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-15T08:06:35.496Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-15T08:06:35.496Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-15T08:06:35.496Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.497Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:35.497Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-15T08:06:35.497Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.498Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-15T08:06:35.498Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-15T08:06:35.498Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-15T08:06:35.499Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-15T08:06:35.499Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-15T08:06:35.500Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b6fdcf94-c0e0-45bd-a4a6-a1c42a61f153
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-15T08:06:35.502Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.503Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:35.503Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:06:35.504Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.504Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Node template vFW 6db0358d-1b36 0 is matching search criteria
2023-02-15T08:06:35.504Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 6db0358d-1b36 0] matching following query criteria: sdcType=VF, customizationUUID=f14fc868-8d59-450f-b4b1-933a927b6d8b
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-15T08:06:35.506Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.507Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.507Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 480ca409-2bed-44e4-abe1-d2c381d8c6fa: vFW 6db0358d-1b36
2023-02-15T08:06:35.508Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.508Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.508Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.509Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.509Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.509Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.510Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.510Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.510Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:06:35.511Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-15 08-04-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:06:35.511Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-02-15 08-04-37 
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-15T08:06:35.802Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6db0358d-1b36 c179fbcd-fd2a-4a52-89c7-274ac4fdb10a 1 ASDC deployResourceStructure
2023-02-15T08:06:35.803Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json ASDC sendASDCNotification
2023-02-15T08:06:35.803Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json
2023-02-15T08:06:35.803Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:06:35.803Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:35.804Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:35.804Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448395803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:36.805Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-15T08:06:36.805Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml
2023-02-15T08:06:36.806Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:06:36.806Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:36.806Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:36.806Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448396805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:37.807Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-15T08:06:37.808Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env
2023-02-15T08:06:37.808Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:06:37.808Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:37.809Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:37.809Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448397807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:38.810Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar ASDC sendASDCNotification
2023-02-15T08:06:38.811Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar
2023-02-15T08:06:38.811Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:06:38.811Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:06:38.812Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:06:38.812Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448398810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:06:39.813Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:06:39.842Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-15T08:06:39.846Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:06:39.846Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:06:39.847Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:07:09.847Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:07:09.856Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-15T08:07:09.858Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:07:09.858Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:07:09.858Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:07:21.828Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:07:21.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.831Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448369635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:07:21.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.832Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448372525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:07:21.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.833Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448378368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:07:21.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448363564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
  "status": "NOTIFIED"
}
2023-02-15T08:07:21.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
  "status": "NOTIFIED"
}
2023-02-15T08:07:21.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448369635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:07:21.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448372525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:07:21.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448378368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:07:21.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:07:21.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448363564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-15T08:07:21.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:07:39.859Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:07:39.868Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-15T08:07:39.870Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:07:39.870Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:07:39.870Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:08:09.870Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:08:09.881Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-15T08:08:09.883Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:08:09.883Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:08:09.883Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:08:21.828Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:08:21.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.833Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448369635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448372525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448378368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448363564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448369635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448372525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448378368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448363564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448369635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448372525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448378368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448363564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448369635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448372525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448378368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448363564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448322007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448369635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448372525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448387333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448386755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448387460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448387012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448387687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448388434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.848Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448388097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T08:08:21.856Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 85940e40-e14c-42cf-9945-2ade71ef704e
2023-02-15T08:08:21.856Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85940e40-e14c-42cf-9945-2ade71ef704e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T08:08:21.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.865Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448389631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.865Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448390704,
  "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-15T08:08:21.869Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85940e40-e14c-42cf-9945-2ade71ef704e
2023-02-15T08:08:21.869Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85940e40-e14c-42cf-9945-2ade71ef704e 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-15T08:08:21.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.876Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448391706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-15T08:08:21.876Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448392181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448393300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448394396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448395803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/vfw6db0358d1b360_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448396805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448397807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/resourceInstances/vfw6db0358d1b360/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448398810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448399462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.879Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448400471,
  "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-15T08:08:21.884Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 85940e40-e14c-42cf-9945-2ade71ef704e
2023-02-15T08:08:21.884Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85940e40-e14c-42cf-9945-2ade71ef704e 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-15T08:08:21.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.892Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448413654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230215080437/1.0/artifacts/service-Vfw20230215080437-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:08:21.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.892Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448414658,
  "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-15T08:08:21.896Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 85940e40-e14c-42cf-9945-2ade71ef704e
2023-02-15T08:08:21.896Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85940e40-e14c-42cf-9945-2ade71ef704e 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-15T08:08:21.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448415660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448422711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.904Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448389102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448415660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448422711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.905Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448389102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448415660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448422711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.906Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448389102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448415660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448422711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.907Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448389102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448432525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448415660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448422711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448389102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448432525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448415660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448422711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448389102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448432525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448415660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.911Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448422711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448389102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448432525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.912Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448437373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.914Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448436773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.915Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448436411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.917Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448432525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676448437429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T08:08:21.931Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 697fcf3a-d768-42b9-bf7b-578b7f2180b2
2023-02-15T08:08:21.932Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697fcf3a-d768-42b9-bf7b-578b7f2180b2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T08:08:21.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.940Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448438436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.941Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448432525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:08:21.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.942Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448439499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.943Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448432525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:08:21.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.944Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448440514,
  "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-15T08:08:21.949Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 697fcf3a-d768-42b9-bf7b-578b7f2180b2
2023-02-15T08:08:21.949Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697fcf3a-d768-42b9-bf7b-578b7f2180b2 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-15T08:08:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.958Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448440311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:08:21.959Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:08:21.959Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676448441516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-15T08:08:21.960Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:08:39.883Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:08:39.894Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e
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-15T08:08:39.897Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:08:39.897Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T08:08:39.898Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T08:08:39.898Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T08:08:39.898Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:08:39.898Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:08:39.898Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:08:39.899Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:08:39.899Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:08:39.899Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T08:08:39.904Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T08:09:09.905Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 85940e40-e14c-42cf-9945-2ade71ef704e 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-15T08:09:09.912Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 85940e40-e14c-42cf-9945-2ade71ef704e and serviceModelVersionId: 480ca409-2bed-44e4-abe1-d2c381d8c6fa
2023-02-15T08:09:09.912Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 008660e4-7af8-40ad-967e-a4d8587c8813
2023-02-15T08:09:21.827Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:21.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:09:21.830Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448444177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:09:21.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:09:21.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:09:21.832Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676448445185,
  "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-15T08:09:21.841Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 697fcf3a-d768-42b9-bf7b-578b7f2180b2
2023-02-15T08:09:21.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697fcf3a-d768-42b9-bf7b-578b7f2180b2 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-15T08:09:21.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:09:21.850Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448448437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:09:21.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:09:21.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:09:21.852Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676448449440,
  "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-15T08:09:21.859Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 697fcf3a-d768-42b9-bf7b-578b7f2180b2
2023-02-15T08:09:21.859Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697fcf3a-d768-42b9-bf7b-578b7f2180b2 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-15T08:09:25.806Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0
2023-02-15T08:09:25.916Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T08:09:26.453Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0|INFO|500||Invoke
2023-02-15T08:09:26.458Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[85940e40-e14c-42cf-9945-2ade71ef704e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d2c24ff-dedc-45c3-a8dd-21be7fb0c739], X-ECOMP-RequestID=[85940e40-e14c-42cf-9945-2ade71ef704e], X-TransactionId=[], X-ONAP-RequestID=[85940e40-e14c-42cf-9945-2ade71ef704e], Content-Type=[application/merge-patch+json]}
2023-02-15T08:09:26.481Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-15T08:09:26.954Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?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/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 08:09:26 GMT], content-length=[0], vertex-id=[192728], x-aai-txid=[1-aai-resources-230215-08:09:26:608-23061], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T08:09:26.956Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-15T08:09:26.957Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/008660e4-7af8-40ad-967e-a4d8587c8813/model-vers/model-ver/480ca409-2bed-44e4-abe1-d2c381d8c6fa?depth=0|INFO|500||InvokeReturn
2023-02-15T08:09:26.963Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T08:09:26.964Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-15T08:09:26.974Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-15T08:09:26.976Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 85940e40-e14c-42cf-9945-2ade71ef704e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T08:09:26.976Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T08:09:26.977Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:26.977Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:26.977Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448566976,
  "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-15T08:09:27.990Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:09:27.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-15T08:09:27.995Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"697fcf3a-d768-42b9-bf7b-578b7f2180b2","serviceName":"basic_onboard_srdxos","serviceVersion":"1.0","serviceUUID":"9da17ba8-b4b6-468f-abae-8f19de8ba443","serviceDescription":"service","serviceInvariantUUID":"1efd5ff8-270c-444f-b771-11d914853810","resources":[{"resourceInstanceName":"basic_onboard_srdxos 0","resourceName":"basic_onboard_srdxos","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ec19818-f5c7-4320-ba18-b0d842df267e","resourceInvariantUUID":"bfec734d-9f6e-47ae-9f6d-ee1e4a709988","resourceCustomizationUUID":"0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml","artifactChecksum":"ZDczNGNhZTljZDUwYzliMjc0YTM4Y2NlNWVkN2U4OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69630a17-7884-4fc9-834b-f02c256a7280","artifactVersion":"1"},{"artifactName":"basic_onboard_srdxos0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json","artifactChecksum":"NGE0YWJkNTg5MTU5NTZhN2E5NTNmNmFkYzVjYjgwMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0bb0407f-dc2b-4784-ae44-194995551050","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f8abb2e2-db78-43aa-92c5-07f3c55e7709","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3afed9a-29df-4b9d-afb4-12c116c2ad10","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21b2c8eb-035d-4e0e-8ae4-d1935e676aad","artifactVersion":"2","generatedFromUUID":"f8abb2e2-db78-43aa-92c5-07f3c55e7709"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSrdxos-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml","artifactChecksum":"MjNlNjRmYjJjYjBlMTMzNWI3OGFiYzBmMjUyYjY0OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4b4b4e8-d682-4267-946d-ca6b61594c73","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSrdxos-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar","artifactChecksum":"NmI3ZjE0NzkwMGZlYTZlOGIyNmFjZTkzMzA3MDY5OWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c75e7d85-9c26-4049-9e99-7f568c40972b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T08:09:27.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:27.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:27.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:27.998Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:28.999Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:29.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:29.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:29.000Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:30.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:30.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:30.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:30.001Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:31.002Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:31.003Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:31.003Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:31.003Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:32.003Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:32.004Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:32.005Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:32.005Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:33.006Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:33.006Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:33.007Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:33.007Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:34.008Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:09:34.008Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:34.009Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:34.009Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:35.011Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "serviceName": "basic_onboard_srdxos",
  "serviceVersion": "1.0",
  "serviceUUID": "9da17ba8-b4b6-468f-abae-8f19de8ba443",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1efd5ff8-270c-444f-b771-11d914853810",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_srdxos 0",
      "resourceCustomizationUUID": "0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19",
      "resourceName": "basic_onboard_srdxos",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ec19818-f5c7-4320-ba18-b0d842df267e",
      "resourceInvariantUUID": "bfec734d-9f6e-47ae-9f6d-ee1e4a709988",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_srdxos0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
          "artifactChecksum": "NGE0YWJkNTg5MTU5NTZhN2E5NTNmNmFkYzVjYjgwMTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0bb0407f-dc2b-4784-ae44-194995551050",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f8abb2e2-db78-43aa-92c5-07f3c55e7709",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "21b2c8eb-035d-4e0e-8ae4-d1935e676aad",
            "generatedFromUUID": "f8abb2e2-db78-43aa-92c5-07f3c55e7709"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "21b2c8eb-035d-4e0e-8ae4-d1935e676aad",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSrdxos-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
      "artifactChecksum": "NmI3ZjE0NzkwMGZlYTZlOGIyNmFjZTkzMzA3MDY5OWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c75e7d85-9c26-4049-9e99-7f568c40972b"
    }
  ],
  "workloadContext": "Production"
}
2023-02-15T08:09:35.011Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T08:09:35.012Z|85940e40-e14c-42cf-9945-2ade71ef704e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9da17ba8-b4b6-468f-abae-8f19de8ba443 ASDC
2023-02-15T08:09:35.012Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:697fcf3a-d768-42b9-bf7b-578b7f2180b2
ServiceName:basic_onboard_srdxos
ServiceVersion:1.0
ServiceUUID:9da17ba8-b4b6-468f-abae-8f19de8ba443
ServiceInvariantUUID:1efd5ff8-270c-444f-b771-11d914853810
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSrdxos-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar
ArtifactUUID:c75e7d85-9c26-4049-9e99-7f568c40972b
ArtifactChecksum:NmI3ZjE0NzkwMGZlYTZlOGIyNmFjZTkzMzA3MDY5OWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_srdxos 0
ResourceCustomizationUUID:0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19
ResourceInvariantUUID:bfec734d-9f6e-47ae-9f6d-ee1e4a709988
ResourceName:basic_onboard_srdxos
ResourceType:VF
ResourceUUID:2ec19818-f5c7-4320-ba18-b0d842df267e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_srdxos0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json
ArtifactUUID:0bb0407f-dc2b-4784-ae44-194995551050
ArtifactChecksum:NGE0YWJkNTg5MTU5NTZhN2E5NTNmNmFkYzVjYjgwMTc=
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/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f8abb2e2-db78-43aa-92c5-07f3c55e7709
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/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env
ArtifactUUID:21b2c8eb-035d-4e0e-8ae4-d1935e676aad
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/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env
ArtifactUUID:21b2c8eb-035d-4e0e-8ae4-d1935e676aad
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-15T08:09:35.013Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9da17ba8-b4b6-468f-abae-8f19de8ba443 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-15T08:09:35.043Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:09:35.044Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T08:09:35.044Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T08:09:35.044Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c75e7d85-9c26-4049-9e99-7f568c40972b from URL: /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:35.045Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:09:35.045Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:35.414Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:09:35.415Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar c75e7d85-9c26-4049-9e99-7f568c40972b 75649
2023-02-15T08:09:35.416Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar ASDC sendASDCNotification
2023-02-15T08:09:35.416Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:35.417Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:09:35.417Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:35.418Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:35.419Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448575416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:36.419Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:09:36.421Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T08:09:36.421Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c75e7d85-9c26-4049-9e99-7f568c40972b, URL: /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar to file: /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:36.422Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:36.422Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:36.423Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:36.556Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16590080720488690208/Definitions/service-BasicOnboardSrdxos-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-15T08:09:37.765Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T08:09:37.766Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T08:09:37.766Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.766Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-15T08:09:37.767Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.767Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.767Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_srdxos 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-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.767Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.767Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.767Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.768Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:37.768Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T08:09:37.768Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.768Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.768Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:37.769Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T08:09:37.769Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:09:37.769Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.769Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.770Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:37.770Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T08:09:37.770Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:09:37.770Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.771Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.771Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.771Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is not matching search criteria
2023-02-15T08:09:37.771Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-15T08:09:37.772Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-15T08:09:37.772Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-15T08:09:37.772Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-15T08:09:37.772Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-15T08:09:37.773Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.773Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:09:37.773Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.773Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:37.774Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:09:37.774Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.774Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:37.774Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:09:37.775Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.775Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:37.775Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:09:37.775Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.775Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is not matching search criteria
2023-02-15T08:09:37.776Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-15T08:09:37.776Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-15T08:09:37.776Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5cbe05cc-98a8-448f-b2e1-ce4a402e68ec
2023-02-15T08:09:37.776Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.777Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.777Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.777Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.777Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.778Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.778Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:37.778Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:37.778Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_srdxos
Description:service
Model UUID:9da17ba8-b4b6-468f-abae-8f19de8ba443
Model Version:NULL
Model InvariantUuid:1efd5ff8-270c-444f-b771-11d914853810
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_srdxos
Model UUID:5c0603be-ac12-4d0b-8165-5fdc1c888b92
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bfec734d-9f6e-47ae-9f6d-ee1e4a709988
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d50d5c60-6021-40c2-bc4d-a6589b59e8e6
ModelName:BasicOnboardSrdxos..base_ubuntu18..module-0
ModelUuid:c5358eef-409e-477e-98e9-d3349d24ff64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5cbe05cc-98a8-448f-b2e1-ce4a402e68ec
ModelInvariantUuid:f617f221-ca2d-4fc1-9bb0-42b5f5d86e41
ModelName:basic_onboard_srdxos-nodes.ubuntu18Cvfc
ModelUuid:7df53e44-e5d5-41ff-8526-3dcc75653e4d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:31122ec6-4e63-4806-b15d-d092896d2fde
ModelInvariantUuid:b583c4b9-ae13-45b7-9fed-fdc3c7e42906
ModelName:BasicOnboardSrdxos.compute.nodes.heat.ubuntu18
ModelUuid:7951736a-ec38-450d-bd39-3b69d32c6f31
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-15T08:09:37.786Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ec19818-f5c7-4320-ba18-b0d842df267e
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-15T08:09:37.789Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||basic_onboard_srdxos 0
2023-02-15T08:09:37.789Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ec19818-f5c7-4320-ba18-b0d842df267e
2023-02-15T08:09:37.790Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0bb0407f-dc2b-4784-ae44-194995551050 from URL: /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json
2023-02-15T08:09:37.790Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:09:37.790Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json
2023-02-15T08:09:38.005Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:09:38.005Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json 0bb0407f-dc2b-4784-ae44-194995551050 798
2023-02-15T08:09:38.005Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json ASDC sendASDCNotification
2023-02-15T08:09:38.005Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json
2023-02-15T08:09:38.005Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:09:38.006Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:38.006Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:38.006Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448578005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:39.007Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSrdxos..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d50d5c60-6021-40c2-bc4d-a6589b59e8e6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c5358eef-409e-477e-98e9-d3349d24ff64",
    "vfModuleModelCustomizationUUID": "26dcdec9-0027-4a4c-ae52-cfb9e6a79f0d",
    "isBase": true,
    "artifacts": [
      "f8abb2e2-db78-43aa-92c5-07f3c55e7709",
      "21b2c8eb-035d-4e0e-8ae4-d1935e676aad"
    ],
    "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-15T08:09:39.011Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSrdxos..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5358eef-409e-477e-98e9-d3349d24ff64
VfModuleModelInvariantUUID:d50d5c60-6021-40c2-bc4d-a6589b59e8e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8abb2e2-db78-43aa-92c5-07f3c55e7709
,
21b2c8eb-035d-4e0e-8ae4-d1935e676aad

}
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-15T08:09:39.013Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSrdxos..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d50d5c60-6021-40c2-bc4d-a6589b59e8e6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c5358eef-409e-477e-98e9-d3349d24ff64",
    "vfModuleModelCustomizationUUID": "26dcdec9-0027-4a4c-ae52-cfb9e6a79f0d",
    "isBase": true,
    "artifacts": [
      "f8abb2e2-db78-43aa-92c5-07f3c55e7709",
      "21b2c8eb-035d-4e0e-8ae4-d1935e676aad"
    ],
    "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-15T08:09:39.013Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSrdxos..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5358eef-409e-477e-98e9-d3349d24ff64
VfModuleModelInvariantUUID:d50d5c60-6021-40c2-bc4d-a6589b59e8e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8abb2e2-db78-43aa-92c5-07f3c55e7709
,
21b2c8eb-035d-4e0e-8ae4-d1935e676aad

}
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-15T08:09:39.013Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8abb2e2-db78-43aa-92c5-07f3c55e7709 from URL: /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml
2023-02-15T08:09:39.014Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:09:39.014Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml
2023-02-15T08:09:39.160Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:09:39.160Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml f8abb2e2-db78-43aa-92c5-07f3c55e7709 5033
2023-02-15T08:09:39.160Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-15T08:09:39.161Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml
2023-02-15T08:09:39.161Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:09:39.161Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:39.161Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:39.161Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448579160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:40.162Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 21b2c8eb-035d-4e0e-8ae4-d1935e676aad from URL: /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env
2023-02-15T08:09:40.162Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T08:09:40.163Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env
2023-02-15T08:09:40.248Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T08:09:40.249Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env 21b2c8eb-035d-4e0e-8ae4-d1935e676aad 909
2023-02-15T08:09:40.249Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-15T08:09:40.249Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env
2023-02-15T08:09:40.249Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:09:40.250Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:40.250Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:40.250Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448580249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:41.251Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9da17ba8-b4b6-468f-abae-8f19de8ba443
2023-02-15T08:09:41.251Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_srdxos 0 2ec19818-f5c7-4320-ba18-b0d842df267e 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-15T08:09:41.264Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64c254ab, org.onap.sdc.toscaparser.api.parameters.Input@6e3bc236, org.onap.sdc.toscaparser.api.parameters.Input@241ac198, org.onap.sdc.toscaparser.api.parameters.Input@5b14a939, org.onap.sdc.toscaparser.api.parameters.Input@2d85d9fc]
2023-02-15T08:09:41.265Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.266Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.266Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-15T08:09:41.266Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19
2023-02-15T08:09:41.266Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19 matches Tosca VF Customization UUID: 0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19
2023-02-15T08:09:41.267Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19  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-15T08:09:41.269Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.269Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.270Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-15T08:09:41.270Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1158b195
2023-02-15T08:09:41.270Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.270Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:09:41.271Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26dcdec9-0027-4a4c-ae52-cfb9e6a79f0d
2023-02-15T08:09:41.271Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26dcdec9-0027-4a4c-ae52-cfb9e6a79f0d
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-15T08:09:41.273Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.273Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:41.273Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:09:41.274Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.274Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:41.274Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:09:41.275Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.275Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is not matching search criteria
2023-02-15T08:09:41.275Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-15T08:09:41.276Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-15T08:09:41.276Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5cbe05cc-98a8-448f-b2e1-ce4a402e68ec
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-15T08:09:41.278Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.278Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:41.279Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:09:41.279Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.279Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_srdxos 0 is matching search criteria
2023-02-15T08:09:41.279Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_srdxos 0] matching following query criteria: sdcType=VF, customizationUUID=0fd47cf2-0ee4-4d4b-a15c-92e3b1941c19
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-15T08:09:41.281Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.282Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.282Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9da17ba8-b4b6-468f-abae-8f19de8ba443: basic_onboard_srdxos
2023-02-15T08:09:41.282Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.282Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.283Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.283Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.283Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.284Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.284Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.284Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.284Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:09:41.285Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_srdxos is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:09:41.285Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_srdxos 
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-15T08:09:41.365Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_srdxos 2ec19818-f5c7-4320-ba18-b0d842df267e 1 ASDC deployResourceStructure
2023-02-15T08:09:41.366Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json ASDC sendASDCNotification
2023-02-15T08:09:41.366Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json
2023-02-15T08:09:41.366Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:09:41.366Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:41.367Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:41.367Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448581366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:42.368Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-15T08:09:42.368Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml
2023-02-15T08:09:42.368Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:09:42.369Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:42.369Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:42.369Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448582368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:43.371Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-15T08:09:43.371Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env
2023-02-15T08:09:43.371Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:09:43.371Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:43.371Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:43.372Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448583371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:44.372Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar ASDC sendASDCNotification
2023-02-15T08:09:44.373Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar
2023-02-15T08:09:44.373Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:09:44.373Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:09:44.374Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:09:44.374Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448584372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:09:45.374Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 697fcf3a-d768-42b9-bf7b-578b7f2180b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:09:45.391Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 697fcf3a-d768-42b9-bf7b-578b7f2180b2
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-15T08:09:45.394Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:09:45.394Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T08:09:45.394Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T08:09:45.394Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T08:09:45.395Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:09:45.395Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:09:45.395Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:09:45.395Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:09:45.395Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:09:45.395Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T08:09:45.400Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T08:10:15.401Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 697fcf3a-d768-42b9-bf7b-578b7f2180b2 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-15T08:10:15.406Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 697fcf3a-d768-42b9-bf7b-578b7f2180b2 and serviceModelVersionId: 9da17ba8-b4b6-468f-abae-8f19de8ba443
2023-02-15T08:10:15.406Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1efd5ff8-270c-444f-b771-11d914853810
2023-02-15T08:10:15.407Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1efd5ff8-270c-444f-b771-11d914853810/model-vers/model-ver/9da17ba8-b4b6-468f-abae-8f19de8ba443?depth=0
2023-02-15T08:10:15.411Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T08:10:15.486Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1efd5ff8-270c-444f-b771-11d914853810/model-vers/model-ver/9da17ba8-b4b6-468f-abae-8f19de8ba443?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-15T08:10:15.487Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1efd5ff8-270c-444f-b771-11d914853810/model-vers/model-ver/9da17ba8-b4b6-468f-abae-8f19de8ba443?depth=0|INFO|500||Invoke
2023-02-15T08:10:15.494Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1efd5ff8-270c-444f-b771-11d914853810/model-vers/model-ver/9da17ba8-b4b6-468f-abae-8f19de8ba443?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-15T08:10:15.835Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1efd5ff8-270c-444f-b771-11d914853810/model-vers/model-ver/9da17ba8-b4b6-468f-abae-8f19de8ba443?depth=0|INFO|500||InvokeReturn
2023-02-15T08:10:15.836Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1efd5ff8-270c-444f-b771-11d914853810/model-vers/model-ver/9da17ba8-b4b6-468f-abae-8f19de8ba443?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 08:10:15 GMT], content-length=[0], vertex-id=[192600], x-aai-txid=[2-aai-resources-230215-08:10:15:622-63846], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T08:10:15.837Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-15T08:10:15.837Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T08:10:15.838Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-15T08:10:15.841Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-15T08:10:15.842Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 697fcf3a-d768-42b9-bf7b-578b7f2180b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T08:10:15.842Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T08:10:15.843Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:10:15.843Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:10:15.843Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448615842,
  "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-15T08:10:16.856Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:10:21.828Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:10:21.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.833Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "85940e40-e14c-42cf-9945-2ade71ef704e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448566976,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T08:10:21.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
  "status": "NOTIFIED"
}
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:10:21.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448567990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448575416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448578005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:10:21.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448579160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448580249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448581366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/basic_onboard_srdxos0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448582368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448583371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/resourceInstances/basic_onboard_srdxos0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448584372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrdxos/1.0/artifacts/service-BasicOnboardSrdxos-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:10:21.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:10:21.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-15T08:10:21.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "697fcf3a-d768-42b9-bf7b-578b7f2180b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676448615842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T08:10:21.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:11:16.857Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:11:21.828Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:12:16.858Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:12:21.829Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:13:16.859Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:13:21.829Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:14:16.860Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:14:21.831Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:15:16.861Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:15:21.831Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:15:24.572Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Node 0 disconnected.
2023-02-15T08:16:16.861Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:16:21.833Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:17:16.862Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:17:21.834Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:18:16.863Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:18:21.835Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:19:16.865Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:19:21.836Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:20:16.865Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:20:21.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:21:16.867Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:21:21.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:21:56.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-15T08:21:56.860Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"13d9c642-8df0-4afd-ad08-881fd46b22b7","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bece89c7-3947-44e4-9434-451dea75a7d8","serviceDescription":"service","serviceInvariantUUID":"014cb685-70cb-45a7-8a8f-67352ebd61dd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6df17251-64d8-487f-ac59-6fb77ab5aed1","resourceInvariantUUID":"ff2ddeec-aa3c-4275-bf91-b65c6d18bc5a","resourceCustomizationUUID":"d49b3fce-a8b7-4c79-8e9f-71f70902acd5","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":"OWRjMDRlMWZhMTQ5YzEzOGUyZWZkNTc5MGM4OTJhOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"435cfcd6-b4d5-45c0-ab52-8dccba8b6276","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTVjYTVhNzlkODA5NWUxYTgwMzVmM2M5NTA3MWI1NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a2c9828-3766-451d-9426-47959289953d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T08:21:56.867Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:21:56.868Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:21:56.868Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:21:56.868Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449276867,
  "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-15T08:21:56.871Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:21:56.871Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:21:56.872Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:21:56.872Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:21:56.872Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:21:56.873Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:21:56.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:21:56.884Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449312559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:21:56.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:21:57.876Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:21:57.877Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:21:57.878Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:21:57.878Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449276867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:21:58.889Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "bece89c7-3947-44e4-9434-451dea75a7d8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "014cb685-70cb-45a7-8a8f-67352ebd61dd",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "d49b3fce-a8b7-4c79-8e9f-71f70902acd5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "6df17251-64d8-487f-ac59-6fb77ab5aed1",
      "resourceInvariantUUID": "ff2ddeec-aa3c-4275-bf91-b65c6d18bc5a",
      "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": "ZTVjYTVhNzlkODA5NWUxYTgwMzVmM2M5NTA3MWI1NWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4a2c9828-3766-451d-9426-47959289953d"
    }
  ],
  "workloadContext": "Production"
}
2023-02-15T08:21:58.890Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T08:21:58.890Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bece89c7-3947-44e4-9434-451dea75a7d8 ASDC
2023-02-15T08:21:58.891Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:13d9c642-8df0-4afd-ad08-881fd46b22b7
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bece89c7-3947-44e4-9434-451dea75a7d8
ServiceInvariantUUID:014cb685-70cb-45a7-8a8f-67352ebd61dd
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:4a2c9828-3766-451d-9426-47959289953d
ArtifactChecksum:ZTVjYTVhNzlkODA5NWUxYTgwMzVmM2M5NTA3MWI1NWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d49b3fce-a8b7-4c79-8e9f-71f70902acd5
ResourceInvariantUUID:ff2ddeec-aa3c-4275-bf91-b65c6d18bc5a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6df17251-64d8-487f-ac59-6fb77ab5aed1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-15T08:21:58.891Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bece89c7-3947-44e4-9434-451dea75a7d8 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-15T08:21:58.933Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:21:58.935Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:21:58.935Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:21:58.936Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a2c9828-3766-451d-9426-47959289953d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-15T08:21:58.936Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:21:58.936Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-15T08:21:59.228Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:21:59.229Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4a2c9828-3766-451d-9426-47959289953d 57787
2023-02-15T08:21:59.230Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:21:59.230Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:21:59.230Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:21:59.230Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:21:59.231Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:21:59.231Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449319230,
  "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-15T08:22:00.232Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:22:00.233Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:22:00.233Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4a2c9828-3766-451d-9426-47959289953d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.234Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-15T08:22:00.234Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.235Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.402Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17116176809272880407/Definitions/service-BasicNetwork-template.yml
2023-02-15T08:22:00.965Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T08:22:00.965Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:22:00.965Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-15T08:22:00.965Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|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-BasicNetwork-csar.csar
2023-02-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:22:00.966Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:22:00.967Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:00.967Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.967Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-15T08:22:00.967Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:22:00.967Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:00.968Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.969Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:00.969Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.969Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:00.969Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.969Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:00.970Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.970Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:00.970Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.970Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:bece89c7-3947-44e4-9434-451dea75a7d8
Model Version:NULL
Model InvariantUuid:014cb685-70cb-45a7-8a8f-67352ebd61dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ff2ddeec-aa3c-4275-bf91-b65c6d18bc5a
Model UUID:16bba231-f12b-42f7-8a3a-c32643a8a18d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:d49b3fce-a8b7-4c79-8e9f-71f70902acd5
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-15T08:22:00.977Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 6df17251-64d8-487f-ac59-6fb77ab5aed1
2023-02-15T08:22:00.978Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||No resources found for Service: bece89c7-3947-44e4-9434-451dea75a7d8
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-15T08:22:00.984Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||
2023-02-15T08:22:00.984Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-15T08:22:00.985Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||No resources found for Service: bece89c7-3947-44e4-9434-451dea75a7d8
2023-02-15T08:22:00.985Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: bece89c7-3947-44e4-9434-451dea75a7d8
2023-02-15T08:22:00.986Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-15T08:22:00.986Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:22:00.990Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15fbd848, org.onap.sdc.toscaparser.api.parameters.Input@2dfc7960, org.onap.sdc.toscaparser.api.parameters.Input@3393a4cd, org.onap.sdc.toscaparser.api.parameters.Input@670c6eb2, org.onap.sdc.toscaparser.api.parameters.Input@2cfec383]
2023-02-15T08:22:00.992Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:00.992Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.992Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:00.992Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.992Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid bece89c7-3947-44e4-9434-451dea75a7d8: Generic NeutronNet
2023-02-15T08:22:00.993Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:00.993Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:00.993Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:00.993Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:22:01.029Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:01.029Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:01.029Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:01.029Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:01.030Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:22:01.030Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:22:01.030Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:22:01.077Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-15T08:22:01.077Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:22:01.078Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||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-15T08:22:01.078Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:22:01.078Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:22:01.078Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:22:01.078Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449321077,
  "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-15T08:22:02.079Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:22:02.095Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
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-15T08:22:02.097Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:22:02.098Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:22:02.098Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:22:21.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:22:21.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:22:21.829Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449276867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:22:21.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:22:32.099Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:22:32.114Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
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-15T08:22:32.118Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:22:32.118Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:22:32.118Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:23:02.119Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:23:02.128Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
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-15T08:23:02.130Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:23:02.130Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:23:02.130Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:23:21.827Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:23:21.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449308368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:23:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449278502,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:23:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449312559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:23:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449308368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:23:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449276867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:23:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449278502,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:23:21.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449318946,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:23:21.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449318584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:23:21.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449319230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:23:21.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.836Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449319608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T08:23:21.843Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13d9c642-8df0-4afd-ad08-881fd46b22b7
2023-02-15T08:23:21.843Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13d9c642-8df0-4afd-ad08-881fd46b22b7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T08:23:21.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.852Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449321077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:23:21.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.853Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449325920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:23:21.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.853Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449326922,
  "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-15T08:23:21.857Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13d9c642-8df0-4afd-ad08-881fd46b22b7
2023-02-15T08:23:21.858Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13d9c642-8df0-4afd-ad08-881fd46b22b7 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-15T08:23:21.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.865Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449332525,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:23:21.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449332525,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449335688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449337810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:23:21.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:23:21.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:23:21.867Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449338819,
  "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-15T08:23:21.871Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13d9c642-8df0-4afd-ad08-881fd46b22b7
2023-02-15T08:23:21.871Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13d9c642-8df0-4afd-ad08-881fd46b22b7 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-15T08:23:32.130Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:23:32.140Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7
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-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:23:32.143Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:23:32.144Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:23:32.144Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|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-15T08:23:32.148Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T08:24:02.149Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7 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-15T08:24:02.155Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13d9c642-8df0-4afd-ad08-881fd46b22b7 and serviceModelVersionId: bece89c7-3947-44e4-9434-451dea75a7d8
2023-02-15T08:24:02.155Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 014cb685-70cb-45a7-8a8f-67352ebd61dd
2023-02-15T08:24:02.157Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0
2023-02-15T08:24:02.163Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T08:24:02.242Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0|INFO|500||Invoke
2023-02-15T08:24:02.243Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[13d9c642-8df0-4afd-ad08-881fd46b22b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c69041f1-64a9-444e-8cbc-4e1a8ee30124], X-ECOMP-RequestID=[13d9c642-8df0-4afd-ad08-881fd46b22b7], X-TransactionId=[], X-ONAP-RequestID=[13d9c642-8df0-4afd-ad08-881fd46b22b7], Content-Type=[application/merge-patch+json]}
2023-02-15T08:24:02.249Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-15T08:24:02.581Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?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/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 08:24:02 GMT], content-length=[0], vertex-id=[192576], x-aai-txid=[0-aai-resources-230215-08:24:02:387-69225], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T08:24:02.581Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-15T08:24:02.582Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/014cb685-70cb-45a7-8a8f-67352ebd61dd/model-vers/model-ver/bece89c7-3947-44e4-9434-451dea75a7d8?depth=0|INFO|500||InvokeReturn
2023-02-15T08:24:02.582Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T08:24:02.583Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|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-15T08:24:02.588Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|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-15T08:24:02.588Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13d9c642-8df0-4afd-ad08-881fd46b22b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T08:24:02.589Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T08:24:02.589Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:02.590Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:02.590Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449442589,
  "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-15T08:24:03.603Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:24:03.607Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-15T08:24:03.608Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"3790816e-03c6-46ec-8d61-54961bbe8cad","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"19ce3b19-56ad-4b24-8e2c-11d09ae57ded","serviceDescription":"service","serviceInvariantUUID":"1249165d-10e0-4ed3-ab1d-ab0f99851266","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"080700dc-811b-44bc-b2d7-6f702695123b","resourceInvariantUUID":"61804026-603c-47d5-b89f-27c3e5ea45b5","resourceCustomizationUUID":"b562840b-7726-479a-a1a5-fca399bab73d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTVhZDdiMWFmNjIxNWYxZGQ0M2QyMGRiNGM4YmY3NjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a447a566-c9fb-4a5d-a50d-ca9e9f4938b0","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0a2e8432-4e7b-4fb2-a82f-fb9586c2da35","artifactVersion":"2","generatedFromUUID":"25c6c50b-a90e-4d66-93c9-472260ef9005"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"25c6c50b-a90e-4d66-93c9-472260ef9005","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MzZhNDQzYmVlOGRiMjliZWY1ZTZmZWJiZTlhYzJkZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"98f40d2b-36b8-4c71-989d-5990b86ea191","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8c7e6173-2575-4b18-bbb4-f9c57516fc77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3c5b63af-918b-4be1-93a1-8ec45606cbf6","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4450fc57-6694-4fc6-b672-da2c1b1b6634","artifactVersion":"2","generatedFromUUID":"8c7e6173-2575-4b18-bbb4-f9c57516fc77"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWFlNzZkNDE5YTJkOTU5MzliMzdjNjQwNmYyNDdlODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79f20a79-e5df-4726-a0dc-c4c8c06c8754","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDRiMGEzOWY1N2RhY2I1M2RmNjJlZjMxODM4MTRhMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9b53b09-7f71-44d7-98e6-ef18c0c92cc0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T08:24:03.610Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:03.611Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:03.611Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:03.612Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:04.613Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:04.614Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:04.614Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:04.615Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:05.616Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:05.616Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:05.617Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:05.617Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:06.618Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:06.618Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:06.618Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:06.619Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:07.621Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:07.621Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:07.622Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:07.622Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:08.622Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:08.623Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:08.623Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:08.623Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:09.624Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:09.625Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:09.625Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:09.625Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:10.626Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:10.626Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:10.627Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:10.627Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:11.627Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:24:11.628Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:11.628Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:11.628Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:12.629Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "19ce3b19-56ad-4b24-8e2c-11d09ae57ded",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1249165d-10e0-4ed3-ab1d-ab0f99851266",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b562840b-7726-479a-a1a5-fca399bab73d",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "080700dc-811b-44bc-b2d7-6f702695123b",
      "resourceInvariantUUID": "61804026-603c-47d5-b89f-27c3e5ea45b5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0a2e8432-4e7b-4fb2-a82f-fb9586c2da35",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "25c6c50b-a90e-4d66-93c9-472260ef9005",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "MzZhNDQzYmVlOGRiMjliZWY1ZTZmZWJiZTlhYzJkZTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "98f40d2b-36b8-4c71-989d-5990b86ea191",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8c7e6173-2575-4b18-bbb4-f9c57516fc77",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4450fc57-6694-4fc6-b672-da2c1b1b6634",
            "generatedFromUUID": "8c7e6173-2575-4b18-bbb4-f9c57516fc77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4450fc57-6694-4fc6-b672-da2c1b1b6634",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NDRiMGEzOWY1N2RhY2I1M2RmNjJlZjMxODM4MTRhMGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9b53b09-7f71-44d7-98e6-ef18c0c92cc0"
    }
  ],
  "workloadContext": "Production"
}
2023-02-15T08:24:12.630Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T08:24:12.630Z|13d9c642-8df0-4afd-ad08-881fd46b22b7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 19ce3b19-56ad-4b24-8e2c-11d09ae57ded ASDC
2023-02-15T08:24:12.630Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3790816e-03c6-46ec-8d61-54961bbe8cad
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:19ce3b19-56ad-4b24-8e2c-11d09ae57ded
ServiceInvariantUUID:1249165d-10e0-4ed3-ab1d-ab0f99851266
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:f9b53b09-7f71-44d7-98e6-ef18c0c92cc0
ArtifactChecksum:NDRiMGEzOWY1N2RhY2I1M2RmNjJlZjMxODM4MTRhMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b562840b-7726-479a-a1a5-fca399bab73d
ResourceInvariantUUID:61804026-603c-47d5-b89f-27c3e5ea45b5
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:080700dc-811b-44bc-b2d7-6f702695123b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:0a2e8432-4e7b-4fb2-a82f-fb9586c2da35
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:25c6c50b-a90e-4d66-93c9-472260ef9005
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:98f40d2b-36b8-4c71-989d-5990b86ea191
ArtifactChecksum:MzZhNDQzYmVlOGRiMjliZWY1ZTZmZWJiZTlhYzJkZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:8c7e6173-2575-4b18-bbb4-f9c57516fc77
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:4450fc57-6694-4fc6-b672-da2c1b1b6634
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:4450fc57-6694-4fc6-b672-da2c1b1b6634
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-15T08:24:12.630Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ce3b19-56ad-4b24-8e2c-11d09ae57ded 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-15T08:24:12.670Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:24:12.671Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:24:12.671Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:24:12.671Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f9b53b09-7f71-44d7-98e6-ef18c0c92cc0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-15T08:24:12.671Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:24:12.672Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-15T08:24:12.830Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:24:12.831Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f9b53b09-7f71-44d7-98e6-ef18c0c92cc0 73993
2023-02-15T08:24:12.832Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-15T08:24:12.832Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-15T08:24:12.832Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:24:12.833Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:12.833Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:12.833Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449452832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:13.834Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:24:13.835Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:24:13.835Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f9b53b09-7f71-44d7-98e6-ef18c0c92cc0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:13.835Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-15T08:24:13.836Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:13.836Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:13.947Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5394001361636022499/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-15T08:24:15.089Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|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-BasicCnf-csar.csar
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:24:15.090Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.091Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:15.091Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:15.091Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:24:15.091Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:24:15.091Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.091Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.092Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-15T08:24:15.093Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-15T08:24:15.093Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-15T08:24:15.093Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-15T08:24:15.093Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.093Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:24:15.093Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.094Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:15.094Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:24:15.094Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.094Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:15.094Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:24:15.094Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=39b52d63-57d4-40f0-baaa-2dd68b23498a
2023-02-15T08:24:15.095Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.096Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:15.096Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.096Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:15.096Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.096Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:15.096Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:15.096Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:15.097Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:19ce3b19-56ad-4b24-8e2c-11d09ae57ded
Model Version:NULL
Model InvariantUuid:1249165d-10e0-4ed3-ab1d-ab0f99851266
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:28e9c641-dea8-4453-952b-eeac04c4365d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:61804026-603c-47d5-b89f-27c3e5ea45b5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b562840b-7726-479a-a1a5-fca399bab73d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6d9b37d4-943e-4c93-a93d-407adcf1d29a
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3f98604e-4c0d-4c75-8f0b-23896e55f8fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:39b52d63-57d4-40f0-baaa-2dd68b23498a
ModelInvariantUuid:2be3c1ab-4f65-473d-94bf-c196e9d8c40f
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d650944f-85c7-4331-9643-2b75f4c92a95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:d9177a1a-4f22-417a-9572-c2e4f3b82e15
ModelInvariantUuid:65a5c59a-8b94-4add-93f0-6f65b6a3f9cd
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d96a6ed7-cb01-4dbf-80c3-d03c9982560f
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-15T08:24:15.103Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 080700dc-811b-44bc-b2d7-6f702695123b
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-15T08:24:15.106Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||basic_cnf 0
2023-02-15T08:24:15.106Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 080700dc-811b-44bc-b2d7-6f702695123b
2023-02-15T08:24:15.106Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0a2e8432-4e7b-4fb2-a82f-fb9586c2da35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-15T08:24:15.107Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:24:15.107Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-15T08:24:15.175Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:24:15.175Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0a2e8432-4e7b-4fb2-a82f-fb9586c2da35 12
2023-02-15T08:24:15.175Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-15T08:24:15.176Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-15T08:24:15.176Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:24:15.176Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:15.176Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:15.177Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449455175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:16.178Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 25c6c50b-a90e-4d66-93c9-472260ef9005 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-15T08:24:16.178Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:24:16.178Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-15T08:24:16.225Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:24:16.226Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 25c6c50b-a90e-4d66-93c9-472260ef9005 2688
2023-02-15T08:24:16.226Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-15T08:24:16.226Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-15T08:24:16.227Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:24:16.227Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:16.227Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:16.228Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449456226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:17.230Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 98f40d2b-36b8-4c71-989d-5990b86ea191 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-15T08:24:17.230Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:24:17.231Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-15T08:24:17.303Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:24:17.304Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 98f40d2b-36b8-4c71-989d-5990b86ea191 828
2023-02-15T08:24:17.304Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-15T08:24:17.305Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-15T08:24:17.305Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:24:17.305Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:17.305Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:17.306Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449457304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:18.308Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6d9b37d4-943e-4c93-a93d-407adcf1d29a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3f98604e-4c0d-4c75-8f0b-23896e55f8fa",
    "vfModuleModelCustomizationUUID": "af01aa26-2c59-4da3-a793-7ae4fc940bb3",
    "isBase": true,
    "artifacts": [
      "8c7e6173-2575-4b18-bbb4-f9c57516fc77",
      "25c6c50b-a90e-4d66-93c9-472260ef9005",
      "4450fc57-6694-4fc6-b672-da2c1b1b6634"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-15T08:24:18.312Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f98604e-4c0d-4c75-8f0b-23896e55f8fa
VfModuleModelInvariantUUID:6d9b37d4-943e-4c93-a93d-407adcf1d29a
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c7e6173-2575-4b18-bbb4-f9c57516fc77
,
25c6c50b-a90e-4d66-93c9-472260ef9005
,
4450fc57-6694-4fc6-b672-da2c1b1b6634

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

isBase:true


}

2023-02-15T08:24:18.319Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6d9b37d4-943e-4c93-a93d-407adcf1d29a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3f98604e-4c0d-4c75-8f0b-23896e55f8fa",
    "vfModuleModelCustomizationUUID": "af01aa26-2c59-4da3-a793-7ae4fc940bb3",
    "isBase": true,
    "artifacts": [
      "8c7e6173-2575-4b18-bbb4-f9c57516fc77",
      "25c6c50b-a90e-4d66-93c9-472260ef9005",
      "4450fc57-6694-4fc6-b672-da2c1b1b6634"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-15T08:24:18.321Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f98604e-4c0d-4c75-8f0b-23896e55f8fa
VfModuleModelInvariantUUID:6d9b37d4-943e-4c93-a93d-407adcf1d29a
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c7e6173-2575-4b18-bbb4-f9c57516fc77
,
25c6c50b-a90e-4d66-93c9-472260ef9005
,
4450fc57-6694-4fc6-b672-da2c1b1b6634

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

isBase:true


}

2023-02-15T08:24:18.321Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8c7e6173-2575-4b18-bbb4-f9c57516fc77 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-15T08:24:18.321Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:24:18.321Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-15T08:24:18.374Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:24:18.374Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8c7e6173-2575-4b18-bbb4-f9c57516fc77 1164
2023-02-15T08:24:18.375Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-15T08:24:18.375Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-15T08:24:18.375Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:24:18.375Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:18.375Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:18.375Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449458375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:19.376Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4450fc57-6694-4fc6-b672-da2c1b1b6634 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-15T08:24:19.376Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:24:19.376Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-15T08:24:19.437Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:24:19.438Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4450fc57-6694-4fc6-b672-da2c1b1b6634 200
2023-02-15T08:24:19.438Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-15T08:24:19.438Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-15T08:24:19.438Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:24:19.439Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:19.439Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:19.439Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449459438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:20.440Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 19ce3b19-56ad-4b24-8e2c-11d09ae57ded
2023-02-15T08:24:20.440Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 080700dc-811b-44bc-b2d7-6f702695123b 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=?
2023-02-15T08:24:20.464Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-15T08:24:20.479Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21e36f44, org.onap.sdc.toscaparser.api.parameters.Input@178f83a6, org.onap.sdc.toscaparser.api.parameters.Input@5851846e, org.onap.sdc.toscaparser.api.parameters.Input@697c16c3, org.onap.sdc.toscaparser.api.parameters.Input@535fcde7]
2023-02-15T08:24:20.480Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.480Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:20.480Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-02-15T08:24:20.481Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b562840b-7726-479a-a1a5-fca399bab73d
2023-02-15T08:24:20.481Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b562840b-7726-479a-a1a5-fca399bab73d matches Tosca VF Customization UUID: b562840b-7726-479a-a1a5-fca399bab73d
2023-02-15T08:24:20.481Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b562840b-7726-479a-a1a5-fca399bab73d  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-15T08:24:20.483Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.483Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:20.484Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b562840b-7726-479a-a1a5-fca399bab73d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-15T08:24:20.484Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65c3ae5a
2023-02-15T08:24:20.484Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.484Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:24:20.484Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : af01aa26-2c59-4da3-a793-7ae4fc940bb3
2023-02-15T08:24:20.485Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID af01aa26-2c59-4da3-a793-7ae4fc940bb3
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-15T08:24:20.487Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.487Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:20.487Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:24:20.487Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.488Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:20.488Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:24:20.488Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.488Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-15T08:24:20.488Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-15T08:24:20.488Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=39b52d63-57d4-40f0-baaa-2dd68b23498a
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-15T08:24:20.492Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.492Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:20.492Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:24:20.493Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.493Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-15T08:24:20.493Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b562840b-7726-479a-a1a5-fca399bab73d
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-15T08:24:20.495Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.495Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:20.495Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 19ce3b19-56ad-4b24-8e2c-11d09ae57ded: basic_cnf
2023-02-15T08:24:20.495Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.496Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:20.496Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.496Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:20.496Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.496Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:20.496Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.496Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:20.497Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:24:20.497Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:24:20.497Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T08:24:20.555Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 080700dc-811b-44bc-b2d7-6f702695123b 1 ASDC deployResourceStructure
2023-02-15T08:24:20.556Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-15T08:24:20.556Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-02-15T08:24:20.556Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-15T08:24:20.557Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:20.557Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:20.557Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449460556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:21.558Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-15T08:24:21.558Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-15T08:24:21.558Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-15T08:24:21.558Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:21.558Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:21.558Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449461558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:21.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449379222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449368368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449320633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449379222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-15T08:24:21.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449368368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449320633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449379222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-15T08:24:21.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.836Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449368368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.837Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449320633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.837Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.837Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449379222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-15T08:24:21.838Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.838Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449368368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.838Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.839Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449320633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.839Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449379222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-15T08:24:21.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.840Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449368368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.840Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449320633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.841Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449379222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.841Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449368368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.842Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449320633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.842Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449379222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-15T08:24:21.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.842Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449368368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.843Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.843Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449320633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.843Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.843Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449379222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.844Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449368368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.844Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449320633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.845Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449379222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:24:21.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.845Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449368368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:24:21.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.845Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449320633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:24:21.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.846Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449389123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:24:21.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.846Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449389557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:24:21.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.846Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449390170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:24:21.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449390140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T08:24:21.855Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3790816e-03c6-46ec-8d61-54961bbe8cad
2023-02-15T08:24:21.855Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3790816e-03c6-46ec-8d61-54961bbe8cad and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T08:24:21.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449391264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:24:21.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449391144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.867Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449392803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:24:21.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.867Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449391144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.867Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.868Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449393978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:24:21.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.868Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449391144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.868Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.868Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449395014,
  "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-15T08:24:21.873Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3790816e-03c6-46ec-8d61-54961bbe8cad
2023-02-15T08:24:21.873Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3790816e-03c6-46ec-8d61-54961bbe8cad 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-15T08:24:21.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.882Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449391144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.882Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.883Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449396016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-15T08:24:21.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.883Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449391144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.883Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.884Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449397019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.884Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.884Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449391144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.884Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.884Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.884Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.885Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449397019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.885Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449391144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.885Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.886Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449397019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.887Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449391144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:24:21.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.887Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.887Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449397019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.887Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449399461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:24:21.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.888Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.888Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449397019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.888Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449400575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T08:24:21.900Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f137964-dec5-4c5b-954b-b968e70891d2
2023-02-15T08:24:21.900Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f137964-dec5-4c5b-954b-b968e70891d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T08:24:21.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.908Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:24:21.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:21.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:24:21.909Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449397019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:24:21.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:24:22.559Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-15T08:24:22.560Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-15T08:24:22.560Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:24:22.560Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:22.560Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:22.560Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449462559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:23.561Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-15T08:24:23.561Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-15T08:24:23.561Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:24:23.562Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:23.562Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:23.562Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449463561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:24.563Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-15T08:24:24.563Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-15T08:24:24.563Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:24:24.563Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:24.563Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:24.564Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449464563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:25.564Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-15T08:24:25.565Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-15T08:24:25.565Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:24:25.565Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:24:25.565Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:24:25.565Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449465564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:24:26.566Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3790816e-03c6-46ec-8d61-54961bbe8cad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:24:26.577Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3790816e-03c6-46ec-8d61-54961bbe8cad
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-15T08:24:26.582Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:24:26.582Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:24:26.582Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:24:56.582Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3790816e-03c6-46ec-8d61-54961bbe8cad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:24:56.594Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3790816e-03c6-46ec-8d61-54961bbe8cad
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-15T08:24:56.596Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:24:56.596Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:24:56.596Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:25:21.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:25:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449402529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449402419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:25:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449397019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449403422,
  "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-15T08:25:21.840Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3790816e-03c6-46ec-8d61-54961bbe8cad
2023-02-15T08:25:21.840Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3790816e-03c6-46ec-8d61-54961bbe8cad 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-15T08:25:21.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449397019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449404424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449404424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449406018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:25:21.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.850Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449404424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.850Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449407031,
  "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-15T08:25:21.856Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3790816e-03c6-46ec-8d61-54961bbe8cad
2023-02-15T08:25:21.856Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3790816e-03c6-46ec-8d61-54961bbe8cad 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-15T08:25:21.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.863Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449404424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.864Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.864Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449404424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.865Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449404424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.867Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.867Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449404424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.868Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.869Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449404424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.873Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.873Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449412539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.874Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.874Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.874Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449405040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.874Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449401633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.875Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449392526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.875Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449405040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.875Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449401633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.876Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449416235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.876Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449405040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.876Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449401633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.877Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449405040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.877Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449401633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.877Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449405040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.877Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449401633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.878Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449419185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:25:21.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.878Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449405040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.878Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449401633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.879Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449420191,
  "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-15T08:25:21.884Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f137964-dec5-4c5b-954b-b968e70891d2
2023-02-15T08:25:21.884Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f137964-dec5-4c5b-954b-b968e70891d2 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-15T08:25:21.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.896Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449405040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.896Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449401633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.897Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.897Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449420187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:25:21.897Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.897Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449421190,
  "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-15T08:25:21.903Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f137964-dec5-4c5b-954b-b968e70891d2
2023-02-15T08:25:21.903Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f137964-dec5-4c5b-954b-b968e70891d2 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-15T08:25:21.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.912Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449421868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.913Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449420907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.913Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676449421928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T08:25:21.923Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a5273ee0-6886-4935-9432-a466ae582e1a
2023-02-15T08:25:21.923Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5273ee0-6886-4935-9432-a466ae582e1a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T08:25:21.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.930Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449423212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.931Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449422525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.931Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449424421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.932Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449422525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.932Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449425437,
  "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-15T08:25:21.937Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5273ee0-6886-4935-9432-a466ae582e1a
2023-02-15T08:25:21.937Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5273ee0-6886-4935-9432-a466ae582e1a 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-15T08:25:21.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.949Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449422525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.949Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676449426439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-15T08:25:21.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.949Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449422525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.950Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449422525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.950Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449422525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.950Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449428368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449422525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449428368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449430322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449428368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.952Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449428368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.952Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.952Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449428368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.952Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.952Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449428368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.952Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.952Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449434300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:25:21.952Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.953Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449428368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.953Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676449435317,
  "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-15T08:25:21.958Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5273ee0-6886-4935-9432-a466ae582e1a
2023-02-15T08:25:21.958Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5273ee0-6886-4935-9432-a466ae582e1a 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-15T08:25:21.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.965Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449435586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.965Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13d9c642-8df0-4afd-ad08-881fd46b22b7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449442589,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T08:25:21.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.966Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.966Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.966Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.967Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449447711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:25:21.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.968Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.968Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676449448713,
  "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-15T08:25:21.972Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5273ee0-6886-4935-9432-a466ae582e1a
2023-02-15T08:25:21.972Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5273ee0-6886-4935-9432-a466ae582e1a 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-15T08:25:21.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:25:21.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:25:21.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449452832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449455175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449456226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449457304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449458375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449459438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:25:21.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.981Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449460556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-15T08:25:21.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:21.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:25:21.982Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449461558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-15T08:25:21.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:25:26.597Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3790816e-03c6-46ec-8d61-54961bbe8cad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:25:26.607Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3790816e-03c6-46ec-8d61-54961bbe8cad
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-15T08:25:26.610Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:25:26.611Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T08:25:26.611Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T08:25:26.612Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T08:25:26.612Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:25:26.612Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:25:26.612Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:25:26.613Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:25:26.613Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:25:26.614Z|3790816e-03c6-46ec-8d61-54961bbe8cad|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-15T08:25:26.619Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T08:25:56.619Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3790816e-03c6-46ec-8d61-54961bbe8cad 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-15T08:25:56.626Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3790816e-03c6-46ec-8d61-54961bbe8cad and serviceModelVersionId: 19ce3b19-56ad-4b24-8e2c-11d09ae57ded
2023-02-15T08:25:56.626Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1249165d-10e0-4ed3-ab1d-ab0f99851266
2023-02-15T08:25:56.627Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1249165d-10e0-4ed3-ab1d-ab0f99851266/model-vers/model-ver/19ce3b19-56ad-4b24-8e2c-11d09ae57ded?depth=0
2023-02-15T08:25:56.631Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T08:25:56.680Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1249165d-10e0-4ed3-ab1d-ab0f99851266/model-vers/model-ver/19ce3b19-56ad-4b24-8e2c-11d09ae57ded?depth=0|INFO|500||Invoke
2023-02-15T08:25:56.680Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1249165d-10e0-4ed3-ab1d-ab0f99851266/model-vers/model-ver/19ce3b19-56ad-4b24-8e2c-11d09ae57ded?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1249165d-10e0-4ed3-ab1d-ab0f99851266/model-vers/model-ver/19ce3b19-56ad-4b24-8e2c-11d09ae57ded?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3790816e-03c6-46ec-8d61-54961bbe8cad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41ca0e01-8b8d-4aa3-b0cc-25552363eab8], X-ECOMP-RequestID=[3790816e-03c6-46ec-8d61-54961bbe8cad], X-TransactionId=[], X-ONAP-RequestID=[3790816e-03c6-46ec-8d61-54961bbe8cad], Content-Type=[application/merge-patch+json]}
2023-02-15T08:25:56.692Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1249165d-10e0-4ed3-ab1d-ab0f99851266/model-vers/model-ver/19ce3b19-56ad-4b24-8e2c-11d09ae57ded?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-15T08:25:56.858Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1249165d-10e0-4ed3-ab1d-ab0f99851266/model-vers/model-ver/19ce3b19-56ad-4b24-8e2c-11d09ae57ded?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/1249165d-10e0-4ed3-ab1d-ab0f99851266/model-vers/model-ver/19ce3b19-56ad-4b24-8e2c-11d09ae57ded?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 08:25:56 GMT], content-length=[0], vertex-id=[413888], x-aai-txid=[0-aai-resources-230215-08:25:56:838-19111], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T08:25:56.858Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1249165d-10e0-4ed3-ab1d-ab0f99851266/model-vers/model-ver/19ce3b19-56ad-4b24-8e2c-11d09ae57ded?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-15T08:25:56.859Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1249165d-10e0-4ed3-ab1d-ab0f99851266/model-vers/model-ver/19ce3b19-56ad-4b24-8e2c-11d09ae57ded?depth=0|INFO|500||InvokeReturn
2023-02-15T08:25:56.860Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T08:25:56.861Z|3790816e-03c6-46ec-8d61-54961bbe8cad|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-15T08:25:56.866Z|3790816e-03c6-46ec-8d61-54961bbe8cad|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-15T08:25:56.867Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3790816e-03c6-46ec-8d61-54961bbe8cad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T08:25:56.867Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T08:25:56.868Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:25:56.868Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:25:56.868Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449556867,
  "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-15T08:25:57.883Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-15T08:25:57.884Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"2f137964-dec5-4c5b-954b-b968e70891d2","serviceName":"Demo_pNF_EqwRuXRuTf1iJLWuTXPR","serviceVersion":"1.0","serviceUUID":"861bb39a-9dac-4212-b715-c665d4b5864d","serviceDescription":"catalog service description","serviceInvariantUUID":"e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c","resources":[{"resourceInstanceName":"pNF 1796d8e2-2053 0","resourceName":"pNF 1796d8e2-2053","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"14ba6ca9-ef64-4fe4-9a2c-7a0f4a9d913d","resourceInvariantUUID":"009b49cb-fe38-4f84-8198-2c6e2ce94ace","resourceCustomizationUUID":"92bdd456-90a3-4e4f-9d27-215d4cfd7f5a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vf-license-model.xml","artifactChecksum":"ZWE0ZDA4ZDAwNDNhNTkyMzljZmEyOGNhY2YwN2JhODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17d07877-fd5d-4635-8ddc-dd64529d2ef9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/pNF.csar","artifactChecksum":"MDM0ZGRkMDQ4ZTBlYWExMzQzZGMxNTVkOTNiZTk0ZDU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1fd43d46-a807-4f54-9be2-118f389b61bb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e709ceb3-eec3-418d-9c20-b74f95cf4863","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vendor-license-model.xml","artifactChecksum":"MGU5Zjc5NTIwNWM5NTY1Y2ViMmQyZjVjZmJiNWFlNzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed49b51e-7a5b-4948-a005-8effb5c28e67","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb7fb335-2d3d-488b-b89f-3a2a4e196efc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2505420e-64ae-4582-ac2b-952684d0b66d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEqwruxrutf1ijlwutxpr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-template.yml","artifactChecksum":"MzhhMjQ0ODFmNjI5ZGNmNTNhMTNiYTI3ZmQyOTQ0MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"005b3633-a59e-4ccd-bc42-7a56a0e3e2e1","artifactVersion":"1"},{"artifactName":"service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar","artifactChecksum":"MWQxMjY2MWY1YjA0NTUxZWZmOWFjN2MxYTdhZTdhOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0976567-34a7-4007-9657-e14c0249153d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T08:25:57.885Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:25:57.885Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:25:57.886Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:25:57.886Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:25:58.887Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:25:58.888Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:25:58.888Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:25:58.888Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:25:59.889Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:25:59.890Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:25:59.890Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:25:59.890Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:26:00.891Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:26:00.892Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:00.892Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:00.893Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:26:01.894Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:26:01.894Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:01.895Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:01.895Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:26:02.896Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:26:02.897Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:02.897Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:02.898Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:26:03.899Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:26:03.900Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:03.900Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:03.901Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:26:04.902Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:26:04.902Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:04.902Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:04.903Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:26:05.904Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "serviceName": "Demo_pNF_EqwRuXRuTf1iJLWuTXPR",
  "serviceVersion": "1.0",
  "serviceUUID": "861bb39a-9dac-4212-b715-c665d4b5864d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c",
  "resources": [
    {
      "resourceInstanceName": "pNF 1796d8e2-2053 0",
      "resourceCustomizationUUID": "92bdd456-90a3-4e4f-9d27-215d4cfd7f5a",
      "resourceName": "pNF 1796d8e2-2053",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "14ba6ca9-ef64-4fe4-9a2c-7a0f4a9d913d",
      "resourceInvariantUUID": "009b49cb-fe38-4f84-8198-2c6e2ce94ace",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
      "artifactChecksum": "MWQxMjY2MWY1YjA0NTUxZWZmOWFjN2MxYTdhZTdhOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a0976567-34a7-4007-9657-e14c0249153d"
    }
  ],
  "workloadContext": "Production"
}
2023-02-15T08:26:05.904Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T08:26:05.904Z|3790816e-03c6-46ec-8d61-54961bbe8cad|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 861bb39a-9dac-4212-b715-c665d4b5864d ASDC
2023-02-15T08:26:05.905Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2f137964-dec5-4c5b-954b-b968e70891d2
ServiceName:Demo_pNF_EqwRuXRuTf1iJLWuTXPR
ServiceVersion:1.0
ServiceUUID:861bb39a-9dac-4212-b715-c665d4b5864d
ServiceInvariantUUID:e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
ArtifactUUID:a0976567-34a7-4007-9657-e14c0249153d
ArtifactChecksum:MWQxMjY2MWY1YjA0NTUxZWZmOWFjN2MxYTdhZTdhOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1796d8e2-2053 0
ResourceCustomizationUUID:92bdd456-90a3-4e4f-9d27-215d4cfd7f5a
ResourceInvariantUUID:009b49cb-fe38-4f84-8198-2c6e2ce94ace
ResourceName:pNF 1796d8e2-2053
ResourceType:PNF
ResourceUUID:14ba6ca9-ef64-4fe4-9a2c-7a0f4a9d913d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-15T08:26:05.906Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 861bb39a-9dac-4212-b715-c665d4b5864d 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-15T08:26:05.927Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:26:05.928Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:26:05.928Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:26:05.928Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a0976567-34a7-4007-9657-e14c0249153d from URL: /sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:05.929Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:26:05.929Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:06.013Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:26:06.014Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar a0976567-34a7-4007-9657-e14c0249153d 88020
2023-02-15T08:26:06.014Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar ASDC sendASDCNotification
2023-02-15T08:26:06.014Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:06.014Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:26:06.015Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:06.015Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:06.015Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449566014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:26:07.016Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:26:07.017Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:26:07.018Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a0976567-34a7-4007-9657-e14c0249153d, URL: /sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar to file: /app/ASDC/1/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:07.018Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:07.019Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:07.019Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:07.138Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8263415362411001076/Definitions/service-DemoPnfEqwruxrutf1ijlwutxpr-template.yml
2023-02-15T08:26:07.959Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T08:26:07.960Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:26:07.960Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:07.960Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-15T08:26:07.960Z|2f137964-dec5-4c5b-954b-b968e70891d2|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-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:07.960Z|2f137964-dec5-4c5b-954b-b968e70891d2|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-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:07.960Z|2f137964-dec5-4c5b-954b-b968e70891d2|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-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:07.960Z|2f137964-dec5-4c5b-954b-b968e70891d2|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-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:07.961Z|2f137964-dec5-4c5b-954b-b968e70891d2|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-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:07.961Z|2f137964-dec5-4c5b-954b-b968e70891d2|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-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:07.961Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1796d8e2-2053 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-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:07.961Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:26:07.961Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:07.961Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EqwRuXRuTf1iJLWuTXPR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:07.961Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Node template pNF 1796d8e2-2053 0 is matching search criteria
2023-02-15T08:26:07.961Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:26:07.962Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 1796d8e2-2053 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:26:07.962Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:07.962Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EqwRuXRuTf1iJLWuTXPR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:07.962Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Node template pNF 1796d8e2-2053 0 is matching search criteria
2023-02-15T08:26:07.962Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:26:07.962Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 1796d8e2-2053 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:26:07.962Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:07.963Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EqwRuXRuTf1iJLWuTXPR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:07.963Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:07.963Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EqwRuXRuTf1iJLWuTXPR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:07.963Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:07.963Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EqwRuXRuTf1iJLWuTXPR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:07.963Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:07.963Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EqwRuXRuTf1iJLWuTXPR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:07.964Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:07.964Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EqwRuXRuTf1iJLWuTXPR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:07.964Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_EqwRuXRuTf1iJLWuTXPR
Description:catalog service description
Model UUID:861bb39a-9dac-4212-b715-c665d4b5864d
Model Version:NULL
Model InvariantUuid:e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c
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-15T08:26:07.971Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 14ba6ca9-ef64-4fe4-9a2c-7a0f4a9d913d
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-15T08:26:07.979Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||pNF 1796d8e2-2053 0
2023-02-15T08:26:07.980Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 14ba6ca9-ef64-4fe4-9a2c-7a0f4a9d913d
2023-02-15T08:26:07.980Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 861bb39a-9dac-4212-b715-c665d4b5864d
2023-02-15T08:26:07.980Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 861bb39a-9dac-4212-b715-c665d4b5864d
2023-02-15T08:26:07.980Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1796d8e2-2053 0 14ba6ca9-ef64-4fe4-9a2c-7a0f4a9d913d 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-15T08:26:07.985Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6522476f, org.onap.sdc.toscaparser.api.parameters.Input@b9dc0c0, org.onap.sdc.toscaparser.api.parameters.Input@a6c7e82, org.onap.sdc.toscaparser.api.parameters.Input@6988574d, org.onap.sdc.toscaparser.api.parameters.Input@1ee67c2c]
2023-02-15T08:26:07.985Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:07.985Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EqwRuXRuTf1iJLWuTXPR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:07.986Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 861bb39a-9dac-4212-b715-c665d4b5864d: pNF 1796d8e2-2053
2023-02-15T08:26:07.986Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Processing PNF resource: 14ba6ca9-ef64-4fe4-9a2c-7a0f4a9d913d
2023-02-15T08:26:07.986Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:07.986Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EqwRuXRuTf1iJLWuTXPR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:07.986Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Resource customization UUID: 92bdd456-90a3-4e4f-9d27-215d4cfd7f5a is the same as notified resource customizationUUID: 92bdd456-90a3-4e4f-9d27-215d4cfd7f5a
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-15T08:26:08.034Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1796d8e2-2053 14ba6ca9-ef64-4fe4-9a2c-7a0f4a9d913d 0 ASDC deployResourceStructure
2023-02-15T08:26:08.035Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar ASDC sendASDCNotification
2023-02-15T08:26:08.035Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar
2023-02-15T08:26:08.035Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:26:08.035Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:08.035Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:08.035Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449568035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:26:09.037Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f137964-dec5-4c5b-954b-b968e70891d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:26:09.048Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f137964-dec5-4c5b-954b-b968e70891d2
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-15T08:26:09.051Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:26:09.051Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T08:26:09.051Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T08:26:09.051Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T08:26:09.051Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:26:09.051Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:26:09.051Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:26:09.052Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:26:09.052Z|2f137964-dec5-4c5b-954b-b968e70891d2|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-15T08:26:09.056Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T08:26:21.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:26:21.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:26:21.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449462559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-15T08:26:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:26:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:26:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449463561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-15T08:26:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:26:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:26:21.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449464563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-15T08:26:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:26:21.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:26:21.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449465564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:26:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:26:39.056Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f137964-dec5-4c5b-954b-b968e70891d2 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-15T08:26:39.670Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f137964-dec5-4c5b-954b-b968e70891d2 and serviceModelVersionId: 861bb39a-9dac-4212-b715-c665d4b5864d
2023-02-15T08:26:39.670Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c
2023-02-15T08:26:39.672Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c/model-vers/model-ver/861bb39a-9dac-4212-b715-c665d4b5864d?depth=0
2023-02-15T08:26:39.676Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T08:26:39.725Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c/model-vers/model-ver/861bb39a-9dac-4212-b715-c665d4b5864d?depth=0|INFO|500||Invoke
2023-02-15T08:26:39.725Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c/model-vers/model-ver/861bb39a-9dac-4212-b715-c665d4b5864d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c/model-vers/model-ver/861bb39a-9dac-4212-b715-c665d4b5864d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f137964-dec5-4c5b-954b-b968e70891d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca0087f5-322a-4037-bd88-ae3033d7f11f], X-ECOMP-RequestID=[2f137964-dec5-4c5b-954b-b968e70891d2], X-TransactionId=[], X-ONAP-RequestID=[2f137964-dec5-4c5b-954b-b968e70891d2], Content-Type=[application/merge-patch+json]}
2023-02-15T08:26:39.732Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c/model-vers/model-ver/861bb39a-9dac-4212-b715-c665d4b5864d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-15T08:26:39.962Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c/model-vers/model-ver/861bb39a-9dac-4212-b715-c665d4b5864d?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/e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c/model-vers/model-ver/861bb39a-9dac-4212-b715-c665d4b5864d?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 08:26:39 GMT], content-length=[0], vertex-id=[213056], x-aai-txid=[1-aai-resources-230215-08:26:39:873-55426], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T08:26:39.963Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c/model-vers/model-ver/861bb39a-9dac-4212-b715-c665d4b5864d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-15T08:26:39.963Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e54c7cac-9f5d-4b1f-a033-2addc2dc8d3c/model-vers/model-ver/861bb39a-9dac-4212-b715-c665d4b5864d?depth=0|INFO|500||InvokeReturn
2023-02-15T08:26:39.963Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T08:26:39.964Z|2f137964-dec5-4c5b-954b-b968e70891d2|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-15T08:26:39.967Z|2f137964-dec5-4c5b-954b-b968e70891d2|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-15T08:26:39.968Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f137964-dec5-4c5b-954b-b968e70891d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T08:26:39.968Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T08:26:39.968Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:39.969Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:39.969Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449599968,
  "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-15T08:26:40.980Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-15T08:26:40.980Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"a5273ee0-6886-4935-9432-a466ae582e1a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e1c5d559-53f6-4c84-a95d-ba31369736b4","serviceDescription":"service","serviceInvariantUUID":"06eb5cd8-9ef1-4929-8485-90e3836d5942","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"509d25c3-3acf-43ab-8093-6c3c53d51f10","resourceInvariantUUID":"362b1a70-d580-42ed-ab89-6ea5381590e2","resourceCustomizationUUID":"89dd9a93-c8be-4450-8adc-405919c7f830","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":"YjVjZDNjZTNhMmVmYTA1ZjMwYTZjMjQ4YTYzOWY5ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45262b70-13c0-4aa7-a5f8-271f4d49ed56","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":"NjFjODk0ZDg2MGZiY2YzMGQ2NzY2MDE4ZTY1YTJjYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d413b44-29c4-4304-a75e-6ed8e3b07169","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":"e40cabba-3485-4582-9ed1-bc62676e97fe","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":"e981d2dc-c33b-4f63-99a5-d8ab4c2e6633","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":"2312bbff-4b2e-41ca-aba6-e83d0d142b0f","artifactVersion":"2","generatedFromUUID":"e40cabba-3485-4582-9ed1-bc62676e97fe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZmNlM2IwZDZhOTU1NTliYzE1MjhjYzgxYTAxY2IwMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50bb4533-7737-410d-bace-5c2f0685cd7b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTNmZDc1ZGJkMjNjOWE0OWFmZmJlMzg1YzlkOTI5YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7fd3a317-953c-45a4-a1fb-0bbc9008a25b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T08:26:40.980Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:26:40.981Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:40.981Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:40.981Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "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-15T08:26:41.981Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:26:41.982Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:41.982Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:41.982Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "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-15T08:26:42.983Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:26:42.984Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:42.984Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:42.984Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "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-15T08:26:43.985Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:26:43.985Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:43.985Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:43.986Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "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-15T08:26:44.986Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:26:44.987Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:44.987Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:44.987Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "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-15T08:26:45.988Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:26:45.988Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:45.988Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:45.988Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "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-15T08:26:46.989Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:26:46.990Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:46.990Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:46.990Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:26:47.993Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e1c5d559-53f6-4c84-a95d-ba31369736b4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06eb5cd8-9ef1-4929-8485-90e3836d5942",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "89dd9a93-c8be-4450-8adc-405919c7f830",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "509d25c3-3acf-43ab-8093-6c3c53d51f10",
      "resourceInvariantUUID": "362b1a70-d580-42ed-ab89-6ea5381590e2",
      "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": "NjFjODk0ZDg2MGZiY2YzMGQ2NzY2MDE4ZTY1YTJjYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3d413b44-29c4-4304-a75e-6ed8e3b07169",
          "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": "e40cabba-3485-4582-9ed1-bc62676e97fe",
          "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": "2312bbff-4b2e-41ca-aba6-e83d0d142b0f",
            "generatedFromUUID": "e40cabba-3485-4582-9ed1-bc62676e97fe"
          },
          "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": "2312bbff-4b2e-41ca-aba6-e83d0d142b0f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OTNmZDc1ZGJkMjNjOWE0OWFmZmJlMzg1YzlkOTI5YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7fd3a317-953c-45a4-a1fb-0bbc9008a25b"
    }
  ],
  "workloadContext": "Production"
}
2023-02-15T08:26:48.002Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T08:26:48.002Z|2f137964-dec5-4c5b-954b-b968e70891d2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e1c5d559-53f6-4c84-a95d-ba31369736b4 ASDC
2023-02-15T08:26:48.003Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a5273ee0-6886-4935-9432-a466ae582e1a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e1c5d559-53f6-4c84-a95d-ba31369736b4
ServiceInvariantUUID:06eb5cd8-9ef1-4929-8485-90e3836d5942
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:7fd3a317-953c-45a4-a1fb-0bbc9008a25b
ArtifactChecksum:OTNmZDc1ZGJkMjNjOWE0OWFmZmJlMzg1YzlkOTI5YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:89dd9a93-c8be-4450-8adc-405919c7f830
ResourceInvariantUUID:362b1a70-d580-42ed-ab89-6ea5381590e2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:509d25c3-3acf-43ab-8093-6c3c53d51f10
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:3d413b44-29c4-4304-a75e-6ed8e3b07169
ArtifactChecksum:NjFjODk0ZDg2MGZiY2YzMGQ2NzY2MDE4ZTY1YTJjYzI=
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:e40cabba-3485-4582-9ed1-bc62676e97fe
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:2312bbff-4b2e-41ca-aba6-e83d0d142b0f
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:2312bbff-4b2e-41ca-aba6-e83d0d142b0f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-15T08:26:48.003Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1c5d559-53f6-4c84-a95d-ba31369736b4 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-15T08:26:48.044Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:26:48.044Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:26:48.045Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:26:48.045Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7fd3a317-953c-45a4-a1fb-0bbc9008a25b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-15T08:26:48.045Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:26:48.045Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-15T08:26:48.374Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:26:48.375Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7fd3a317-953c-45a4-a1fb-0bbc9008a25b 75195
2023-02-15T08:26:48.375Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:48.375Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:48.375Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:26:48.375Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:48.376Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:48.376Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449608375,
  "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-15T08:26:49.377Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:26:49.378Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:26:49.378Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7fd3a317-953c-45a4-a1fb-0bbc9008a25b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-15T08:26:49.378Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-15T08:26:49.379Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-15T08:26:49.379Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-15T08:26:49.489Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13582920068215607660/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-15T08:26:50.606Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T08:26:50.607Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:26:50.607Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-15T08:26:50.607Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-15T08:26:50.607Z|a5273ee0-6886-4935-9432-a466ae582e1a|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-BasicVm-csar.csar
2023-02-15T08:26:50.607Z|a5273ee0-6886-4935-9432-a466ae582e1a|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-BasicVm-csar.csar
2023-02-15T08:26:50.607Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:50.607Z|a5273ee0-6886-4935-9432-a466ae582e1a|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-BasicVm-csar.csar
2023-02-15T08:26:50.607Z|a5273ee0-6886-4935-9432-a466ae582e1a|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-BasicVm-csar.csar
2023-02-15T08:26:50.608Z|a5273ee0-6886-4935-9432-a466ae582e1a|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-BasicVm-csar.csar
2023-02-15T08:26:50.608Z|a5273ee0-6886-4935-9432-a466ae582e1a|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-BasicVm-csar.csar
2023-02-15T08:26:50.608Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:26:50.608Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.608Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:50.608Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-15T08:26:50.608Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:26:50.608Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:26:50.609Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.609Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:50.609Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-15T08:26:50.609Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:26:50.609Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:26:50.609Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.609Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:50.610Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.610Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-15T08:26:50.610Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-15T08:26:50.610Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-15T08:26:50.610Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-15T08:26:50.610Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-15T08:26:50.611Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-15T08:26:50.611Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.611Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:26:50.611Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.611Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-15T08:26:50.611Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:26:50.611Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.612Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-15T08:26:50.612Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:26:50.612Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.612Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-15T08:26:50.612Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:26:50.612Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.612Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-15T08:26:50.613Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-15T08:26:50.613Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-15T08:26:50.613Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=78fb0fce-db46-4f93-84e0-5df66faf585c
2023-02-15T08:26:50.613Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.613Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:50.613Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.613Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:50.614Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.614Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:50.614Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:50.614Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:50.614Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e1c5d559-53f6-4c84-a95d-ba31369736b4
Model Version:NULL
Model InvariantUuid:06eb5cd8-9ef1-4929-8485-90e3836d5942
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a42628e3-759f-4047-808b-d7a89808dde4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:362b1a70-d580-42ed-ab89-6ea5381590e2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:89dd9a93-c8be-4450-8adc-405919c7f830
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d5bfaf27-aeef-4e53-9ae6-c5af897bc72c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c3c282f3-cf50-45e2-b415-122253793c65
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:78fb0fce-db46-4f93-84e0-5df66faf585c
ModelInvariantUuid:c6f6b6e2-876a-402a-81ad-42c30b8f03ed
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:3a3260cd-b340-4454-977b-2fbfbef43847
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:698ab9a2-f9df-4d18-a99c-4b6a37623af8
ModelInvariantUuid:9cf965cb-eb51-4905-bc04-9d09beba3958
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e7790e6a-3cba-48c7-aacb-e9ea88815f2d
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-15T08:26:50.620Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 509d25c3-3acf-43ab-8093-6c3c53d51f10
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-15T08:26:50.624Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||basic_vm 0
2023-02-15T08:26:50.624Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 509d25c3-3acf-43ab-8093-6c3c53d51f10
2023-02-15T08:26:50.624Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3d413b44-29c4-4304-a75e-6ed8e3b07169 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-15T08:26:50.624Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:26:50.625Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:50.706Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:26:50.706Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3d413b44-29c4-4304-a75e-6ed8e3b07169 787
2023-02-15T08:26:50.707Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:50.707Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:50.707Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:26:50.708Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:50.708Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:50.708Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449610707,
  "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-15T08:26:51.709Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d5bfaf27-aeef-4e53-9ae6-c5af897bc72c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3c282f3-cf50-45e2-b415-122253793c65",
    "vfModuleModelCustomizationUUID": "8b871792-4b78-4b67-928b-9c085864a0d0",
    "isBase": true,
    "artifacts": [
      "e40cabba-3485-4582-9ed1-bc62676e97fe",
      "2312bbff-4b2e-41ca-aba6-e83d0d142b0f"
    ],
    "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-15T08:26:51.719Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3c282f3-cf50-45e2-b415-122253793c65
VfModuleModelInvariantUUID:d5bfaf27-aeef-4e53-9ae6-c5af897bc72c
VfModuleModelDescription:NULL
Artifacts UUID List:{
e40cabba-3485-4582-9ed1-bc62676e97fe
,
2312bbff-4b2e-41ca-aba6-e83d0d142b0f

}
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-15T08:26:51.721Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d5bfaf27-aeef-4e53-9ae6-c5af897bc72c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3c282f3-cf50-45e2-b415-122253793c65",
    "vfModuleModelCustomizationUUID": "8b871792-4b78-4b67-928b-9c085864a0d0",
    "isBase": true,
    "artifacts": [
      "e40cabba-3485-4582-9ed1-bc62676e97fe",
      "2312bbff-4b2e-41ca-aba6-e83d0d142b0f"
    ],
    "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-15T08:26:51.721Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3c282f3-cf50-45e2-b415-122253793c65
VfModuleModelInvariantUUID:d5bfaf27-aeef-4e53-9ae6-c5af897bc72c
VfModuleModelDescription:NULL
Artifacts UUID List:{
e40cabba-3485-4582-9ed1-bc62676e97fe
,
2312bbff-4b2e-41ca-aba6-e83d0d142b0f

}
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-15T08:26:51.721Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e40cabba-3485-4582-9ed1-bc62676e97fe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-15T08:26:51.722Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:26:51.722Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:51.810Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:26:51.810Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e40cabba-3485-4582-9ed1-bc62676e97fe 5033
2023-02-15T08:26:51.811Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:51.811Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:51.811Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:26:51.811Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:51.811Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:51.812Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449611811,
  "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-15T08:26:52.812Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2312bbff-4b2e-41ca-aba6-e83d0d142b0f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-15T08:26:52.813Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:26:52.813Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:52.893Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:26:52.894Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2312bbff-4b2e-41ca-aba6-e83d0d142b0f 903
2023-02-15T08:26:52.894Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:52.894Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:52.894Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:26:52.895Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:52.895Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:52.895Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449612894,
  "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-15T08:26:53.896Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e1c5d559-53f6-4c84-a95d-ba31369736b4
2023-02-15T08:26:53.896Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 509d25c3-3acf-43ab-8093-6c3c53d51f10 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-15T08:26:53.908Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63695714, org.onap.sdc.toscaparser.api.parameters.Input@7b98eab8, org.onap.sdc.toscaparser.api.parameters.Input@5475581c, org.onap.sdc.toscaparser.api.parameters.Input@7efadcd7, org.onap.sdc.toscaparser.api.parameters.Input@5702f5eb]
2023-02-15T08:26:53.909Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.909Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:53.909Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-02-15T08:26:53.909Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 89dd9a93-c8be-4450-8adc-405919c7f830
2023-02-15T08:26:53.909Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 89dd9a93-c8be-4450-8adc-405919c7f830 matches Tosca VF Customization UUID: 89dd9a93-c8be-4450-8adc-405919c7f830
2023-02-15T08:26:53.910Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 89dd9a93-c8be-4450-8adc-405919c7f830  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-15T08:26:53.911Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.912Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:53.912Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 89dd9a93-c8be-4450-8adc-405919c7f830: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-15T08:26:53.912Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d0c6257
2023-02-15T08:26:53.912Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.913Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T08:26:53.913Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b871792-4b78-4b67-928b-9c085864a0d0
2023-02-15T08:26:53.913Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b871792-4b78-4b67-928b-9c085864a0d0
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-15T08:26:53.915Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.916Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-15T08:26:53.916Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:26:53.916Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.916Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-15T08:26:53.916Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:26:53.916Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.917Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-15T08:26:53.917Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-15T08:26:53.917Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-15T08:26:53.917Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=78fb0fce-db46-4f93-84e0-5df66faf585c
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-15T08:26:53.919Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.919Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-15T08:26:53.919Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T08:26:53.919Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.919Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-15T08:26:53.920Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=89dd9a93-c8be-4450-8adc-405919c7f830
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-15T08:26:53.921Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.921Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:53.921Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e1c5d559-53f6-4c84-a95d-ba31369736b4: basic_vm
2023-02-15T08:26:53.921Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.922Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:53.922Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.922Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:53.922Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.922Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:53.922Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.923Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:53.923Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:26:53.923Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:26:53.923Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:53.992Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 509d25c3-3acf-43ab-8093-6c3c53d51f10 1 ASDC deployResourceStructure
2023-02-15T08:26:53.992Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:53.992Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:53.993Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:26:53.993Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:53.993Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:53.993Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449613992,
  "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-15T08:26:54.994Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:54.994Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:54.994Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:26:54.995Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:54.995Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:54.995Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449614994,
  "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-15T08:26:55.996Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:55.996Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:55.996Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:26:55.996Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:55.996Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:55.997Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449615996,
  "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-15T08:26:56.997Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:56.998Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||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-15T08:26:56.998Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:26:56.998Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:26:56.999Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:26:56.999Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449616997,
  "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-15T08:26:58.000Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5273ee0-6886-4935-9432-a466ae582e1a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:26:58.011Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5273ee0-6886-4935-9432-a466ae582e1a
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-15T08:26:58.013Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:26:58.014Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T08:26:58.014Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T08:26:58.014Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T08:26:58.014Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:26:58.014Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:26:58.014Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:26:58.014Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:26:58.015Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:26:58.015Z|a5273ee0-6886-4935-9432-a466ae582e1a|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-15T08:26:58.019Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T08:27:21.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:27:21.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:27:21.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3790816e-03c6-46ec-8d61-54961bbe8cad",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449556867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T08:27:21.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:27:21.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:27:21.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:27:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:27:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:27:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:27:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:27:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:27:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:27:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:27:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:27:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:27:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:27:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:27:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:27:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:27:21.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:27:21.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/resourceInstances/pnf1796d8e220530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:27:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:27:21.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:27:21.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:27:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:27:21.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:27:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:27:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:27:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:27:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449566014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:27:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:27:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:27:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449568035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEqwruxrutf1ijlwutxpr/1.0/artifacts/service-DemoPnfEqwruxrutf1ijlwutxpr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:27:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:27:28.019Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5273ee0-6886-4935-9432-a466ae582e1a 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-15T08:27:28.026Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5273ee0-6886-4935-9432-a466ae582e1a and serviceModelVersionId: e1c5d559-53f6-4c84-a95d-ba31369736b4
2023-02-15T08:27:28.027Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06eb5cd8-9ef1-4929-8485-90e3836d5942
2023-02-15T08:27:28.027Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06eb5cd8-9ef1-4929-8485-90e3836d5942/model-vers/model-ver/e1c5d559-53f6-4c84-a95d-ba31369736b4?depth=0
2023-02-15T08:27:28.031Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T08:27:28.083Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06eb5cd8-9ef1-4929-8485-90e3836d5942/model-vers/model-ver/e1c5d559-53f6-4c84-a95d-ba31369736b4?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-15T08:27:28.085Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06eb5cd8-9ef1-4929-8485-90e3836d5942/model-vers/model-ver/e1c5d559-53f6-4c84-a95d-ba31369736b4?depth=0|INFO|500||Invoke
2023-02-15T08:27:28.091Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06eb5cd8-9ef1-4929-8485-90e3836d5942/model-vers/model-ver/e1c5d559-53f6-4c84-a95d-ba31369736b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-15T08:27:28.281Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06eb5cd8-9ef1-4929-8485-90e3836d5942/model-vers/model-ver/e1c5d559-53f6-4c84-a95d-ba31369736b4?depth=0|INFO|500||InvokeReturn
2023-02-15T08:27:28.282Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06eb5cd8-9ef1-4929-8485-90e3836d5942/model-vers/model-ver/e1c5d559-53f6-4c84-a95d-ba31369736b4?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 08:27:28 GMT], content-length=[0], vertex-id=[221328], x-aai-txid=[2-aai-resources-230215-08:27:28:237-49286], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T08:27:28.282Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-02-15T08:27:28.283Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T08:27:28.283Z|a5273ee0-6886-4935-9432-a466ae582e1a|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-15T08:27:28.288Z|a5273ee0-6886-4935-9432-a466ae582e1a|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-15T08:27:28.288Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5273ee0-6886-4935-9432-a466ae582e1a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T08:27:28.288Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T08:27:28.289Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:27:28.289Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:27:28.289Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449648288,
  "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-15T08:27:29.302Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:28:21.827Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:28:21.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.829Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f137964-dec5-4c5b-954b-b968e70891d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449599968,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T08:28:21.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:28:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-15T08:28:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-15T08:28:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:28:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-15T08:28:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:28:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449443603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:28:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449608375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:28:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449610707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:28:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449611811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:28:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449612894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:28:21.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449613992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-15T08:28:21.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449614994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-15T08:28:21.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449615996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-15T08:28:21.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:21.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T08:28:21.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449616997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:28:21.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:28:29.303Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:29:21.828Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:29:21.829Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-15T08:29:21.829Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5273ee0-6886-4935-9432-a466ae582e1a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676449648288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T08:29:21.830Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:29:29.303Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:30:21.828Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:30:29.303Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:31:21.829Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:31:29.304Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:32:21.829Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:32:29.306Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:33:21.831Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:33:29.307Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:34:21.832Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:34:29.308Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:35:21.833Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:35:29.309Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:36:21.834Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:36:29.310Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:37:21.835Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:37:29.311Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:38:21.835Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:38:29.312Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:39:21.837Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:39:29.312Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:40:21.838Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:40:29.313Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:41:21.839Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:41:29.314Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:42:21.840Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:42:29.314Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:42:33.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-15T08:42:33.297Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"73da4f05-5304-4330-a69d-914a4af69ed4","serviceName":"Demo_pNF_UjbzhANiycH4xSM0CjUn","serviceVersion":"1.0","serviceUUID":"4eb8be9f-369b-43aa-a141-a9ac1ce17cc7","serviceDescription":"catalog service description","serviceInvariantUUID":"ef8b1af6-5ac5-4414-9d55-4e143c09f3be","resources":[{"resourceInstanceName":"pNF c3ea2872-63e7 0","resourceName":"pNF c3ea2872-63e7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5436c8b9-22c3-4ec4-9dee-2c9f637b7bcb","resourceInvariantUUID":"63804cb5-b64b-460d-a7fb-ba1803239159","resourceCustomizationUUID":"923714c3-4a1c-4d15-a54f-4c871039e700","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vf-license-model.xml","artifactChecksum":"ODFiOTZhZDQ2YjM5NGQ1NTc3YTNmYjBhMGI1ODFjMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48d73db9-77a3-429e-adab-5b5ac7765475","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/pNF.csar","artifactChecksum":"MDM0ZGRkMDQ4ZTBlYWExMzQzZGMxNTVkOTNiZTk0ZDU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce7a9466-266d-4405-bde9-a3e2f5696ad9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c08592a3-59e1-4d77-9a2b-3e1ec3852ddd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDYzNWNlZTA0NTcwODRkZTY2YjAxZjIwYjM3ODRiMDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c619c09f-30d5-465c-b26d-1a7e6450879c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"25f80445-94eb-4980-8f46-de5871ec3d90","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba027f32-633b-42fe-802c-c1ab6b89464a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUjbzhaniych4xsm0cjun-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-template.yml","artifactChecksum":"MDBkOTJlYTM0NWI3ODk5ZDY1OTdlNzE3ZTFiMWFiOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9e0ae9b-7aa2-4fe3-a0ae-de7d87a3e185","artifactVersion":"1"},{"artifactName":"service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar","artifactChecksum":"NjkyODRhM2RhMDYyOTE0N2U4NTI3NjNlOGQwMjEzMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ea2a254-4c8a-46be-8a5b-f839335e865e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T08:42:33.301Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:42:33.302Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:42:33.302Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:42:33.303Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:42:33.306Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:42:33.306Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:42:33.307Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:42:33.307Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:42:33.307Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:42:33.308Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:42:33.321Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-15T08:42:33.321Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676450538368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:42:33.322Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:42:33.322Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-15T08:42:33.323Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:42:33.323Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:42:34.309Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:42:34.310Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:42:34.310Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:42:34.310Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:42:35.311Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:42:35.312Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:42:35.312Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:42:35.312Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:42:36.312Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:42:36.313Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:42:36.313Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:42:36.313Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:42:37.314Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:42:37.314Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:42:37.314Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:42:37.314Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:42:38.315Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:42:38.315Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:42:38.316Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:42:38.316Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:42:39.316Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:42:39.317Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:42:39.317Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:42:39.317Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:42:40.320Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:42:40.320Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:42:40.321Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:42:40.321Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:42:41.323Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "serviceName": "Demo_pNF_UjbzhANiycH4xSM0CjUn",
  "serviceVersion": "1.0",
  "serviceUUID": "4eb8be9f-369b-43aa-a141-a9ac1ce17cc7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ef8b1af6-5ac5-4414-9d55-4e143c09f3be",
  "resources": [
    {
      "resourceInstanceName": "pNF c3ea2872-63e7 0",
      "resourceCustomizationUUID": "923714c3-4a1c-4d15-a54f-4c871039e700",
      "resourceName": "pNF c3ea2872-63e7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5436c8b9-22c3-4ec4-9dee-2c9f637b7bcb",
      "resourceInvariantUUID": "63804cb5-b64b-460d-a7fb-ba1803239159",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
      "artifactChecksum": "NjkyODRhM2RhMDYyOTE0N2U4NTI3NjNlOGQwMjEzMTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1ea2a254-4c8a-46be-8a5b-f839335e865e"
    }
  ],
  "workloadContext": "Production"
}
2023-02-15T08:42:41.323Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T08:42:41.324Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4eb8be9f-369b-43aa-a141-a9ac1ce17cc7 ASDC
2023-02-15T08:42:41.325Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:73da4f05-5304-4330-a69d-914a4af69ed4
ServiceName:Demo_pNF_UjbzhANiycH4xSM0CjUn
ServiceVersion:1.0
ServiceUUID:4eb8be9f-369b-43aa-a141-a9ac1ce17cc7
ServiceInvariantUUID:ef8b1af6-5ac5-4414-9d55-4e143c09f3be
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
ArtifactUUID:1ea2a254-4c8a-46be-8a5b-f839335e865e
ArtifactChecksum:NjkyODRhM2RhMDYyOTE0N2U4NTI3NjNlOGQwMjEzMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c3ea2872-63e7 0
ResourceCustomizationUUID:923714c3-4a1c-4d15-a54f-4c871039e700
ResourceInvariantUUID:63804cb5-b64b-460d-a7fb-ba1803239159
ResourceName:pNF c3ea2872-63e7
ResourceType:PNF
ResourceUUID:5436c8b9-22c3-4ec4-9dee-2c9f637b7bcb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-15T08:42:41.325Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4eb8be9f-369b-43aa-a141-a9ac1ce17cc7 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-15T08:42:41.356Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:42:41.359Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-15T08:42:41.359Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-15T08:42:41.359Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1ea2a254-4c8a-46be-8a5b-f839335e865e from URL: /sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:41.360Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-02-15T08:42:41.360Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:41.419Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-02-15T08:42:41.420Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar 1ea2a254-4c8a-46be-8a5b-f839335e865e 88022
2023-02-15T08:42:41.421Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar ASDC sendASDCNotification
2023-02-15T08:42:41.421Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:41.422Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:42:41.422Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:42:41.423Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:42:41.423Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450561421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:42:42.425Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:42:42.426Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-02-15T08:42:42.426Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1ea2a254-4c8a-46be-8a5b-f839335e865e, URL: /sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar to file: /app/ASDC/1/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:42.427Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:42.427Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:42.428Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:42.654Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16501791003949118258/Definitions/service-DemoPnfUjbzhaniych4xsm0cjun-template.yml
2023-02-15T08:42:43.430Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T08:42:43.431Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-02-15T08:42:43.431Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:43.431Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-15T08:42:43.431Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c3ea2872-63e7 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-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:43.431Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||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-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:43.432Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:43.432Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||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-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:43.432Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||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-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:43.432Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||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-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:43.432Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||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-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:43.433Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-02-15T08:42:43.433Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:42:43.433Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UjbzhANiycH4xSM0CjUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:42:43.434Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Node template pNF c3ea2872-63e7 0 is matching search criteria
2023-02-15T08:42:43.434Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-02-15T08:42:43.434Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c3ea2872-63e7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:42:43.435Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:42:43.435Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UjbzhANiycH4xSM0CjUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:42:43.435Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Node template pNF c3ea2872-63e7 0 is matching search criteria
2023-02-15T08:42:43.435Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-02-15T08:42:43.436Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c3ea2872-63e7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:42:43.436Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:42:43.436Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UjbzhANiycH4xSM0CjUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:42:43.436Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:42:43.436Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UjbzhANiycH4xSM0CjUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:42:43.437Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:42:43.437Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UjbzhANiycH4xSM0CjUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:42:43.437Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:42:43.437Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UjbzhANiycH4xSM0CjUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:42:43.438Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:42:43.438Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UjbzhANiycH4xSM0CjUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:42:43.438Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UjbzhANiycH4xSM0CjUn
Description:catalog service description
Model UUID:4eb8be9f-369b-43aa-a141-a9ac1ce17cc7
Model Version:NULL
Model InvariantUuid:ef8b1af6-5ac5-4414-9d55-4e143c09f3be
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-15T08:42:43.446Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5436c8b9-22c3-4ec4-9dee-2c9f637b7bcb
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-15T08:42:43.451Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||pNF c3ea2872-63e7 0
2023-02-15T08:42:43.451Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5436c8b9-22c3-4ec4-9dee-2c9f637b7bcb
2023-02-15T08:42:43.451Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 4eb8be9f-369b-43aa-a141-a9ac1ce17cc7
2023-02-15T08:42:43.451Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4eb8be9f-369b-43aa-a141-a9ac1ce17cc7
2023-02-15T08:42:43.452Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c3ea2872-63e7 0 5436c8b9-22c3-4ec4-9dee-2c9f637b7bcb 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-15T08:42:43.456Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f03a556, org.onap.sdc.toscaparser.api.parameters.Input@67c3c95d, org.onap.sdc.toscaparser.api.parameters.Input@578d5a3d, org.onap.sdc.toscaparser.api.parameters.Input@2162f57f, org.onap.sdc.toscaparser.api.parameters.Input@7399cd10]
2023-02-15T08:42:43.457Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:42:43.457Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UjbzhANiycH4xSM0CjUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:42:43.457Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4eb8be9f-369b-43aa-a141-a9ac1ce17cc7: pNF c3ea2872-63e7
2023-02-15T08:42:43.458Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Processing PNF resource: 5436c8b9-22c3-4ec4-9dee-2c9f637b7bcb
2023-02-15T08:42:43.458Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:42:43.458Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UjbzhANiycH4xSM0CjUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:42:43.458Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Resource customization UUID: 923714c3-4a1c-4d15-a54f-4c871039e700 is the same as notified resource customizationUUID: 923714c3-4a1c-4d15-a54f-4c871039e700
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-15T08:42:43.495Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c3ea2872-63e7 5436c8b9-22c3-4ec4-9dee-2c9f637b7bcb 0 ASDC deployResourceStructure
2023-02-15T08:42:43.495Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar ASDC sendASDCNotification
2023-02-15T08:42:43.496Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar
2023-02-15T08:42:43.496Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:42:43.496Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:42:43.496Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:42:43.496Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450563495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:42:44.497Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73da4f05-5304-4330-a69d-914a4af69ed4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:42:44.508Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73da4f05-5304-4330-a69d-914a4af69ed4
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-15T08:42:44.511Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:42:44.511Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:42:44.511Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:43:14.511Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73da4f05-5304-4330-a69d-914a4af69ed4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:43:14.523Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73da4f05-5304-4330-a69d-914a4af69ed4
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-15T08:43:14.525Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:43:14.525Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:43:14.526Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:43:21.828Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:43:21.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:43:21.831Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676450537491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:43:21.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:43:44.526Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73da4f05-5304-4330-a69d-914a4af69ed4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:43:44.537Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73da4f05-5304-4330-a69d-914a4af69ed4
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-15T08:43:44.539Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:43:44.540Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:43:44.540Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:44:14.540Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73da4f05-5304-4330-a69d-914a4af69ed4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:44:14.551Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73da4f05-5304-4330-a69d-914a4af69ed4
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-15T08:44:14.553Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:44:14.553Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:44:14.553Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:44:21.828Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:44:21.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.831Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676450503083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.833Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.833Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.834Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676450538368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.835Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676450537491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676450503083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.839Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676450538368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.840Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.840Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676450537491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.841Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676450503083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.842Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.843Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676450538368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.844Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676450537491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.845Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676450503083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.845Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.846Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.846Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.846Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676450538368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.847Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676450537491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.848Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676450503083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.849Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.850Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.850Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676450538368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.850Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.851Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676450537491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.851Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.851Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676450503083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.851Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.852Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.852Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676450538368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.853Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676450537491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.853Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676450503083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.854Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676450538368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:44:21.854Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.854Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450549314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:44:21.854Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.855Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676450537491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:44:21.855Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.855Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676450503083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:44:21.856Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.856Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676450561149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:44:21.856Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.856Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450561421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:44:21.856Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.857Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676450560963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:44:21.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.859Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676450561971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T08:44:21.867Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 73da4f05-5304-4330-a69d-914a4af69ed4
2023-02-15T08:44:21.868Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73da4f05-5304-4330-a69d-914a4af69ed4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T08:44:21.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.877Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676450562525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.878Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450563495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:44:21.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.879Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676450562525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.880Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676450562525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.880Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676450562525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.881Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676450562525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.882Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.882Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676450562525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/resourceInstances/pnfc3ea287263e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.883Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.883Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676450562525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:44:21.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.884Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676450569261,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:44:21.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.885Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676450562525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:44:21.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.886Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676450570263,
  "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-15T08:44:21.891Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 73da4f05-5304-4330-a69d-914a4af69ed4
2023-02-15T08:44:21.891Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73da4f05-5304-4330-a69d-914a4af69ed4 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-15T08:44:21.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.900Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676450571443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:44:21.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.901Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676450574354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjbzhaniych4xsm0cjun/1.0/artifacts/service-DemoPnfUjbzhaniych4xsm0cjun-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:44:21.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:44:21.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-15T08:44:21.903Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676450575367,
  "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-15T08:44:21.908Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 73da4f05-5304-4330-a69d-914a4af69ed4
2023-02-15T08:44:21.908Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73da4f05-5304-4330-a69d-914a4af69ed4 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-15T08:44:44.554Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73da4f05-5304-4330-a69d-914a4af69ed4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:44:44.564Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73da4f05-5304-4330-a69d-914a4af69ed4
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-15T08:44:44.566Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:44:44.566Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T08:44:44.567Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T08:44:44.567Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T08:44:44.567Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:44:44.567Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:44:44.567Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:44:44.567Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:44:44.567Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||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-15T08:44:44.572Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T08:45:14.572Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 73da4f05-5304-4330-a69d-914a4af69ed4 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-15T08:45:14.578Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 73da4f05-5304-4330-a69d-914a4af69ed4 and serviceModelVersionId: 4eb8be9f-369b-43aa-a141-a9ac1ce17cc7
2023-02-15T08:45:14.578Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef8b1af6-5ac5-4414-9d55-4e143c09f3be
2023-02-15T08:45:14.580Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef8b1af6-5ac5-4414-9d55-4e143c09f3be/model-vers/model-ver/4eb8be9f-369b-43aa-a141-a9ac1ce17cc7?depth=0
2023-02-15T08:45:14.585Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T08:45:14.636Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef8b1af6-5ac5-4414-9d55-4e143c09f3be/model-vers/model-ver/4eb8be9f-369b-43aa-a141-a9ac1ce17cc7?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-15T08:45:14.638Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef8b1af6-5ac5-4414-9d55-4e143c09f3be/model-vers/model-ver/4eb8be9f-369b-43aa-a141-a9ac1ce17cc7?depth=0|INFO|500||Invoke
2023-02-15T08:45:14.644Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef8b1af6-5ac5-4414-9d55-4e143c09f3be/model-vers/model-ver/4eb8be9f-369b-43aa-a141-a9ac1ce17cc7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-15T08:45:14.837Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef8b1af6-5ac5-4414-9d55-4e143c09f3be/model-vers/model-ver/4eb8be9f-369b-43aa-a141-a9ac1ce17cc7?depth=0|INFO|500||InvokeReturn
2023-02-15T08:45:14.838Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef8b1af6-5ac5-4414-9d55-4e143c09f3be/model-vers/model-ver/4eb8be9f-369b-43aa-a141-a9ac1ce17cc7?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 08:45:14 GMT], content-length=[0], vertex-id=[233616], x-aai-txid=[1-aai-resources-230215-08:45:14:802-3826], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T08:45:14.838Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-02-15T08:45:14.839Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T08:45:14.839Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||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-15T08:45:14.845Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||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-15T08:45:14.845Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 73da4f05-5304-4330-a69d-914a4af69ed4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T08:45:14.845Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T08:45:14.846Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:45:14.846Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:45:14.846Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450714845,
  "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-15T08:45:15.859Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:45:21.828Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:45:21.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:45:21.831Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "73da4f05-5304-4330-a69d-914a4af69ed4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676450714845,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T08:45:21.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:46:15.860Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:46:21.828Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:47:15.860Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:47:21.829Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:48:15.862Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:48:21.830Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:49:15.863Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:49:21.830Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:50:15.866Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:50:21.832Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:51:15.867Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:51:21.833Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:52:15.869Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:52:21.835Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:53:15.870Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:53:21.836Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:54:15.871Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:54:21.837Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:55:15.872Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:55:21.837Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:56:15.873Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:56:21.839Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:57:15.875Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T08:57:21.840Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:57:44.635Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-15T08:57:44.635Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"dd077024-8c8b-47e7-a73d-4fa39e0df9e8","serviceName":"Demo_pNF_msjoc4qnh3fSTe7D9Jx9","serviceVersion":"1.0","serviceUUID":"67a85bd5-ca29-4f37-8dc1-e81ddc24bde6","serviceDescription":"catalog service description","serviceInvariantUUID":"8922192e-a746-4900-8c43-ae8047b0937a","resources":[{"resourceInstanceName":"pNF f75d8c96-67a9 0","resourceName":"pNF f75d8c96-67a9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"854b23e9-53d9-4634-a74a-55fb629c4c58","resourceInvariantUUID":"e946f527-960b-4822-92ef-0b1912ee3ffa","resourceCustomizationUUID":"2394877d-612b-4ef3-bf61-127d84444e5e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vf-license-model.xml","artifactChecksum":"ZTQ3OTYwZGZiOTM1MWE0YWY2YmI2MjczYzYyZmIwODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44f8d115-7a3a-425a-8a79-163e62d90625","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/pNF.csar","artifactChecksum":"MDM0ZGRkMDQ4ZTBlYWExMzQzZGMxNTVkOTNiZTk0ZDU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69a2b1ed-8426-4e69-b2ce-26b49a1399c6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1434a104-4fc3-4d19-932f-7f05b15604c2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vendor-license-model.xml","artifactChecksum":"YzhiNTc3YjM2NTc5YTE0NTNhNzdiOGI3ZGU2ZTBlMDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ef8477e-df15-4624-9161-9d4c877b8151","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3cdba32-aeae-437f-aed9-92a6c32c317d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b14ce3d2-9318-4957-9c10-97f6daaec5be","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMsjoc4qnh3fste7d9jx9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-template.yml","artifactChecksum":"Yzk1Yjk2NWYyYmQ4OWM2YzMwYWY5NTRiYmZlMzQwZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e3cbc328-c558-4470-8951-23b26e9f81be","artifactVersion":"1"},{"artifactName":"service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar","artifactChecksum":"NTAyMjU0MGFiMTY2NWI1YWM2MTcyMTliZDJkZjEzZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf3d047e-f184-4ef9-8f15-e535407d2ac5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T08:57:44.638Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:57:44.639Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:57:44.639Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:57:44.639Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:57:44.642Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:57:44.643Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:57:44.643Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:57:44.643Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:57:44.644Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:57:44.644Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T08:57:44.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:57:44.655Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:57:44.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:57:45.646Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:57:45.647Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:57:45.647Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:57:45.647Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:57:46.647Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:57:46.648Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:57:46.648Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:57:46.648Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:57:47.649Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:57:47.650Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:57:47.650Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:57:47.650Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:57:48.651Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:57:48.651Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:57:48.651Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:57:48.652Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:57:49.652Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:57:49.653Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:57:49.653Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:57:49.653Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:57:50.654Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:57:50.654Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:57:50.655Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:57:50.655Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:57:51.656Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T08:57:51.656Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:57:51.656Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:57:51.657Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:57:52.657Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "serviceName": "Demo_pNF_msjoc4qnh3fSTe7D9Jx9",
  "serviceVersion": "1.0",
  "serviceUUID": "67a85bd5-ca29-4f37-8dc1-e81ddc24bde6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8922192e-a746-4900-8c43-ae8047b0937a",
  "resources": [
    {
      "resourceInstanceName": "pNF f75d8c96-67a9 0",
      "resourceCustomizationUUID": "2394877d-612b-4ef3-bf61-127d84444e5e",
      "resourceName": "pNF f75d8c96-67a9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "854b23e9-53d9-4634-a74a-55fb629c4c58",
      "resourceInvariantUUID": "e946f527-960b-4822-92ef-0b1912ee3ffa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
      "artifactChecksum": "NTAyMjU0MGFiMTY2NWI1YWM2MTcyMTliZDJkZjEzZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cf3d047e-f184-4ef9-8f15-e535407d2ac5"
    }
  ],
  "workloadContext": "Production"
}
2023-02-15T08:57:52.658Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T08:57:52.658Z|a5273ee0-6886-4935-9432-a466ae582e1a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 67a85bd5-ca29-4f37-8dc1-e81ddc24bde6 ASDC
2023-02-15T08:57:52.659Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:dd077024-8c8b-47e7-a73d-4fa39e0df9e8
ServiceName:Demo_pNF_msjoc4qnh3fSTe7D9Jx9
ServiceVersion:1.0
ServiceUUID:67a85bd5-ca29-4f37-8dc1-e81ddc24bde6
ServiceInvariantUUID:8922192e-a746-4900-8c43-ae8047b0937a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
ArtifactUUID:cf3d047e-f184-4ef9-8f15-e535407d2ac5
ArtifactChecksum:NTAyMjU0MGFiMTY2NWI1YWM2MTcyMTliZDJkZjEzZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f75d8c96-67a9 0
ResourceCustomizationUUID:2394877d-612b-4ef3-bf61-127d84444e5e
ResourceInvariantUUID:e946f527-960b-4822-92ef-0b1912ee3ffa
ResourceName:pNF f75d8c96-67a9
ResourceType:PNF
ResourceUUID:854b23e9-53d9-4634-a74a-55fb629c4c58
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-15T08:57:52.659Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67a85bd5-ca29-4f37-8dc1-e81ddc24bde6 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-15T08:57:52.714Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:57:52.716Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:57:52.716Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:57:52.716Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cf3d047e-f184-4ef9-8f15-e535407d2ac5 from URL: /sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:52.716Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-15T08:57:52.717Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:52.986Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-15T08:57:52.987Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar cf3d047e-f184-4ef9-8f15-e535407d2ac5 88003
2023-02-15T08:57:52.988Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar ASDC sendASDCNotification
2023-02-15T08:57:52.988Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:52.988Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T08:57:52.988Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:57:52.989Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:57:52.989Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451472988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:57:53.990Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T08:57:53.990Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-15T08:57:53.991Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cf3d047e-f184-4ef9-8f15-e535407d2ac5, URL: /sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar to file: /app/ASDC/1/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:53.991Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:53.992Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:53.992Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:54.158Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16158139568925476101/Definitions/service-DemoPnfMsjoc4qnh3fste7d9jx9-template.yml
2023-02-15T08:57:54.917Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T08:57:54.918Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:57:54.918Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:54.919Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-15T08:57:54.919Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f75d8c96-67a9 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-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:54.919Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|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-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:54.919Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|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-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:54.920Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|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-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:54.920Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|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-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:54.920Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|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-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:54.920Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|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-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:54.920Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-15T08:57:54.921Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:57:54.921Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_msjoc4qnh3fSTe7D9Jx9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:57:54.922Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Node template pNF f75d8c96-67a9 0 is matching search criteria
2023-02-15T08:57:54.922Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:57:54.922Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f75d8c96-67a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:57:54.923Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:57:54.923Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_msjoc4qnh3fSTe7D9Jx9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:57:54.923Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Node template pNF f75d8c96-67a9 0 is matching search criteria
2023-02-15T08:57:54.923Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-15T08:57:54.924Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f75d8c96-67a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T08:57:54.924Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:57:54.924Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_msjoc4qnh3fSTe7D9Jx9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:57:54.924Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:57:54.925Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_msjoc4qnh3fSTe7D9Jx9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:57:54.925Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:57:54.925Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_msjoc4qnh3fSTe7D9Jx9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:57:54.925Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:57:54.926Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_msjoc4qnh3fSTe7D9Jx9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:57:54.926Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:57:54.926Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_msjoc4qnh3fSTe7D9Jx9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:57:54.926Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_msjoc4qnh3fSTe7D9Jx9
Description:catalog service description
Model UUID:67a85bd5-ca29-4f37-8dc1-e81ddc24bde6
Model Version:NULL
Model InvariantUuid:8922192e-a746-4900-8c43-ae8047b0937a
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-15T08:57:54.934Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 854b23e9-53d9-4634-a74a-55fb629c4c58
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-15T08:57:54.938Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||pNF f75d8c96-67a9 0
2023-02-15T08:57:54.938Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 854b23e9-53d9-4634-a74a-55fb629c4c58
2023-02-15T08:57:54.939Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 67a85bd5-ca29-4f37-8dc1-e81ddc24bde6
2023-02-15T08:57:54.939Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 67a85bd5-ca29-4f37-8dc1-e81ddc24bde6
2023-02-15T08:57:54.939Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f75d8c96-67a9 0 854b23e9-53d9-4634-a74a-55fb629c4c58 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-15T08:57:54.944Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d0c8a94, org.onap.sdc.toscaparser.api.parameters.Input@59abc729, org.onap.sdc.toscaparser.api.parameters.Input@25a8ff83, org.onap.sdc.toscaparser.api.parameters.Input@3017f6a3, org.onap.sdc.toscaparser.api.parameters.Input@29d6921f]
2023-02-15T08:57:54.944Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:57:54.945Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_msjoc4qnh3fSTe7D9Jx9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:57:54.945Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 67a85bd5-ca29-4f37-8dc1-e81ddc24bde6: pNF f75d8c96-67a9
2023-02-15T08:57:54.946Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Processing PNF resource: 854b23e9-53d9-4634-a74a-55fb629c4c58
2023-02-15T08:57:54.946Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T08:57:54.946Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_msjoc4qnh3fSTe7D9Jx9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T08:57:54.947Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Resource customization UUID: 2394877d-612b-4ef3-bf61-127d84444e5e is the same as notified resource customizationUUID: 2394877d-612b-4ef3-bf61-127d84444e5e
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-15T08:57:54.986Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f75d8c96-67a9 854b23e9-53d9-4634-a74a-55fb629c4c58 0 ASDC deployResourceStructure
2023-02-15T08:57:54.986Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar ASDC sendASDCNotification
2023-02-15T08:57:54.986Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar
2023-02-15T08:57:54.986Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T08:57:54.987Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:57:54.987Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:57:54.987Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451474986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:57:55.989Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd077024-8c8b-47e7-a73d-4fa39e0df9e8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:57:56.000Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd077024-8c8b-47e7-a73d-4fa39e0df9e8
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-15T08:57:56.002Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:57:56.002Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:57:56.002Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:58:21.828Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:58:21.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:58:21.829Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676451463062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:58:21.830Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:58:26.003Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd077024-8c8b-47e7-a73d-4fa39e0df9e8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:58:26.015Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd077024-8c8b-47e7-a73d-4fa39e0df9e8
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-15T08:58:26.017Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:58:26.017Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:58:26.017Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:58:56.018Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd077024-8c8b-47e7-a73d-4fa39e0df9e8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:58:56.029Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd077024-8c8b-47e7-a73d-4fa39e0df9e8
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-15T08:58:56.031Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:58:56.031Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T08:58:56.031Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T08:59:21.828Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T08:59:21.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.831Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676451461707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.832Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676451462525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.832Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.832Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676451463062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.833Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676451461707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.833Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676451462525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.834Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.834Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676451463062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.834Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676451461707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.835Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676451462525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.835Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.835Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676451463062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.835Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676451461707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.836Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676451462525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.836Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.836Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676451463062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.836Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "aai-model-loader",
  "timestamp": 1676451468368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.837Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676451461707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.837Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676451462525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676451463062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "aai-model-loader",
  "timestamp": 1676451468368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.840Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676451461707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.840Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676451462525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.840Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.840Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "aai-model-loader",
  "timestamp": 1676451468368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676451463062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676451461707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676451462525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451435875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.841Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "aai-model-loader",
  "timestamp": 1676451468368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.842Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676451461707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:59:21.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.842Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676451463062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:59:21.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.842Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676451462525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:59:21.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.842Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "aai-model-loader",
  "timestamp": 1676451468368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.843Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676451472232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:59:21.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.843Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451472988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:59:21.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.843Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "aai-model-loader",
  "timestamp": 1676451468368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/resourceInstances/pnff75d8c9667a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.843Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676451473779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:59:21.844Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.844Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676451473249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T08:59:21.852Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd077024-8c8b-47e7-a73d-4fa39e0df9e8
2023-02-15T08:59:21.852Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd077024-8c8b-47e7-a73d-4fa39e0df9e8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T08:59:21.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.860Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "aai-model-loader",
  "timestamp": 1676451468368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T08:59:21.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.860Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451474986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:59:21.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.861Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "aai-model-loader",
  "timestamp": 1676451468368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T08:59:21.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.861Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676451476580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:59:21.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.861Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "aai-model-loader",
  "timestamp": 1676451476474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T08:59:21.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.862Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676451477590,
  "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-15T08:59:21.866Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd077024-8c8b-47e7-a73d-4fa39e0df9e8
2023-02-15T08:59:21.866Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd077024-8c8b-47e7-a73d-4fa39e0df9e8 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-15T08:59:21.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.873Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "aai-model-loader",
  "timestamp": 1676451484246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMsjoc4qnh3fste7d9jx9/1.0/artifacts/service-DemoPnfMsjoc4qnh3fste7d9jx9-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T08:59:21.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T08:59:21.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T08:59:21.874Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "aai-model-loader",
  "timestamp": 1676451485248,
  "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-15T08:59:21.878Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd077024-8c8b-47e7-a73d-4fa39e0df9e8
2023-02-15T08:59:21.878Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd077024-8c8b-47e7-a73d-4fa39e0df9e8 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-15T08:59:26.032Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd077024-8c8b-47e7-a73d-4fa39e0df9e8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T08:59:26.044Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd077024-8c8b-47e7-a73d-4fa39e0df9e8
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-15T08:59:26.047Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T08:59:26.047Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T08:59:26.047Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T08:59:26.047Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T08:59:26.047Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:59:26.048Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:59:26.048Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:59:26.048Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T08:59:26.048Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|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-15T08:59:26.053Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T08:59:56.053Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd077024-8c8b-47e7-a73d-4fa39e0df9e8 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-15T08:59:56.060Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd077024-8c8b-47e7-a73d-4fa39e0df9e8 and serviceModelVersionId: 67a85bd5-ca29-4f37-8dc1-e81ddc24bde6
2023-02-15T08:59:56.060Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8922192e-a746-4900-8c43-ae8047b0937a
2023-02-15T08:59:56.062Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8922192e-a746-4900-8c43-ae8047b0937a/model-vers/model-ver/67a85bd5-ca29-4f37-8dc1-e81ddc24bde6?depth=0
2023-02-15T08:59:56.068Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T08:59:56.114Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8922192e-a746-4900-8c43-ae8047b0937a/model-vers/model-ver/67a85bd5-ca29-4f37-8dc1-e81ddc24bde6?depth=0|INFO|500||Invoke
2023-02-15T08:59:56.114Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8922192e-a746-4900-8c43-ae8047b0937a/model-vers/model-ver/67a85bd5-ca29-4f37-8dc1-e81ddc24bde6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8922192e-a746-4900-8c43-ae8047b0937a/model-vers/model-ver/67a85bd5-ca29-4f37-8dc1-e81ddc24bde6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd077024-8c8b-47e7-a73d-4fa39e0df9e8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[321b5b68-394f-45a9-8218-82534e2d460f], X-ECOMP-RequestID=[dd077024-8c8b-47e7-a73d-4fa39e0df9e8], X-TransactionId=[], X-ONAP-RequestID=[dd077024-8c8b-47e7-a73d-4fa39e0df9e8], Content-Type=[application/merge-patch+json]}
2023-02-15T08:59:56.123Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8922192e-a746-4900-8c43-ae8047b0937a/model-vers/model-ver/67a85bd5-ca29-4f37-8dc1-e81ddc24bde6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-15T08:59:56.400Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8922192e-a746-4900-8c43-ae8047b0937a/model-vers/model-ver/67a85bd5-ca29-4f37-8dc1-e81ddc24bde6?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/8922192e-a746-4900-8c43-ae8047b0937a/model-vers/model-ver/67a85bd5-ca29-4f37-8dc1-e81ddc24bde6?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 08:59:56 GMT], content-length=[0], vertex-id=[491632], x-aai-txid=[0-aai-resources-230215-08:59:56:297-35721], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T08:59:56.400Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8922192e-a746-4900-8c43-ae8047b0937a/model-vers/model-ver/67a85bd5-ca29-4f37-8dc1-e81ddc24bde6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-15T08:59:56.401Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8922192e-a746-4900-8c43-ae8047b0937a/model-vers/model-ver/67a85bd5-ca29-4f37-8dc1-e81ddc24bde6?depth=0|INFO|500||InvokeReturn
2023-02-15T08:59:56.401Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T08:59:56.401Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|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-15T08:59:56.406Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|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-15T08:59:56.407Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd077024-8c8b-47e7-a73d-4fa39e0df9e8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T08:59:56.407Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T08:59:56.407Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-15T08:59:56.407Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T08:59:56.407Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451596407,
  "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-15T08:59:57.420Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:00:21.828Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:00:21.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-15T09:00:21.832Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dd077024-8c8b-47e7-a73d-4fa39e0df9e8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676451596407,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T09:00:21.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:00:57.422Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:01:21.828Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:01:57.423Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:02:21.828Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:02:57.425Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:03:21.831Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:03:57.427Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:04:21.832Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:04:57.431Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:05:21.833Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:05:57.431Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:06:21.833Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:06:57.432Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:07:21.834Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:07:57.434Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:08:21.835Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:08:57.435Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:09:21.835Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:09:57.435Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:10:21.836Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:10:31.299Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-15T09:10:31.300Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"acf04b58-a544-400c-8e8c-a022754cb144","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8f7d8ae3-9636-4d15-9782-0dc2f167d79d","serviceDescription":"service","serviceInvariantUUID":"50d130e4-2dfc-4faa-bbad-8edd4564a0b6","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"54a76fb4-ad62-4bac-87ee-90c466c0d6c3","resourceInvariantUUID":"10989e73-0dba-4d53-a5e6-fd5ba6e9a623","resourceCustomizationUUID":"7d0b0386-d0d3-455a-a78a-2416ec65e5ec","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":"MjdkOGQwYWNmYmQyOTU3NjdlYzBjNjNlMjgzOTI3ZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"031b98c6-e6c4-4282-afb6-adbfc4381b1f","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":"NzdkZmExNThkZWQxMTNjNjIyZTNjZmEwZGY3ZGMzNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5de799b-d640-46e0-aa2a-0011905ce52e","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":"ad206d05-3a1c-4978-80a2-f3043ae1da0a","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":"e3560b04-326a-4b81-920a-f3c8a3abb461","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":"2a78c2b6-01f9-44e9-9574-d8a6b090f3eb","artifactVersion":"2","generatedFromUUID":"55ed7eb6-ba06-4a0c-917c-2d01d2b4d568"},{"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":"1e05f30e-541a-436d-8ef3-536001418d64","artifactVersion":"2","generatedFromUUID":"ad206d05-3a1c-4978-80a2-f3043ae1da0a"},{"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":"55ed7eb6-ba06-4a0c-917c-2d01d2b4d568","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":"31e614ad-de05-4dea-bec5-3697d86b8120","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":"YjFlMjgxMGJiMGRjNDgzY2FjZDZlNWI4OGQ2Mzg2MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d4fa7ac-34a1-4708-b802-dbdd5ba6d58f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWNmZjg5MmVjMGIwMGFhYWJjNWU4OWM4NzZlZjg1ZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8ef282c-d8c3-4609-a545-f958e6b43a83","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T09:10:31.304Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:10:31.304Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:31.305Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:31.305Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "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-15T09:10:31.311Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T09:10:31.312Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T09:10:31.312Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T09:10:31.312Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T09:10:31.312Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T09:10:31.312Z||kafka-producer-network-thread | SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2adcbc0e-de1d-4b25-bcff-d19fed8da81f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to u78t05TjTxKTXfBrz_w-uw
2023-02-15T09:10:31.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:10:31.343Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:10:31.345Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:10:31.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:10:31.346Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:10:31.346Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:10:32.314Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:10:32.314Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:32.314Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:32.315Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "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-15T09:10:33.315Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:10:33.316Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:33.316Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:33.316Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "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-15T09:10:34.317Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:10:34.317Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:34.318Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:34.318Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "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-15T09:10:35.319Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:10:35.319Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:35.319Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:35.319Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "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-15T09:10:36.320Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:10:36.321Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:36.321Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:36.321Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "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-15T09:10:37.322Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:10:37.323Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:37.323Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:37.323Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "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-15T09:10:38.324Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:10:38.325Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:38.325Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:38.325Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "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-15T09:10:39.326Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:10:39.327Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:39.327Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:39.327Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "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-15T09:10:40.327Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:10:40.328Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:40.328Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:40.328Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:10:41.329Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8f7d8ae3-9636-4d15-9782-0dc2f167d79d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "50d130e4-2dfc-4faa-bbad-8edd4564a0b6",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "7d0b0386-d0d3-455a-a78a-2416ec65e5ec",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "54a76fb4-ad62-4bac-87ee-90c466c0d6c3",
      "resourceInvariantUUID": "10989e73-0dba-4d53-a5e6-fd5ba6e9a623",
      "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": "NzdkZmExNThkZWQxMTNjNjIyZTNjZmEwZGY3ZGMzNDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5de799b-d640-46e0-aa2a-0011905ce52e",
          "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": "ad206d05-3a1c-4978-80a2-f3043ae1da0a",
          "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": "1e05f30e-541a-436d-8ef3-536001418d64",
            "generatedFromUUID": "ad206d05-3a1c-4978-80a2-f3043ae1da0a"
          },
          "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": "2a78c2b6-01f9-44e9-9574-d8a6b090f3eb",
          "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": "1e05f30e-541a-436d-8ef3-536001418d64",
          "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": "55ed7eb6-ba06-4a0c-917c-2d01d2b4d568",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZWNmZjg5MmVjMGIwMGFhYWJjNWU4OWM4NzZlZjg1ZjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a8ef282c-d8c3-4609-a545-f958e6b43a83"
    }
  ],
  "workloadContext": "Production"
}
2023-02-15T09:10:41.329Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T09:10:41.329Z|697fcf3a-d768-42b9-bf7b-578b7f2180b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8f7d8ae3-9636-4d15-9782-0dc2f167d79d ASDC
2023-02-15T09:10:41.330Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:acf04b58-a544-400c-8e8c-a022754cb144
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:8f7d8ae3-9636-4d15-9782-0dc2f167d79d
ServiceInvariantUUID:50d130e4-2dfc-4faa-bbad-8edd4564a0b6
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:a8ef282c-d8c3-4609-a545-f958e6b43a83
ArtifactChecksum:ZWNmZjg5MmVjMGIwMGFhYWJjNWU4OWM4NzZlZjg1ZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:7d0b0386-d0d3-455a-a78a-2416ec65e5ec
ResourceInvariantUUID:10989e73-0dba-4d53-a5e6-fd5ba6e9a623
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:54a76fb4-ad62-4bac-87ee-90c466c0d6c3
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:e5de799b-d640-46e0-aa2a-0011905ce52e
ArtifactChecksum:NzdkZmExNThkZWQxMTNjNjIyZTNjZmEwZGY3ZGMzNDA=
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:ad206d05-3a1c-4978-80a2-f3043ae1da0a
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:1e05f30e-541a-436d-8ef3-536001418d64
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:2a78c2b6-01f9-44e9-9574-d8a6b090f3eb
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:1e05f30e-541a-436d-8ef3-536001418d64
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:55ed7eb6-ba06-4a0c-917c-2d01d2b4d568
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-15T09:10:41.330Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f7d8ae3-9636-4d15-9782-0dc2f167d79d 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-15T09:10:41.380Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T09:10:41.381Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T09:10:41.381Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T09:10:41.381Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a8ef282c-d8c3-4609-a545-f958e6b43a83 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-15T09:10:41.382Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T09:10:41.382Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-15T09:10:41.619Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T09:10:41.620Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a8ef282c-d8c3-4609-a545-f958e6b43a83 163296
2023-02-15T09:10:41.621Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-15T09:10:41.621Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-15T09:10:41.621Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T09:10:41.621Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:41.621Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:41.621Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452241621,
  "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-15T09:10:42.622Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T09:10:42.623Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T09:10:42.623Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a8ef282c-d8c3-4609-a545-f958e6b43a83, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-15T09:10:42.624Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-15T09:10:42.624Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-15T09:10:42.625Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-15T09:10:42.849Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13062254140325448148/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-15T09:10:44.005Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T09:10:44.005Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T09:10:44.005Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-15T09:10:44.005Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-15T09:10:44.006Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-15T09:10:44.006Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-15T09:10:44.006Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-15T09:10:44.006Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-15T09:10:44.006Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T09:10:44.006Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.006Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:44.007Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-15T09:10:44.007Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T09:10:44.007Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T09:10:44.007Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.007Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:44.007Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-15T09:10:44.008Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T09:10:44.008Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T09:10:44.008Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.008Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:44.008Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.009Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-15T09:10:44.009Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-15T09:10:44.009Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-15T09:10:44.009Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-15T09:10:44.009Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.009Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T09:10:44.009Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.010Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-15T09:10:44.010Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T09:10:44.010Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.010Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-15T09:10:44.010Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T09:10:44.010Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.011Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-15T09:10:44.011Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T09:10:44.011Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.011Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-15T09:10:44.011Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T09:10:44.011Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.011Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-15T09:10:44.012Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-15T09:10:44.012Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=13a8bf04-55ce-4f8e-b6ab-f6a0ceea14d8
2023-02-15T09:10:44.012Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.012Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:44.012Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.012Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:44.012Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.012Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:44.013Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:44.013Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:44.013Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:8f7d8ae3-9636-4d15-9782-0dc2f167d79d
Model Version:NULL
Model InvariantUuid:50d130e4-2dfc-4faa-bbad-8edd4564a0b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:287aae0f-eeb0-495f-be9f-c29ad1f99bd2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:10989e73-0dba-4d53-a5e6-fd5ba6e9a623
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7d0b0386-d0d3-455a-a78a-2416ec65e5ec
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:979a48d2-92eb-4d6d-bc5b-0e909bbcf28c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:74051349-5150-4100-999b-bc6af869e113
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f5f6cf25-336e-4f6b-879b-fddc9dc430f2
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:17f53ba0-e31c-4847-bd36-034efc825689
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:13a8bf04-55ce-4f8e-b6ab-f6a0ceea14d8
ModelInvariantUuid:47e93cd5-fb3a-4199-aa22-a0f05b9ec029
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:d710ffae-8294-45a6-ab98-89d60db2e367
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:d20a8e79-f81c-4a5b-8602-52b8c27b426e
ModelInvariantUuid:ba576757-ffea-4018-91fd-91fb8cbe4c0a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:8c466de8-b6e0-45d8-b6be-794002852540
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-15T09:10:44.019Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 54a76fb4-ad62-4bac-87ee-90c466c0d6c3
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-15T09:10:44.023Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2023-02-15T09:10:44.024Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 54a76fb4-ad62-4bac-87ee-90c466c0d6c3
2023-02-15T09:10:44.024Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e5de799b-d640-46e0-aa2a-0011905ce52e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-15T09:10:44.024Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T09:10:44.024Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-15T09:10:44.093Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T09:10:44.094Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json e5de799b-d640-46e0-aa2a-0011905ce52e 1565
2023-02-15T09:10:44.094Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-15T09:10:44.094Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-15T09:10:44.094Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T09:10:44.094Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:44.094Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:44.094Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452244094,
  "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-15T09:10:45.095Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f5f6cf25-336e-4f6b-879b-fddc9dc430f2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "17f53ba0-e31c-4847-bd36-034efc825689",
    "vfModuleModelCustomizationUUID": "37d829a9-077d-46e3-9c0c-55bdb1d8b6c3",
    "isBase": true,
    "artifacts": [
      "ad206d05-3a1c-4978-80a2-f3043ae1da0a",
      "1e05f30e-541a-436d-8ef3-536001418d64"
    ],
    "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": "979a48d2-92eb-4d6d-bc5b-0e909bbcf28c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74051349-5150-4100-999b-bc6af869e113",
    "vfModuleModelCustomizationUUID": "c1f60107-a0a3-4c39-8181-13c4a6c7e046",
    "isBase": false,
    "artifacts": [
      "55ed7eb6-ba06-4a0c-917c-2d01d2b4d568"
    ],
    "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-15T09:10:45.102Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17f53ba0-e31c-4847-bd36-034efc825689
VfModuleModelInvariantUUID:f5f6cf25-336e-4f6b-879b-fddc9dc430f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad206d05-3a1c-4978-80a2-f3043ae1da0a
,
1e05f30e-541a-436d-8ef3-536001418d64

}
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:74051349-5150-4100-999b-bc6af869e113
VfModuleModelInvariantUUID:979a48d2-92eb-4d6d-bc5b-0e909bbcf28c
VfModuleModelDescription:NULL
Artifacts UUID List:{
55ed7eb6-ba06-4a0c-917c-2d01d2b4d568

}
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-15T09:10:45.105Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f5f6cf25-336e-4f6b-879b-fddc9dc430f2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "17f53ba0-e31c-4847-bd36-034efc825689",
    "vfModuleModelCustomizationUUID": "37d829a9-077d-46e3-9c0c-55bdb1d8b6c3",
    "isBase": true,
    "artifacts": [
      "ad206d05-3a1c-4978-80a2-f3043ae1da0a",
      "1e05f30e-541a-436d-8ef3-536001418d64"
    ],
    "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": "979a48d2-92eb-4d6d-bc5b-0e909bbcf28c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74051349-5150-4100-999b-bc6af869e113",
    "vfModuleModelCustomizationUUID": "c1f60107-a0a3-4c39-8181-13c4a6c7e046",
    "isBase": false,
    "artifacts": [
      "55ed7eb6-ba06-4a0c-917c-2d01d2b4d568"
    ],
    "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-15T09:10:45.105Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17f53ba0-e31c-4847-bd36-034efc825689
VfModuleModelInvariantUUID:f5f6cf25-336e-4f6b-879b-fddc9dc430f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad206d05-3a1c-4978-80a2-f3043ae1da0a
,
1e05f30e-541a-436d-8ef3-536001418d64

}
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:74051349-5150-4100-999b-bc6af869e113
VfModuleModelInvariantUUID:979a48d2-92eb-4d6d-bc5b-0e909bbcf28c
VfModuleModelDescription:NULL
Artifacts UUID List:{
55ed7eb6-ba06-4a0c-917c-2d01d2b4d568

}
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-15T09:10:45.105Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ad206d05-3a1c-4978-80a2-f3043ae1da0a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-15T09:10:45.105Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T09:10:45.105Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-15T09:10:45.179Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T09:10:45.179Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ad206d05-3a1c-4978-80a2-f3043ae1da0a 914
2023-02-15T09:10:45.180Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-15T09:10:45.180Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-15T09:10:45.180Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T09:10:45.181Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:45.181Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:45.181Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452245180,
  "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-15T09:10:46.181Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2a78c2b6-01f9-44e9-9574-d8a6b090f3eb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-15T09:10:46.182Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T09:10:46.182Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-15T09:10:46.365Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T09:10:46.366Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2a78c2b6-01f9-44e9-9574-d8a6b090f3eb 12
2023-02-15T09:10:46.366Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-15T09:10:46.366Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-15T09:10:46.366Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T09:10:46.367Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:46.367Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:46.367Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452246366,
  "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-15T09:10:47.368Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e05f30e-541a-436d-8ef3-536001418d64 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-15T09:10:47.368Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T09:10:47.368Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-15T09:10:47.480Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T09:10:47.481Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 1e05f30e-541a-436d-8ef3-536001418d64 96
2023-02-15T09:10:47.481Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-15T09:10:47.482Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-15T09:10:47.482Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T09:10:47.482Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:47.482Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:47.482Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452247481,
  "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-15T09:10:48.483Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 55ed7eb6-ba06-4a0c-917c-2d01d2b4d568 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-15T09:10:48.483Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T09:10:48.484Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-15T09:10:48.686Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T09:10:48.686Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 55ed7eb6-ba06-4a0c-917c-2d01d2b4d568 20206
2023-02-15T09:10:48.687Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-15T09:10:48.687Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-15T09:10:48.687Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T09:10:48.687Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:48.687Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:48.687Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452248686,
  "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-15T09:10:49.691Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8f7d8ae3-9636-4d15-9782-0dc2f167d79d
2023-02-15T09:10:49.691Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 54a76fb4-ad62-4bac-87ee-90c466c0d6c3 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-15T09:10:49.700Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bc5d062, org.onap.sdc.toscaparser.api.parameters.Input@62478235, org.onap.sdc.toscaparser.api.parameters.Input@5ac1448e, org.onap.sdc.toscaparser.api.parameters.Input@327ebd41, org.onap.sdc.toscaparser.api.parameters.Input@474d3dac]
2023-02-15T09:10:49.701Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:49.702Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:49.702Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-15T09:10:49.702Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7d0b0386-d0d3-455a-a78a-2416ec65e5ec
2023-02-15T09:10:49.702Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7d0b0386-d0d3-455a-a78a-2416ec65e5ec matches Tosca VF Customization UUID: 7d0b0386-d0d3-455a-a78a-2416ec65e5ec
2023-02-15T09:10:49.702Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7d0b0386-d0d3-455a-a78a-2416ec65e5ec  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-15T09:10:49.705Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:49.705Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:49.705Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7d0b0386-d0d3-455a-a78a-2416ec65e5ec: {\"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-15T09:10:49.706Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e23a312
2023-02-15T09:10:49.706Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:49.706Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T09:10:49.706Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c1f60107-a0a3-4c39-8181-13c4a6c7e046
2023-02-15T09:10:49.706Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c1f60107-a0a3-4c39-8181-13c4a6c7e046
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-15T09:10:49.709Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:49.709Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-15T09:10:49.709Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T09:10:49.709Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:49.709Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-15T09:10:49.710Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T09:10:49.710Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:49.710Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-15T09:10:49.710Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7d0b0386-d0d3-455a-a78a-2416ec65e5ec
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-15T09:10:49.712Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:49.712Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:49.713Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8f7d8ae3-9636-4d15-9782-0dc2f167d79d: basic_cnf_macro
2023-02-15T09:10:49.713Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:49.713Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:49.713Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:49.713Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:49.713Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:49.713Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:49.714Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:49.714Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:49.714Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:10:49.714Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:10:49.714Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T09:10:49.759Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 54a76fb4-ad62-4bac-87ee-90c466c0d6c3 2 ASDC deployResourceStructure
2023-02-15T09:10:49.759Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-15T09:10:49.760Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-15T09:10:49.760Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T09:10:49.760Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:49.760Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:49.761Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452249759,
  "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-15T09:10:50.762Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-15T09:10:50.762Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-15T09:10:50.762Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T09:10:50.763Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:50.763Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:50.763Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452250762,
  "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-15T09:10:51.764Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-15T09:10:51.765Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-15T09:10:51.765Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-15T09:10:51.765Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:51.765Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:51.766Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452251764,
  "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-15T09:10:52.767Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-15T09:10:52.767Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-15T09:10:52.767Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T09:10:52.768Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:52.768Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:52.768Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452252767,
  "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-15T09:10:53.769Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-15T09:10:53.770Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-15T09:10:53.770Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-15T09:10:53.771Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:53.771Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:53.771Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452253769,
  "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-15T09:10:54.772Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-15T09:10:54.772Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-15T09:10:54.773Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T09:10:54.773Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:10:54.773Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:10:54.773Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452254772,
  "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-15T09:10:55.774Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acf04b58-a544-400c-8e8c-a022754cb144
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T09:10:55.788Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acf04b58-a544-400c-8e8c-a022754cb144
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-15T09:10:55.799Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T09:10:55.800Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T09:10:55.800Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T09:11:21.827Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:11:21.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:11:21.829Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452218368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:11:21.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:11:25.801Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acf04b58-a544-400c-8e8c-a022754cb144
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T09:11:25.812Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acf04b58-a544-400c-8e8c-a022754cb144
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-15T09:11:25.814Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T09:11:25.814Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T09:11:25.814Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T09:11:55.815Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acf04b58-a544-400c-8e8c-a022754cb144
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T09:11:55.827Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acf04b58-a544-400c-8e8c-a022754cb144
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-15T09:11:55.829Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T09:11:55.829Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T09:11:55.830Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T09:12:21.828Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:12:21.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.832Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452194393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.833Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.833Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.833Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.833Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.834Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452218368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.834Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452194393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.835Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.835Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.835Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452218368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.836Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452194393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.836Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.837Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.837Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452218368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.838Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452194393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.838Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.839Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.839Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452218368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.839Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452194393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.840Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.840Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452218368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.841Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.841Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.841Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.841Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452194393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.841Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.842Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.842Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.842Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452218368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.842Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.842Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.843Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452194393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.843Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.844Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452218368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.844Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.844Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452194393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.845Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.845Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452218368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.846Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.846Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452194393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.846Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452197435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.847Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452218368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.847Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452223050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.847Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452194393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452241621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452241973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452241379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452241146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452243152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452242525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452244278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452244094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452242525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452245409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452245180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452242525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452245384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T09:12:21.860Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of acf04b58-a544-400c-8e8c-a022754cb144
2023-02-15T09:12:21.860Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId acf04b58-a544-400c-8e8c-a022754cb144 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T09:12:21.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.868Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452246453,
  "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-15T09:12:21.873Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of acf04b58-a544-400c-8e8c-a022754cb144
2023-02-15T09:12:21.873Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId acf04b58-a544-400c-8e8c-a022754cb144 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-15T09:12:21.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.881Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452242525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.881Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452246366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.882Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452247457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-15T09:12:21.882Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.882Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452242525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.882Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.882Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452247481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.883Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452242525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.883Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452248686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.884Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.884Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452242525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.884Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.884Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452249759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-15T09:12:21.884Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.885Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452242525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.885Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452250762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-15T09:12:21.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.885Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452242525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.886Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452251764,
  "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-15T09:12:21.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.887Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452242525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.887Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452252767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-15T09:12:21.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.888Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452253801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.888Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452253769,
  "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-15T09:12:21.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.889Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452254772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T09:12:21.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.889Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452256458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T09:12:21.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.890Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452257460,
  "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-15T09:12:21.895Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of acf04b58-a544-400c-8e8c-a022754cb144
2023-02-15T09:12:21.895Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId acf04b58-a544-400c-8e8c-a022754cb144 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-15T09:12:21.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.902Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452258260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T09:12:21.903Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.903Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452259276,
  "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-15T09:12:21.907Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of acf04b58-a544-400c-8e8c-a022754cb144
2023-02-15T09:12:21.908Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId acf04b58-a544-400c-8e8c-a022754cb144 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-15T09:12:21.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.915Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452248461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.915Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.915Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452258461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.915Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.916Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452246386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.916Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452258461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.917Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452248461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.917Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452246386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.918Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452258461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.918Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452248461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.919Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452246386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.919Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452258461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.919Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452248461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.920Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.920Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452246386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.920Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.920Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452258461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.921Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452248461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.921Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452246386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452258461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452248461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452246386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452258461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452248461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452246386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452258461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452248461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452246386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452268052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.926Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452267481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452267218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452269115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452268539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T09:12:21.939Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of de5756ee-5f86-42e2-8b50-ba6c3cc685ca
2023-02-15T09:12:21.939Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de5756ee-5f86-42e2-8b50-ba6c3cc685ca and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T09:12:21.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.947Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452270314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.947Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.947Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452271329,
  "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-15T09:12:21.952Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de5756ee-5f86-42e2-8b50-ba6c3cc685ca
2023-02-15T09:12:21.952Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de5756ee-5f86-42e2-8b50-ba6c3cc685ca 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-15T09:12:21.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.959Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452272332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-15T09:12:21.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.960Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452272525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.960Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452272525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.961Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452272525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.961Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452272525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.962Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452272525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.962Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452272525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.962Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452272525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:12:21.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.963Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452279912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T09:12:21.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.963Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452272525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:12:21.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:21.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.964Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452280914,
  "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-15T09:12:21.968Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of de5756ee-5f86-42e2-8b50-ba6c3cc685ca
2023-02-15T09:12:21.969Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de5756ee-5f86-42e2-8b50-ba6c3cc685ca 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-15T09:12:21.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-15T09:12:21.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452281374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:12:21.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:12:25.830Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acf04b58-a544-400c-8e8c-a022754cb144
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T09:12:25.841Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acf04b58-a544-400c-8e8c-a022754cb144
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-15T09:12:25.843Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T09:12:25.843Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T09:12:25.844Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T09:12:25.844Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T09:12:25.844Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:12:25.844Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:12:25.844Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:12:25.844Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:12:25.844Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:12:25.845Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T09:12:25.849Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T09:12:55.850Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: acf04b58-a544-400c-8e8c-a022754cb144 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-15T09:12:55.856Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: acf04b58-a544-400c-8e8c-a022754cb144 and serviceModelVersionId: 8f7d8ae3-9636-4d15-9782-0dc2f167d79d
2023-02-15T09:12:55.856Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 50d130e4-2dfc-4faa-bbad-8edd4564a0b6
2023-02-15T09:12:55.858Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/50d130e4-2dfc-4faa-bbad-8edd4564a0b6/model-vers/model-ver/8f7d8ae3-9636-4d15-9782-0dc2f167d79d?depth=0
2023-02-15T09:12:55.863Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T09:12:55.926Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/50d130e4-2dfc-4faa-bbad-8edd4564a0b6/model-vers/model-ver/8f7d8ae3-9636-4d15-9782-0dc2f167d79d?depth=0|INFO|500||Invoke
2023-02-15T09:12:55.927Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/50d130e4-2dfc-4faa-bbad-8edd4564a0b6/model-vers/model-ver/8f7d8ae3-9636-4d15-9782-0dc2f167d79d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/50d130e4-2dfc-4faa-bbad-8edd4564a0b6/model-vers/model-ver/8f7d8ae3-9636-4d15-9782-0dc2f167d79d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[acf04b58-a544-400c-8e8c-a022754cb144], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f9e44dc-3b7c-4157-87f8-374045d98297], X-ECOMP-RequestID=[acf04b58-a544-400c-8e8c-a022754cb144], X-TransactionId=[], X-ONAP-RequestID=[acf04b58-a544-400c-8e8c-a022754cb144], Content-Type=[application/merge-patch+json]}
2023-02-15T09:12:55.948Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/50d130e4-2dfc-4faa-bbad-8edd4564a0b6/model-vers/model-ver/8f7d8ae3-9636-4d15-9782-0dc2f167d79d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-15T09:12:56.085Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/50d130e4-2dfc-4faa-bbad-8edd4564a0b6/model-vers/model-ver/8f7d8ae3-9636-4d15-9782-0dc2f167d79d?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/50d130e4-2dfc-4faa-bbad-8edd4564a0b6/model-vers/model-ver/8f7d8ae3-9636-4d15-9782-0dc2f167d79d?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 09:12:56 GMT], content-length=[0], vertex-id=[512192], x-aai-txid=[0-aai-resources-230215-09:12:56:129-42017], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T09:12:56.085Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/50d130e4-2dfc-4faa-bbad-8edd4564a0b6/model-vers/model-ver/8f7d8ae3-9636-4d15-9782-0dc2f167d79d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-15T09:12:56.086Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/50d130e4-2dfc-4faa-bbad-8edd4564a0b6/model-vers/model-ver/8f7d8ae3-9636-4d15-9782-0dc2f167d79d?depth=0|INFO|500||InvokeReturn
2023-02-15T09:12:56.087Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T09:12:56.087Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-15T09:12:56.092Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-15T09:12:56.093Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID acf04b58-a544-400c-8e8c-a022754cb144 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T09:12:56.093Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T09:12:56.094Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:12:56.094Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:12:56.094Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452376093,
  "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-15T09:12:57.106Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:12:57.110Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-15T09:12:57.110Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"de5756ee-5f86-42e2-8b50-ba6c3cc685ca","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"93d59c42-5a63-4837-8681-d0d3174c3798","serviceDescription":"service","serviceInvariantUUID":"ee81bcaa-9f2f-44ca-b381-f7a6dea06b9d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19cd990e-9687-42f5-8d8a-59ad5e2a861d","resourceInvariantUUID":"4e0cc496-fddd-4f44-a88b-f9081791696d","resourceCustomizationUUID":"55c003ab-c311-451a-91b7-0b126415347b","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":"NjFjYzI3OGU4M2UxMmNlNGM4NjE1OTMyZTk5NGEzYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a567d100-033a-4e28-b967-878d734c1361","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":"N2ZkZGQ2MjUzNjg0M2E4ODJiMjMyYWUxZGZlOWRlODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1536047c-7751-458d-adf8-97f93001deec","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":"505f5d35-cb5a-4660-a2cf-5024b76fcdf6","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":"5934fb6a-6782-4326-b3bd-f72a05262740","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":"eb784c4b-bc40-4035-86cd-93d851c084d8","artifactVersion":"2","generatedFromUUID":"505f5d35-cb5a-4660-a2cf-5024b76fcdf6"},{"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":"NjAyNWUyOWYyZDc3YzlhMDZmNTM0NGUyZjYyMTE0NzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d4201d9a-ba3e-43a5-ac6e-5bd84176d193","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":"MTBhYjFhZjhiODNmNzRlOTc5ZjMzOWM0NDY3NWNhNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23856213-236b-4f53-9ee1-a7b2e499220f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWE4YzEwNTlkN2ZmMWQ5M2E5ZTU5N2NjOTcwOWQ5MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4dd1a99-31f2-47e8-97bf-fe241410b6b1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T09:12:57.112Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:12:57.112Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:12:57.112Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:12:57.113Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:12:58.113Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:12:58.114Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:12:58.114Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:12:58.114Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:12:59.115Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:12:59.115Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:12:59.115Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:12:59.115Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:13:00.116Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:13:00.116Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:00.117Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:00.117Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:13:01.118Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:13:01.118Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:01.118Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:01.119Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:13:02.119Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:13:02.120Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:02.120Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:02.121Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:13:03.122Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:13:03.122Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:03.122Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:03.123Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:13:04.123Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:13:04.124Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:04.124Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:04.124Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:13:05.128Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "93d59c42-5a63-4837-8681-d0d3174c3798",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee81bcaa-9f2f-44ca-b381-f7a6dea06b9d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "55c003ab-c311-451a-91b7-0b126415347b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "19cd990e-9687-42f5-8d8a-59ad5e2a861d",
      "resourceInvariantUUID": "4e0cc496-fddd-4f44-a88b-f9081791696d",
      "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": "N2ZkZGQ2MjUzNjg0M2E4ODJiMjMyYWUxZGZlOWRlODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1536047c-7751-458d-adf8-97f93001deec",
          "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": "505f5d35-cb5a-4660-a2cf-5024b76fcdf6",
          "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": "eb784c4b-bc40-4035-86cd-93d851c084d8",
            "generatedFromUUID": "505f5d35-cb5a-4660-a2cf-5024b76fcdf6"
          },
          "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": "eb784c4b-bc40-4035-86cd-93d851c084d8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OWE4YzEwNTlkN2ZmMWQ5M2E5ZTU5N2NjOTcwOWQ5MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4dd1a99-31f2-47e8-97bf-fe241410b6b1"
    }
  ],
  "workloadContext": "Production"
}
2023-02-15T09:13:05.128Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T09:13:05.128Z|acf04b58-a544-400c-8e8c-a022754cb144|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93d59c42-5a63-4837-8681-d0d3174c3798 ASDC
2023-02-15T09:13:05.129Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:de5756ee-5f86-42e2-8b50-ba6c3cc685ca
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:93d59c42-5a63-4837-8681-d0d3174c3798
ServiceInvariantUUID:ee81bcaa-9f2f-44ca-b381-f7a6dea06b9d
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:e4dd1a99-31f2-47e8-97bf-fe241410b6b1
ArtifactChecksum:OWE4YzEwNTlkN2ZmMWQ5M2E5ZTU5N2NjOTcwOWQ5MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:55c003ab-c311-451a-91b7-0b126415347b
ResourceInvariantUUID:4e0cc496-fddd-4f44-a88b-f9081791696d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:19cd990e-9687-42f5-8d8a-59ad5e2a861d
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:1536047c-7751-458d-adf8-97f93001deec
ArtifactChecksum:N2ZkZGQ2MjUzNjg0M2E4ODJiMjMyYWUxZGZlOWRlODY=
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:505f5d35-cb5a-4660-a2cf-5024b76fcdf6
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:eb784c4b-bc40-4035-86cd-93d851c084d8
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:eb784c4b-bc40-4035-86cd-93d851c084d8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-15T09:13:05.129Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93d59c42-5a63-4837-8681-d0d3174c3798 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-15T09:13:05.161Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T09:13:05.162Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T09:13:05.162Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T09:13:05.162Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e4dd1a99-31f2-47e8-97bf-fe241410b6b1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-15T09:13:05.162Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T09:13:05.162Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-15T09:13:05.434Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T09:13:05.436Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e4dd1a99-31f2-47e8-97bf-fe241410b6b1 83009
2023-02-15T09:13:05.436Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-15T09:13:05.436Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-15T09:13:05.436Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T09:13:05.437Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:05.437Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:05.438Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452385436,
  "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-15T09:13:06.439Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T09:13:06.439Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T09:13:06.440Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e4dd1a99-31f2-47e8-97bf-fe241410b6b1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-15T09:13:06.440Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-15T09:13:06.440Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-15T09:13:06.441Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-15T09:13:06.580Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5373950311755357395/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-15T09:13:07.711Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T09:13:07.712Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T09:13:07.712Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-15T09:13:07.712Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-15T09:13:07.712Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-15T09:13:07.712Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-15T09:13:07.712Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-15T09:13:07.713Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-15T09:13:07.713Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-15T09:13:07.713Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-15T09:13:07.713Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-15T09:13:07.713Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T09:13:07.713Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.713Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:07.713Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-15T09:13:07.714Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T09:13:07.714Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T09:13:07.714Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.714Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:07.714Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-15T09:13:07.714Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T09:13:07.715Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T09:13:07.715Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.715Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:07.715Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.715Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-15T09:13:07.715Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-15T09:13:07.715Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-15T09:13:07.716Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-15T09:13:07.716Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-15T09:13:07.716Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-15T09:13:07.716Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.716Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T09:13:07.716Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.716Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-15T09:13:07.716Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T09:13:07.717Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.717Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-15T09:13:07.717Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T09:13:07.717Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.717Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-15T09:13:07.717Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T09:13:07.718Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.718Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-15T09:13:07.718Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-15T09:13:07.718Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-15T09:13:07.718Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d90ee46a-302c-4fdc-8661-940bd8ac68a4
2023-02-15T09:13:07.718Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.718Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:07.719Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.719Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:07.719Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.719Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:07.719Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:07.719Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:07.719Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:93d59c42-5a63-4837-8681-d0d3174c3798
Model Version:NULL
Model InvariantUuid:ee81bcaa-9f2f-44ca-b381-f7a6dea06b9d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:d95e9f91-c19c-4762-a445-0fcbfcd3c9e3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e0cc496-fddd-4f44-a88b-f9081791696d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:55c003ab-c311-451a-91b7-0b126415347b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f83a14e6-a625-4749-96c4-430ca7e59c6a
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:7ec06114-8bed-4ae6-b02a-352d37e9616a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d90ee46a-302c-4fdc-8661-940bd8ac68a4
ModelInvariantUuid:e96f08b1-b8bc-4caf-9e1e-ea3fdb848466
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:08075988-082f-4477-a189-3cdae14e9073
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a9f14379-bfe9-469b-88e4-815e00bd67fc
ModelInvariantUuid:53656c42-a520-4d3d-abd0-54184cd22c3a
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:65f87dc3-8e83-4a16-a8b7-814519723fdf
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-15T09:13:07.727Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 19cd990e-9687-42f5-8d8a-59ad5e2a861d
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-15T09:13:07.729Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2023-02-15T09:13:07.730Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19cd990e-9687-42f5-8d8a-59ad5e2a861d
2023-02-15T09:13:07.730Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1536047c-7751-458d-adf8-97f93001deec from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-15T09:13:07.730Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T09:13:07.730Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-15T09:13:07.847Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T09:13:07.847Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1536047c-7751-458d-adf8-97f93001deec 792
2023-02-15T09:13:07.847Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-15T09:13:07.848Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-15T09:13:07.848Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T09:13:07.848Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:07.848Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:07.848Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452387847,
  "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-15T09:13:08.850Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f83a14e6-a625-4749-96c4-430ca7e59c6a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ec06114-8bed-4ae6-b02a-352d37e9616a",
    "vfModuleModelCustomizationUUID": "6395dcfa-3307-49e1-9437-ffa2d7c29389",
    "isBase": true,
    "artifacts": [
      "505f5d35-cb5a-4660-a2cf-5024b76fcdf6",
      "eb784c4b-bc40-4035-86cd-93d851c084d8"
    ],
    "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-15T09:13:08.854Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ec06114-8bed-4ae6-b02a-352d37e9616a
VfModuleModelInvariantUUID:f83a14e6-a625-4749-96c4-430ca7e59c6a
VfModuleModelDescription:NULL
Artifacts UUID List:{
505f5d35-cb5a-4660-a2cf-5024b76fcdf6
,
eb784c4b-bc40-4035-86cd-93d851c084d8

}
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-15T09:13:08.857Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f83a14e6-a625-4749-96c4-430ca7e59c6a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ec06114-8bed-4ae6-b02a-352d37e9616a",
    "vfModuleModelCustomizationUUID": "6395dcfa-3307-49e1-9437-ffa2d7c29389",
    "isBase": true,
    "artifacts": [
      "505f5d35-cb5a-4660-a2cf-5024b76fcdf6",
      "eb784c4b-bc40-4035-86cd-93d851c084d8"
    ],
    "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-15T09:13:08.857Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ec06114-8bed-4ae6-b02a-352d37e9616a
VfModuleModelInvariantUUID:f83a14e6-a625-4749-96c4-430ca7e59c6a
VfModuleModelDescription:NULL
Artifacts UUID List:{
505f5d35-cb5a-4660-a2cf-5024b76fcdf6
,
eb784c4b-bc40-4035-86cd-93d851c084d8

}
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-15T09:13:08.857Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 505f5d35-cb5a-4660-a2cf-5024b76fcdf6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-15T09:13:08.857Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T09:13:08.857Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-15T09:13:09.153Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T09:13:09.153Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 505f5d35-cb5a-4660-a2cf-5024b76fcdf6 5033
2023-02-15T09:13:09.153Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-15T09:13:09.153Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-15T09:13:09.154Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T09:13:09.154Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:09.154Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:09.154Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452389153,
  "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-15T09:13:10.155Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eb784c4b-bc40-4035-86cd-93d851c084d8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-15T09:13:10.155Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T09:13:10.155Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-15T09:13:10.397Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T09:13:10.398Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env eb784c4b-bc40-4035-86cd-93d851c084d8 903
2023-02-15T09:13:10.398Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-15T09:13:10.398Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-15T09:13:10.398Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T09:13:10.398Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:10.398Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:10.399Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452390398,
  "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-15T09:13:11.399Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 93d59c42-5a63-4837-8681-d0d3174c3798
2023-02-15T09:13:11.399Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 19cd990e-9687-42f5-8d8a-59ad5e2a861d 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-15T09:13:11.412Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c5db512, org.onap.sdc.toscaparser.api.parameters.Input@2f4fdc25, org.onap.sdc.toscaparser.api.parameters.Input@703e8362, org.onap.sdc.toscaparser.api.parameters.Input@55f0f402, org.onap.sdc.toscaparser.api.parameters.Input@24f42e8b]
2023-02-15T09:13:11.413Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.414Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:11.414Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-15T09:13:11.414Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 55c003ab-c311-451a-91b7-0b126415347b
2023-02-15T09:13:11.414Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 55c003ab-c311-451a-91b7-0b126415347b matches Tosca VF Customization UUID: 55c003ab-c311-451a-91b7-0b126415347b
2023-02-15T09:13:11.414Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 55c003ab-c311-451a-91b7-0b126415347b  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-15T09:13:11.416Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.416Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:11.416Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 55c003ab-c311-451a-91b7-0b126415347b: {\"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-15T09:13:11.417Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23a87247
2023-02-15T09:13:11.417Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.417Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-15T09:13:11.417Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6395dcfa-3307-49e1-9437-ffa2d7c29389
2023-02-15T09:13:11.417Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6395dcfa-3307-49e1-9437-ffa2d7c29389
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-15T09:13:11.420Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.420Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-15T09:13:11.420Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T09:13:11.420Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.420Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-15T09:13:11.421Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T09:13:11.421Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.421Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-15T09:13:11.421Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-15T09:13:11.421Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-15T09:13:11.422Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d90ee46a-302c-4fdc-8661-940bd8ac68a4
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-15T09:13:11.424Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.424Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-15T09:13:11.424Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-15T09:13:11.424Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.425Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-15T09:13:11.425Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=55c003ab-c311-451a-91b7-0b126415347b
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-15T09:13:11.426Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.426Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:11.427Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 93d59c42-5a63-4837-8681-d0d3174c3798: basic_vm_macro
2023-02-15T09:13:11.427Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.427Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:11.427Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.427Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:11.427Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.428Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:11.428Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.428Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:11.428Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:13:11.428Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:13:11.428Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T09:13:11.509Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 19cd990e-9687-42f5-8d8a-59ad5e2a861d 1 ASDC deployResourceStructure
2023-02-15T09:13:11.509Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-15T09:13:11.509Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-15T09:13:11.510Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T09:13:11.510Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:11.510Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:11.510Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452391509,
  "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-15T09:13:12.513Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-15T09:13:12.513Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-15T09:13:12.514Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T09:13:12.514Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:12.514Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:12.514Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452392513,
  "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-15T09:13:13.515Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-15T09:13:13.515Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-15T09:13:13.515Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T09:13:13.515Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:13.516Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:13.516Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452393515,
  "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-15T09:13:14.517Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-15T09:13:14.517Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-15T09:13:14.518Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T09:13:14.518Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:13:14.518Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:13:14.518Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452394517,
  "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-15T09:13:15.519Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de5756ee-5f86-42e2-8b50-ba6c3cc685ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T09:13:15.528Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de5756ee-5f86-42e2-8b50-ba6c3cc685ca
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-15T09:13:15.531Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T09:13:15.531Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T09:13:15.531Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-15T09:13:15.532Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-15T09:13:21.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:13:21.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452285231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T09:13:21.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:13:21.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452286244,
  "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-15T09:13:21.838Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of de5756ee-5f86-42e2-8b50-ba6c3cc685ca
2023-02-15T09:13:21.839Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId de5756ee-5f86-42e2-8b50-ba6c3cc685ca 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-15T09:13:21.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.846Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452338368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:13:21.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:13:21.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452333338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:13:21.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:13:21.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452329560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:13:21.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:13:21.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452332525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:13:21.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:13:21.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452338368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:13:21.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:13:21.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452333338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:13:21.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:13:21.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.850Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452329560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:13:21.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:13:21.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.850Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452332525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:13:21.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:13:21.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.851Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452338368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:13:21.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:13:21.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.852Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452333338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:13:21.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:13:21.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:13:21.853Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452329560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:13:21.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:13:45.532Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de5756ee-5f86-42e2-8b50-ba6c3cc685ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T09:13:45.543Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de5756ee-5f86-42e2-8b50-ba6c3cc685ca
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-15T09:13:45.545Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T09:13:45.545Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T09:13:45.545Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T09:13:45.545Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T09:13:45.545Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:13:45.546Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:13:45.546Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:13:45.546Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:13:45.546Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:13:45.546Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T09:13:45.550Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T09:14:15.551Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: de5756ee-5f86-42e2-8b50-ba6c3cc685ca 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-15T09:14:15.556Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: de5756ee-5f86-42e2-8b50-ba6c3cc685ca and serviceModelVersionId: 93d59c42-5a63-4837-8681-d0d3174c3798
2023-02-15T09:14:15.556Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee81bcaa-9f2f-44ca-b381-f7a6dea06b9d
2023-02-15T09:14:15.557Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee81bcaa-9f2f-44ca-b381-f7a6dea06b9d/model-vers/model-ver/93d59c42-5a63-4837-8681-d0d3174c3798?depth=0
2023-02-15T09:14:15.561Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T09:14:15.597Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee81bcaa-9f2f-44ca-b381-f7a6dea06b9d/model-vers/model-ver/93d59c42-5a63-4837-8681-d0d3174c3798?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-15T09:14:15.598Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee81bcaa-9f2f-44ca-b381-f7a6dea06b9d/model-vers/model-ver/93d59c42-5a63-4837-8681-d0d3174c3798?depth=0|INFO|500||Invoke
2023-02-15T09:14:15.604Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee81bcaa-9f2f-44ca-b381-f7a6dea06b9d/model-vers/model-ver/93d59c42-5a63-4837-8681-d0d3174c3798?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-15T09:14:15.864Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee81bcaa-9f2f-44ca-b381-f7a6dea06b9d/model-vers/model-ver/93d59c42-5a63-4837-8681-d0d3174c3798?depth=0|INFO|500||InvokeReturn
2023-02-15T09:14:15.864Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee81bcaa-9f2f-44ca-b381-f7a6dea06b9d/model-vers/model-ver/93d59c42-5a63-4837-8681-d0d3174c3798?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 09:14:15 GMT], content-length=[0], vertex-id=[532592], x-aai-txid=[1-aai-resources-230215-09:14:15:794-48195], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T09:14:15.865Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-15T09:14:15.872Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T09:14:15.873Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-15T09:14:15.881Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-15T09:14:15.881Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID de5756ee-5f86-42e2-8b50-ba6c3cc685ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T09:14:15.881Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T09:14:15.882Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:15.882Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:15.882Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452455881,
  "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-15T09:14:16.893Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-15T09:14:16.893Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f807d1ed-f809-4d5f-856c-cb2e3c07473f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e9522c18-c516-4645-9f57-45d609abcfdb","serviceDescription":"service","serviceInvariantUUID":"2105cfc0-fbf5-4d23-be5b-7ea314ea58bb","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2fe90bcb-d665-4249-bdb0-d70c4d883277","resourceInvariantUUID":"35d9d45d-1371-4665-a98c-2b36967bb33e","resourceCustomizationUUID":"6864e754-fd2e-40d8-a614-cb2a9d80f0ef","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":"NzhjMjZhMzNhODg0NDc5MTIwNTEwZjI5YzZhM2IyYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcaff28d-0a1d-494c-85c8-a78471746aa3","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":"07189128-9a2f-4360-8419-7ed509cf9079","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":"6af7ed8a-829e-4c67-9924-d273e8e3fd8a","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":"NDc4ODI4OTgxODEyMjFhMDM5ZWExMzQyOWU3MWZmOTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d0db8802-af0c-46b7-b612-20e52f545908","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":"e2c824a3-a922-4e46-b3f5-240e22a68f4a","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":"f03c7066-77e3-47db-8d5c-e853067beac6","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":"80d85bc1-a86a-4d36-afa6-d82da4bae2ec","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":"N2ZiYWU4YjI4NzVkZTAxMTZjMmQxMzQ4MTJkMTk5MmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"707578a7-4a6a-46bf-8dfd-1988307df101","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTJkY2Y3ZjZlMjJmNjkzNDA5YTI0M2FmYzZlNmNhOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c4bdca4-fd30-47f8-aaee-9a30c72b8964","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-15T09:14:16.894Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:14:16.894Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:16.894Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:16.894Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:14:17.895Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:14:17.895Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:17.896Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:17.896Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:14:18.897Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:14:18.897Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:18.897Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:18.898Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:14:19.898Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:14:19.899Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:19.899Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:19.899Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:14:20.900Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:14:20.900Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:20.900Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:20.900Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:14:21.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:14:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452332525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452338368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452333338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452329560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452332525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.836Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452338368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.836Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452329560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.837Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.837Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452333338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.837Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.838Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452332525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.838Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.838Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452338368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.839Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452333338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.840Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452329560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.840Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452332525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.841Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452338368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.842Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452333338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.842Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452329560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.843Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.843Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452332525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.843Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.844Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452338368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.844Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452333338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.845Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452329560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.846Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452332525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.846Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452338368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:14:21.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676452333338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:14:21.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452329560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:14:21.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452332525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:14:21.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452348465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:14:21.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452348155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:14:21.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.850Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452349577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:14:21.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.851Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676452349458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T09:14:21.867Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f807d1ed-f809-4d5f-856c-cb2e3c07473f
2023-02-15T09:14:21.867Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f807d1ed-f809-4d5f-856c-cb2e3c07473f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-15T09:14:21.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.875Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452352555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T09:14:21.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.875Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676452353561,
  "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-15T09:14:21.879Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f807d1ed-f809-4d5f-856c-cb2e3c07473f
2023-02-15T09:14:21.880Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f807d1ed-f809-4d5f-856c-cb2e3c07473f 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-15T09:14:21.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.887Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452357463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T09:14:21.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.887Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676452358465,
  "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-15T09:14:21.891Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f807d1ed-f809-4d5f-856c-cb2e3c07473f
2023-02-15T09:14:21.891Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f807d1ed-f809-4d5f-856c-cb2e3c07473f 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-15T09:14:21.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.898Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "acf04b58-a544-400c-8e8c-a022754cb144",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452376093,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T09:14:21.898Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.898Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.899Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-15T09:14:21.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.899Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-15T09:14:21.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.900Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.900Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-15T09:14:21.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.900Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.901Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:14:21.901Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:14:21.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.901Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:21.901Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:14:21.901Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:21.901Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:14:21.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.902Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452385436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:14:21.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.902Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452387847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:14:21.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.902Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452389153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:14:21.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.903Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452390398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:14:21.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.903Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452391509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-15T09:14:21.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.904Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452392513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-15T09:14:21.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.904Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452393515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-15T09:14:21.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:21.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:14:21.904Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452394517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T09:14:21.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:14:22.903Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:14:22.903Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:22.903Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:22.903Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:14:23.904Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:14:23.905Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:23.905Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:23.905Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "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-15T09:14:24.906Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-15T09:14:24.906Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:24.906Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:24.906Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:14:25.907Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e9522c18-c516-4645-9f57-45d609abcfdb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2105cfc0-fbf5-4d23-be5b-7ea314ea58bb",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6864e754-fd2e-40d8-a614-cb2a9d80f0ef",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2fe90bcb-d665-4249-bdb0-d70c4d883277",
      "resourceInvariantUUID": "35d9d45d-1371-4665-a98c-2b36967bb33e",
      "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": "ZTJkY2Y3ZjZlMjJmNjkzNDA5YTI0M2FmYzZlNmNhOWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c4bdca4-fd30-47f8-aaee-9a30c72b8964"
    }
  ],
  "workloadContext": "Production"
}
2023-02-15T09:14:25.907Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-15T09:14:25.907Z|de5756ee-5f86-42e2-8b50-ba6c3cc685ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e9522c18-c516-4645-9f57-45d609abcfdb ASDC
2023-02-15T09:14:25.908Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f807d1ed-f809-4d5f-856c-cb2e3c07473f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e9522c18-c516-4645-9f57-45d609abcfdb
ServiceInvariantUUID:2105cfc0-fbf5-4d23-be5b-7ea314ea58bb
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:9c4bdca4-fd30-47f8-aaee-9a30c72b8964
ArtifactChecksum:ZTJkY2Y3ZjZlMjJmNjkzNDA5YTI0M2FmYzZlNmNhOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6864e754-fd2e-40d8-a614-cb2a9d80f0ef
ResourceInvariantUUID:35d9d45d-1371-4665-a98c-2b36967bb33e
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:2fe90bcb-d665-4249-bdb0-d70c4d883277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-15T09:14:25.908Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9522c18-c516-4645-9f57-45d609abcfdb 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-15T09:14:25.935Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T09:14:25.935Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T09:14:25.936Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T09:14:25.936Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9c4bdca4-fd30-47f8-aaee-9a30c72b8964 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-15T09:14:25.936Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-15T09:14:25.936Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-15T09:14:26.020Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-15T09:14:26.021Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9c4bdca4-fd30-47f8-aaee-9a30c72b8964 111099
2023-02-15T09:14:26.021Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-15T09:14:26.021Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-15T09:14:26.021Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-15T09:14:26.021Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:26.021Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:26.022Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452466021,
  "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-15T09:14:27.022Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-15T09:14:27.023Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-15T09:14:27.023Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9c4bdca4-fd30-47f8-aaee-9a30c72b8964, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.023Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.024Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.024Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.131Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10012274888318838489/Definitions/service-TestPnfMacro-template.yml
2023-02-15T09:14:27.885Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-15T09:14:27.886Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T09:14:27.886Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.886Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-15T09:14:27.886Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.886Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.886Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.886Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.886Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.886Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.886Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.886Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-15T09:14:27.887Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:14:27.887Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:14:27.887Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-15T09:14:27.887Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T09:14:27.887Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T09:14:27.887Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:14:27.887Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:14:27.888Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-15T09:14:27.888Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-15T09:14:27.888Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-15T09:14:27.888Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:14:27.888Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:14:27.888Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:14:27.888Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:14:27.888Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:14:27.889Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:14:27.889Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:14:27.889Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:14:27.889Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:14:27.889Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:14:27.889Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e9522c18-c516-4645-9f57-45d609abcfdb
Model Version:NULL
Model InvariantUuid:2105cfc0-fbf5-4d23-be5b-7ea314ea58bb
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-15T09:14:27.896Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2fe90bcb-d665-4249-bdb0-d70c4d883277
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-15T09:14:27.898Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||test-pnf 0
2023-02-15T09:14:27.898Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2fe90bcb-d665-4249-bdb0-d70c4d883277
2023-02-15T09:14:27.898Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e9522c18-c516-4645-9f57-45d609abcfdb
2023-02-15T09:14:27.898Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e9522c18-c516-4645-9f57-45d609abcfdb
2023-02-15T09:14:27.898Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 2fe90bcb-d665-4249-bdb0-d70c4d883277 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-15T09:14:27.902Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b5bfd0f, org.onap.sdc.toscaparser.api.parameters.Input@3a8ec9c7, org.onap.sdc.toscaparser.api.parameters.Input@22f5fc4f, org.onap.sdc.toscaparser.api.parameters.Input@61d47aff, org.onap.sdc.toscaparser.api.parameters.Input@4543504f]
2023-02-15T09:14:27.902Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:14:27.902Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:14:27.902Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e9522c18-c516-4645-9f57-45d609abcfdb: test-pnf
2023-02-15T09:14:27.903Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Processing PNF resource: 2fe90bcb-d665-4249-bdb0-d70c4d883277
2023-02-15T09:14:27.903Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-15T09:14:27.903Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-15T09:14:27.903Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Resource customization UUID: 6864e754-fd2e-40d8-a614-cb2a9d80f0ef is the same as notified resource customizationUUID: 6864e754-fd2e-40d8-a614-cb2a9d80f0ef
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-15T09:14:27.931Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 2fe90bcb-d665-4249-bdb0-d70c4d883277 0 ASDC deployResourceStructure
2023-02-15T09:14:27.931Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-15T09:14:27.931Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-15T09:14:27.931Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-15T09:14:27.931Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:27.932Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:27.932Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452467931,
  "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-15T09:14:28.932Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f807d1ed-f809-4d5f-856c-cb2e3c07473f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T09:14:28.942Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f807d1ed-f809-4d5f-856c-cb2e3c07473f
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-15T09:14:28.944Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-15T09:14:28.944Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-15T09:14:28.944Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-15T09:14:28.944Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-15T09:14:28.944Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:14:28.944Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:14:28.945Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:14:28.945Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-15T09:14:28.945Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-15T09:14:28.949Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-15T09:14:58.949Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f807d1ed-f809-4d5f-856c-cb2e3c07473f 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-15T09:14:58.954Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f807d1ed-f809-4d5f-856c-cb2e3c07473f and serviceModelVersionId: e9522c18-c516-4645-9f57-45d609abcfdb
2023-02-15T09:14:58.954Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2105cfc0-fbf5-4d23-be5b-7ea314ea58bb
2023-02-15T09:14:58.955Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2105cfc0-fbf5-4d23-be5b-7ea314ea58bb/model-vers/model-ver/e9522c18-c516-4645-9f57-45d609abcfdb?depth=0
2023-02-15T09:14:58.958Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-15T09:14:58.991Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2105cfc0-fbf5-4d23-be5b-7ea314ea58bb/model-vers/model-ver/e9522c18-c516-4645-9f57-45d609abcfdb?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-15T09:14:58.993Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2105cfc0-fbf5-4d23-be5b-7ea314ea58bb/model-vers/model-ver/e9522c18-c516-4645-9f57-45d609abcfdb?depth=0|INFO|500||Invoke
2023-02-15T09:14:58.999Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2105cfc0-fbf5-4d23-be5b-7ea314ea58bb/model-vers/model-ver/e9522c18-c516-4645-9f57-45d609abcfdb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-15T09:14:59.197Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2105cfc0-fbf5-4d23-be5b-7ea314ea58bb/model-vers/model-ver/e9522c18-c516-4645-9f57-45d609abcfdb?depth=0|INFO|500||InvokeReturn
2023-02-15T09:14:59.198Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2105cfc0-fbf5-4d23-be5b-7ea314ea58bb/model-vers/model-ver/e9522c18-c516-4645-9f57-45d609abcfdb?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Feb 2023 09:14:59 GMT], content-length=[0], vertex-id=[540864], x-aai-txid=[1-aai-resources-230215-09:14:59:185-75218], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-15T09:14:59.199Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-15T09:14:59.199Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-15T09:14:59.199Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-15T09:14:59.204Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-15T09:14:59.204Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f807d1ed-f809-4d5f-856c-cb2e3c07473f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-15T09:14:59.205Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-15T09:14:59.205Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-15T09:14:59.205Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-15T09:14:59.205Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452499205,
  "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-15T09:15:00.217Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:15:21.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:15:21.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:15:21.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "de5756ee-5f86-42e2-8b50-ba6c3cc685ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452455881,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T09:15:21.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:15:21.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:15:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:15:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:15:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:15:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:15:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:15:21.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:15:21.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:15:21.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:15:21.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:15:21.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:15:21.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:15:21.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:15:21.836Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:15:21.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:16:00.218Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:16:21.827Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:16:21.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:16:21.829Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:16:21.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:16:21.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:16:21.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:16:21.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:16:21.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:16:21.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-15T09:16:21.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:16:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:16:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452377106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-15T09:16:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:16:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:16:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452466021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-15T09:16:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:16:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:16:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452467931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-15T09:16:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:16:21.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-15T09:16:21.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f807d1ed-f809-4d5f-856c-cb2e3c07473f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676452499205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-15T09:16:21.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-15T09:17:00.218Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:17:21.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:18:00.218Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:18:21.828Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:19:00.220Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:19:21.830Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:20:00.222Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:20:21.832Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:21:00.223Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:21:21.833Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:22:00.223Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:22:21.833Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:23:00.224Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:23:21.834Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:24:00.224Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:24:21.835Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:25:00.226Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:25:21.835Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:26:00.227Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:26:21.835Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:27:00.227Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:27:21.836Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:28:00.228Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:28:21.836Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:29:00.229Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:29:21.837Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:30:00.230Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:30:21.839Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:31:00.230Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:31:21.840Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:32:00.231Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:32:21.841Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:33:00.231Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:33:21.843Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:34:00.232Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:34:21.843Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:35:00.233Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:35:21.845Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:36:00.235Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:36:21.846Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:37:00.236Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:37:21.847Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:38:00.237Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:38:21.847Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:39:00.238Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:39:21.848Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:40:00.238Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:40:21.851Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:41:00.238Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:41:21.852Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:42:00.239Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:42:21.854Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:43:00.239Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:43:21.855Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:44:00.241Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:44:21.855Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:45:00.243Z|73da4f05-5304-4330-a69d-914a4af69ed4|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:45:21.856Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:46:00.244Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:46:21.857Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:47:00.245Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:47:21.859Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:48:00.247Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:48:21.859Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:49:00.249Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:49:21.860Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:50:00.250Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:50:21.861Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:51:00.251Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:51:21.862Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:52:00.254Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:52:21.863Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:53:00.254Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:53:21.864Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:54:00.254Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:54:21.865Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:55:00.256Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:55:21.865Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:56:00.256Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:56:21.866Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:57:00.257Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:57:21.868Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:58:00.258Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:58:21.869Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T09:59:00.258Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T09:59:21.871Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:00:00.259Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:00:21.872Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:01:00.259Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:01:21.873Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:02:00.259Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:02:21.877Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:03:00.260Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:03:21.878Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:04:00.260Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:04:21.879Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:05:00.262Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:05:21.879Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:06:00.262Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:06:21.881Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:07:00.263Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:07:21.881Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:08:00.264Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:08:21.882Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:09:00.266Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:09:21.883Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:10:00.267Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:10:21.883Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:11:00.267Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:11:21.884Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:12:00.267Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:12:21.886Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:13:00.269Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:13:21.886Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:14:00.270Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:14:21.887Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:15:00.271Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:15:21.893Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:16:00.273Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:16:21.894Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:17:00.273Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:17:21.895Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:18:00.275Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:18:21.897Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:19:00.275Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:19:21.898Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:20:00.276Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:20:21.898Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:21:00.277Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:21:21.900Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:22:00.279Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:22:21.901Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:23:00.280Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:23:21.901Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:24:00.283Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:24:21.903Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:25:00.285Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:25:21.903Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:26:00.286Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:26:21.905Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:27:00.288Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:27:21.905Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:28:00.288Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:28:21.907Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:29:00.289Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:29:21.907Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:30:00.290Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:30:21.908Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:31:00.293Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:31:21.909Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:32:00.294Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:32:21.910Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:33:00.295Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:33:21.911Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:34:00.296Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:34:21.912Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:35:00.296Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:35:21.912Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:36:00.298Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:36:21.913Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:37:00.298Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:37:21.914Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:38:00.299Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:38:21.916Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:39:00.300Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:39:21.917Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:40:00.300Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:40:21.918Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:41:00.302Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:41:21.919Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:42:00.303Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:42:21.920Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:43:00.305Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:43:21.921Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:44:00.306Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:44:21.921Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:45:00.307Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:45:21.921Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:46:00.308Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:46:21.922Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:47:00.308Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:47:21.924Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:48:00.309Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:48:21.924Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:49:00.310Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:49:21.925Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:50:00.311Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:50:21.927Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:51:00.311Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:51:21.927Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:52:00.312Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:52:21.928Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:53:00.312Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:53:21.929Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:54:00.313Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:54:21.929Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:55:00.314Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:55:21.930Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:56:00.314Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:56:21.932Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:57:00.315Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:57:21.932Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:58:00.315Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:58:21.934Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T10:59:00.316Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T10:59:21.935Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:00:00.317Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:00:21.936Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:01:00.318Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:01:21.937Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:02:00.318Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:02:21.937Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:03:00.319Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:03:21.937Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:04:00.319Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:04:21.937Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:05:00.320Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:05:21.939Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:06:00.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:06:21.940Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:07:00.322Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:07:21.940Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:08:00.323Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:08:21.941Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:09:00.324Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:09:21.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:10:00.325Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:10:21.943Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:11:00.326Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:11:21.944Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:12:00.327Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:12:21.945Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:13:00.328Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:13:21.945Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:14:00.329Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:14:21.947Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:15:00.329Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:15:21.948Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:16:00.330Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:16:21.949Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:17:00.331Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:17:21.949Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:18:00.332Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:18:21.950Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:19:00.333Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:19:21.951Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:20:00.335Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:20:21.952Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:21:00.335Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:21:21.953Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:22:00.336Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:22:21.953Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:23:00.336Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:23:21.955Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:24:00.338Z|dd077024-8c8b-47e7-a73d-4fa39e0df9e8|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:24:21.956Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:25:00.338Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:25:21.956Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:26:00.338Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:26:21.957Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:27:00.340Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:27:21.958Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:28:00.341Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:28:21.958Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:29:00.342Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:29:21.960Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:30:00.344Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:30:21.960Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:31:00.346Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:31:21.965Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:32:00.348Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:32:21.969Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:33:00.349Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:33:21.981Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:34:00.350Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-15T11:34:21.993Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-15T11:35:00.351Z|f807d1ed-f809-4d5f-856c-cb2e3c07473f|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO