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-13T06:50:00.875Z||main|||||INFO|500||The following profiles are active: basic
2023-02-13T06:50:13.246Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-13T06:50:13.247Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-13T06:50:13.383Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-13T06:50:18.092Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-13T06:50:18.595Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-13T06:50:19.291Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-13T06:50:19.572Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-13T06:50:20.209Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-13T06:50:22.606Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-13T06:50:23.421Z||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-13T06:50:26.842Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-13T06:50:27.002Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-13T06:50:27.017Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-13T06:50:27.029Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-13T06:50:27.930Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-13T06:50:28.381Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-13T06:50:29.743Z||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-13T06:50:30.456Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-13T06:50:30.457Z||main|||||ERROR|500||(conn=1958) Table 'catalogdb.activity_spec' doesn't exist
2023-02-13T06:50:30.472Z||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-13T06:50:34.437Z||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-13T06:50:37.752Z||main|||||WARN|500||---
2023-02-13T06:50:37.752Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-13T06:50:37.753Z||main|||||WARN|500||---
2023-02-13T06:50:38.282Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-13T06:50:44.709Z||main|||||INFO|500||Started Application in 47.279 seconds (JVM running for 49.614)
2023-02-13T06:50:44.731Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-13T06:50:44.737Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-13T06:50:44.746Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-13T06:50:44.818Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e7576678-0d09-41b3-98d0-d4f70b3ca9c0 url= /sdc/v1/artifactTypes
2023-02-13T06:50:44.830Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-13T06:50:44.988Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-13T06:50:45.055Z||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-13T06:50:45.056Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-13T06:50:45.056Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1fc9c852-288e-4969-918b-a1ef00054dff url= /sdc/v1/distributionKafkaData
2023-02-13T06:50:45.056Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-13T06:50:45.118Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-13T06:50:45.124Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@3210c7db
2023-02-13T06:50:45.272Z||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-fce78ed8-1984-4733-9984-d5f7d211cd9c
	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-13T06:50:45.329Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Instantiated an idempotent producer.
2023-02-13T06:50:45.469Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-13T06:50:45.556Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-13T06:50:45.557Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-13T06:50:45.557Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676271045551
2023-02-13T06:50:45.564Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-13T06:50:45.593Z||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-975062f9-4d8d-4f78-8bbf-b962719fc4e2
	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-13T06:50:45.686Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-13T06:50:45.687Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-13T06:50:45.687Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676271045686
2023-02-13T06:50:45.689Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T06:50:45.692Z||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-99e98e74-76de-4dbd-a820-869b02d1221c
	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-13T06:50:45.705Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-13T06:50:45.706Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T06:50:45.705Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-13T06:50:45.710Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676271045705
2023-02-13T06:50:45.711Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T06:50:45.715Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T06:50:45.722Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-13T06:50:46.754Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, 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 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T06:50:46.754Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, 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 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T06:50:46.753Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Cluster ID: Rm3sZHn7SCOCU0pkVmDOdw
2023-02-13T06:50:46.755Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, 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 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T06:50:46.755Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, 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 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T06:50:46.755Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, 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 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T06:50:46.754Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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 9VXGjfEwQ46TZnVMT-Xf_A
2023-02-13T06:50:46.755Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, 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 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T06:50:46.755Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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 9VXGjfEwQ46TZnVMT-Xf_A
2023-02-13T06:50:46.756Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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 9VXGjfEwQ46TZnVMT-Xf_A
2023-02-13T06:50:46.757Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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 9VXGjfEwQ46TZnVMT-Xf_A
2023-02-13T06:50:46.758Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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 9VXGjfEwQ46TZnVMT-Xf_A
2023-02-13T06:50:46.759Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] ProducerId set to 3 with epoch 0
2023-02-13T06:50:46.758Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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 9VXGjfEwQ46TZnVMT-Xf_A
2023-02-13T06:50:46.766Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Cluster ID: Rm3sZHn7SCOCU0pkVmDOdw
2023-02-13T06:50:46.768Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Cluster ID: Rm3sZHn7SCOCU0pkVmDOdw
2023-02-13T06:50:46.769Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-13T06:50:46.769Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-13T06:50:46.807Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] (Re-)joining group
2023-02-13T06:50:46.809Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] (Re-)joining group
2023-02-13T06:50:46.880Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2-ca06e21f-bf10-4cc6-8613-475fd7abeb20
2023-02-13T06:50:46.883Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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-13T06:50:46.883Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] (Re-)joining group
2023-02-13T06:50:46.888Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c-e07b2ad8-13bb-419c-b5cb-7bdcc62ec3b2
2023-02-13T06:50:46.890Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, 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-13T06:50:46.890Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] (Re-)joining group
2023-02-13T06:50:52.894Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2-ca06e21f-bf10-4cc6-8613-475fd7abeb20', protocol='range'}
2023-02-13T06:50:52.895Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c-e07b2ad8-13bb-419c-b5cb-7bdcc62ec3b2', protocol='range'}
2023-02-13T06:50:53.018Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T06:50:53.019Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T06:50:53.019Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T06:50:53.020Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T06:50:53.020Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T06:50:53.021Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T06:50:53.028Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c-e07b2ad8-13bb-419c-b5cb-7bdcc62ec3b2=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-975062f9-4d8d-4f78-8bbf-b962719fc4e2-ca06e21f-bf10-4cc6-8613-475fd7abeb20=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-13T06:50:53.066Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c-e07b2ad8-13bb-419c-b5cb-7bdcc62ec3b2', protocol='range'}
2023-02-13T06:50:53.068Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, 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-13T06:50:53.074Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, 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-13T06:50:53.076Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2-ca06e21f-bf10-4cc6-8613-475fd7abeb20', protocol='range'}
2023-02-13T06:50:53.077Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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-13T06:50:53.077Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, 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-13T06:50:53.095Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-13T06:50:53.095Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-13T06:50:53.096Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-13T06:50:53.096Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-13T06:50:53.096Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-13T06:50:53.096Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-13T06:50:53.097Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-13T06:50:53.097Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-13T06:50:53.097Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-13T06:50:53.097Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-13T06:50:53.097Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-13T06:50:53.097Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-13T06:50:53.188Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-13T06:50:53.190Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-13T06:50:53.278Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-13T06:50:53.279Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-13T06:50:53.280Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-13T06:50:53.283Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-13T06:50:53.312Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-13T06:50:53.313Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-13T06:50:53.315Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-13T06:50:53.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-13T06:50:53.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-13T06:50:53.317Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-13T06:51:45.712Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T06:51:45.716Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T06:52:45.716Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T06:52:45.724Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T06:53:45.719Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T06:53:45.726Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T06:54:45.721Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T06:54:45.729Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T06:55:45.723Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T06:55:45.730Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T06:56:45.725Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T06:56:45.730Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T06:57:45.727Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T06:57:45.730Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T06:58:45.729Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T06:58:45.731Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T06:59:45.730Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T06:59:45.733Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T06:59:47.011Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99e98e74-76de-4dbd-a820-869b02d1221c, groupId=so] Node -1 disconnected.
2023-02-13T06:59:47.052Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Node -1 disconnected.
2023-02-13T06:59:47.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-975062f9-4d8d-4f78-8bbf-b962719fc4e2, groupId=so] Node -1 disconnected.
2023-02-13T07:00:45.731Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:00:45.734Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:00:49.663Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-13T07:01:45.733Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:01:45.735Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:02:45.735Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:02:45.736Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:03:45.736Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:03:45.738Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:04:45.737Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:04:45.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:05:45.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:05:45.739Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:06:45.741Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:06:45.741Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:07:45.742Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:07:45.743Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:08:45.744Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:08:45.743Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:09:45.745Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:09:45.746Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:10:45.747Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:10:45.746Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:11:45.749Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:11:45.749Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:12:45.749Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:12:45.751Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:13:45.750Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:13:45.751Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:14:45.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:14:45.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:15:45.753Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:15:45.754Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:16:45.754Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:16:45.755Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:17:45.757Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:17:45.758Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:18:45.758Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:18:45.759Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:19:45.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:19:45.760Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:20:45.762Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:20:45.762Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:21:45.764Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:21:45.764Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:22:45.765Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:22:45.765Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:23:45.767Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:23:45.766Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:24:45.768Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:24:45.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:25:45.769Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:25:45.770Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:26:45.771Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:26:45.771Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:27:45.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:27:45.773Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:28:45.775Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:28:45.775Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:29:45.776Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:29:45.777Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:30:45.778Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:30:45.779Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:31:45.779Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:31:45.780Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:32:45.781Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:32:45.781Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:33:45.782Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:33:45.783Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:34:45.784Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:34:45.784Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:35:45.787Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:35:45.788Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:36:45.791Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:36:45.792Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:37:45.793Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:37:45.793Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:38:45.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:38:45.795Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:39:45.797Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:39:45.797Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:40:45.798Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:40:45.798Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:41:45.800Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:41:45.800Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:42:45.801Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:42:45.801Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:43:45.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:43:45.802Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:44:45.804Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:44:45.804Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:45:45.806Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:45:45.805Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:46:45.807Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:46:45.807Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:47:45.808Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:47:45.809Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:48:45.809Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:48:45.810Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:49:45.811Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:49:45.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:50:45.816Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:50:45.816Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:51:45.817Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:51:45.818Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:52:45.818Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:52:45.820Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:53:45.820Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:53:45.821Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:54:45.821Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:54:45.821Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:55:45.822Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:55:45.822Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:56:45.823Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:56:45.824Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:57:45.825Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:57:45.826Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:58:45.827Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T07:58:45.828Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:59:45.829Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T07:59:45.828Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:00:45.830Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:00:45.830Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:01:45.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:01:45.831Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:02:45.833Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:02:45.833Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:03:45.834Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:03:45.834Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:04:45.836Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:04:45.836Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:05:45.838Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:05:45.839Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:06:45.839Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:06:45.840Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:07:45.840Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:07:45.842Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:08:45.841Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:08:45.845Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:09:45.843Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:09:45.846Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:10:45.844Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:10:45.846Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:11:45.846Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:11:45.847Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:12:45.848Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:12:45.848Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:13:45.850Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:13:45.849Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:14:45.851Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:14:45.851Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:15:45.851Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:15:45.851Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:16:45.852Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:16:45.853Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:17:45.854Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:17:45.853Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:18:45.855Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:18:45.855Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:19:45.857Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:19:45.857Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:20:45.858Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:20:45.859Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:21:45.860Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:21:45.860Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:22:45.862Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:22:45.862Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:23:45.863Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:23:45.864Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:24:45.865Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:24:45.865Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:25:45.867Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:25:45.867Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:26:45.868Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:26:45.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:27:45.868Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:27:45.869Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:28:45.869Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:28:45.870Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:29:45.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:29:45.871Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:30:45.872Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:30:45.872Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:31:45.873Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:31:45.876Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:32:45.875Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:32:45.877Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:33:45.876Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:33:45.878Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:34:45.878Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:34:45.879Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:35:45.879Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:35:45.880Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:36:45.881Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:36:45.881Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:37:45.881Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:37:45.882Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:38:45.882Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:38:45.882Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:39:45.883Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:39:45.883Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:40:45.884Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:40:45.885Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:41:45.885Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:41:45.887Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:42:45.886Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:42:45.887Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:43:45.888Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:43:45.890Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:44:45.889Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:44:45.890Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:45:45.890Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:45:45.892Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:46:45.891Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:46:45.893Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:47:45.892Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:47:45.893Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:48:45.894Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:48:45.894Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:49:45.895Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:49:45.895Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:50:45.895Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:50:45.896Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:51:45.896Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:51:45.897Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:52:45.897Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:52:45.897Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:53:45.899Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:53:45.899Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:54:45.899Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:54:45.899Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:55:45.901Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:55:45.901Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:56:45.902Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:56:45.902Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:57:45.903Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:57:45.903Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:58:45.905Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T08:58:45.904Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:59:45.905Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T08:59:45.906Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:00:45.907Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:00:45.907Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:01:45.908Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:01:45.910Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:02:45.910Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:02:45.911Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:03:45.911Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:03:45.911Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:04:45.912Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:04:45.913Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:05:45.914Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:05:45.914Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:06:45.914Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:06:45.914Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:07:45.915Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:07:45.916Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:08:45.917Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:08:45.917Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:09:45.918Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:09:45.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:10:45.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:10:45.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:11:45.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:11:45.921Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:12:45.922Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:12:45.922Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:13:45.924Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:13:45.925Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:14:45.926Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:14:45.926Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:15:45.927Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:15:45.927Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:16:45.929Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:16:45.929Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:17:45.929Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:17:45.931Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:18:45.930Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:18:45.931Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:19:45.932Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:19:45.932Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:20:45.932Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:20:45.933Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:21:45.933Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:21:45.933Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:22:45.933Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:22:45.934Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:23:45.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:23:45.935Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:24:45.936Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:24:45.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:25:45.937Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:25:45.937Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:26:45.938Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:26:45.938Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:27:45.938Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:27:45.939Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:28:45.941Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:28:45.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:29:45.943Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:29:45.945Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:30:45.944Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:30:45.946Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:31:45.945Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:31:45.948Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:32:45.947Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:32:45.949Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:33:45.948Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:33:45.950Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:34:45.949Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:34:45.952Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:35:45.950Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:35:45.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:36:45.952Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:36:45.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:37:45.954Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:37:45.954Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:38:45.954Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:38:45.954Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:39:45.956Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:39:45.959Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:40:45.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:40:45.959Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:41:45.960Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:41:45.959Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:42:45.960Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:42:45.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:43:45.962Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:43:45.964Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:44:00.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-13T09:44:01.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"e32f6523-d106-4692-b3ab-e556c5b700c5","serviceName":"vFW 2023-02-13 09-42-54","serviceVersion":"1.0","serviceUUID":"902ff1c1-4a14-4beb-9b32-59720c3aa002","serviceDescription":"catalog service description","serviceInvariantUUID":"fb29a658-1d7b-4606-87ce-39d8b79b3a3d","resources":[{"resourceInstanceName":"vFW a1bd6cf1-1ee1 0","resourceName":"vFW a1bd6cf1-1ee1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"38206bee-c28d-46cb-951c-c21dbdd566fe","resourceInvariantUUID":"75d88603-baa4-4600-a238-09d7b6d94d1f","resourceCustomizationUUID":"1dd7be0f-ffec-46ef-a4f9-e6a1613c0e7c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vf-license-model.xml","artifactChecksum":"ZGZlMjI4YmZiZDIyY2VmNzQ5NGUwN2VjZWMyNTRkNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3fddfbe8-dd6c-4d67-8e10-31be0931909e","artifactVersion":"1"},{"artifactName":"vfwa1bd6cf11ee10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json","artifactChecksum":"YTE5OTFkODg0ZDFlNmEyNmQ3ZGRhYWRjMTEwYzUxYzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15a2a7df-e062-412b-8960-7ac40c23d93a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b89c35a0-8ae7-45e0-ab57-4bd7c5800dd8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vendor-license-model.xml","artifactChecksum":"ZGNjZjk3MDBjMDFlZTM0OTMyZmZmODBiODEwZmQ2Zjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f684ae48-9d53-4e68-8cfa-2b21cb40c64d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6644c7f1-8d0f-4d54-a28e-b9f7377eb714","artifactVersion":"2","generatedFromUUID":"b89c35a0-8ae7-45e0-ab57-4bd7c5800dd8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230213094254-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-template.yml","artifactChecksum":"MTIzNThkZjJjMzdiYTg0YzU2NjExNTIwMDk3MWY3NzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2beae208-1d89-436a-ac2a-a0464abf164e","artifactVersion":"1"},{"artifactName":"service-Vfw20230213094254-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar","artifactChecksum":"NDAxYzk2ZGVmNzgwMDJjODg4NzdmMTMzMDllM2M1MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd83f468-1c53-47a3-84c5-d51cd5580958","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-13T09:44:01.019Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:44:01.031Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:01.031Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:01.031Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:01.040Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T09:44:01.040Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T09:44:01.040Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T09:44:01.041Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T09:44:01.041Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T09:44:01.041Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T09:44:01.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:44:01.056Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281398137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:44:01.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:44:02.083Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:44:02.083Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:02.083Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:02.083Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:03.085Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:44:03.085Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:03.086Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:03.086Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:04.088Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:44:04.089Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:04.089Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:04.090Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:05.092Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:44:05.092Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:05.092Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:05.092Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:06.093Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:44:06.094Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:06.094Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:06.094Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:07.095Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:44:07.096Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:07.096Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:07.096Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:08.099Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "serviceName": "vFW 2023-02-13 09-42-54",
  "serviceVersion": "1.0",
  "serviceUUID": "902ff1c1-4a14-4beb-9b32-59720c3aa002",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fb29a658-1d7b-4606-87ce-39d8b79b3a3d",
  "resources": [
    {
      "resourceInstanceName": "vFW a1bd6cf1-1ee1 0",
      "resourceCustomizationUUID": "1dd7be0f-ffec-46ef-a4f9-e6a1613c0e7c",
      "resourceName": "vFW a1bd6cf1-1ee1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "38206bee-c28d-46cb-951c-c21dbdd566fe",
      "resourceInvariantUUID": "75d88603-baa4-4600-a238-09d7b6d94d1f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa1bd6cf11ee10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
          "artifactChecksum": "YTE5OTFkODg0ZDFlNmEyNmQ3ZGRhYWRjMTEwYzUxYzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "15a2a7df-e062-412b-8960-7ac40c23d93a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b89c35a0-8ae7-45e0-ab57-4bd7c5800dd8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6644c7f1-8d0f-4d54-a28e-b9f7377eb714",
            "generatedFromUUID": "b89c35a0-8ae7-45e0-ab57-4bd7c5800dd8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6644c7f1-8d0f-4d54-a28e-b9f7377eb714",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230213094254-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
      "artifactChecksum": "NDAxYzk2ZGVmNzgwMDJjODg4NzdmMTMzMDllM2M1MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fd83f468-1c53-47a3-84c5-d51cd5580958"
    }
  ],
  "workloadContext": "Production"
}
2023-02-13T09:44:08.106Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-13T09:44:08.107Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 902ff1c1-4a14-4beb-9b32-59720c3aa002 ASDC
2023-02-13T09:44:08.251Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e32f6523-d106-4692-b3ab-e556c5b700c5
ServiceName:vFW 2023-02-13 09-42-54
ServiceVersion:1.0
ServiceUUID:902ff1c1-4a14-4beb-9b32-59720c3aa002
ServiceInvariantUUID:fb29a658-1d7b-4606-87ce-39d8b79b3a3d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230213094254-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar
ArtifactUUID:fd83f468-1c53-47a3-84c5-d51cd5580958
ArtifactChecksum:NDAxYzk2ZGVmNzgwMDJjODg4NzdmMTMzMDllM2M1MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a1bd6cf1-1ee1 0
ResourceCustomizationUUID:1dd7be0f-ffec-46ef-a4f9-e6a1613c0e7c
ResourceInvariantUUID:75d88603-baa4-4600-a238-09d7b6d94d1f
ResourceName:vFW a1bd6cf1-1ee1
ResourceType:VF
ResourceUUID:38206bee-c28d-46cb-951c-c21dbdd566fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa1bd6cf11ee10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json
ArtifactUUID:15a2a7df-e062-412b-8960-7ac40c23d93a
ArtifactChecksum:YTE5OTFkODg0ZDFlNmEyNmQ3ZGRhYWRjMTEwYzUxYzY=
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/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml
ArtifactUUID:b89c35a0-8ae7-45e0-ab57-4bd7c5800dd8
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/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env
ArtifactUUID:6644c7f1-8d0f-4d54-a28e-b9f7377eb714
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/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env
ArtifactUUID:6644c7f1-8d0f-4d54-a28e-b9f7377eb714
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-13T09:44:08.252Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 902ff1c1-4a14-4beb-9b32-59720c3aa002 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-13T09:44:08.584Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T09:44:08.585Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-13T09:44:08.586Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-13T09:44:08.587Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fd83f468-1c53-47a3-84c5-d51cd5580958 from URL: /sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:08.587Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-13T09:44:08.588Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:08.665Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-13T09:44:08.674Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar fd83f468-1c53-47a3-84c5-d51cd5580958 101537
2023-02-13T09:44:08.675Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar ASDC sendASDCNotification
2023-02-13T09:44:08.675Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:08.676Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T09:44:08.677Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:08.678Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:08.678Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281448674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:09.679Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T09:44:09.680Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-13T09:44:09.681Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fd83f468-1c53-47a3-84c5-d51cd5580958, URL: /sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar to file: /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:09.681Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230213094254-csar.csar
2023-02-13T09:44:09.821Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:09.821Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:10.722Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17335202049764866828/Definitions/service-Vfw20230213094254-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-02-13T09:44:13.783Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-13T09:44:13.791Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-13T09:44:13.791Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:13.791Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-13T09:44:13.791Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:13.792Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:13.792Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a1bd6cf1-1ee1 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-Vfw20230213094254-csar.csar
2023-02-13T09:44:13.792Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:13.792Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:13.792Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:13.792Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:13.792Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:13.792Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:13.792Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:13.793Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:13.793Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-13T09:44:13.801Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.802Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:13.806Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is matching search criteria
2023-02-13T09:44:13.807Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-13T09:44:13.808Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a1bd6cf1-1ee1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T09:44:13.810Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.810Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:13.811Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is matching search criteria
2023-02-13T09:44:13.811Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-13T09:44:13.811Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a1bd6cf1-1ee1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T09:44:13.811Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.811Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:13.815Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.815Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is not matching search criteria
2023-02-13T09:44:13.815Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-13T09:44:13.847Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-13T09:44:13.848Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-13T09:44:13.848Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:13.848Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-13T09:44:13.849Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-13T09:44:13.849Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-13T09:44:13.849Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-13T09:44:13.849Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-13T09:44:13.850Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-13T09:44:13.850Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:13.850Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-13T09:44:13.850Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:13.851Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-13T09:44:13.851Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-13T09:44:13.851Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-13T09:44:13.852Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.852Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-13T09:44:13.854Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.854Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is matching search criteria
2023-02-13T09:44:13.854Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a1bd6cf1-1ee1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:44:13.855Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.855Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is matching search criteria
2023-02-13T09:44:13.855Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a1bd6cf1-1ee1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:44:13.856Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.856Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is matching search criteria
2023-02-13T09:44:13.856Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a1bd6cf1-1ee1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:44:13.857Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.857Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is not matching search criteria
2023-02-13T09:44:13.857Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-13T09:44:13.858Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-13T09:44:13.858Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-13T09:44:13.858Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-13T09:44:13.858Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-13T09:44:13.858Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-13T09:44:13.859Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:13.859Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-13T09:44:13.859Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:13.859Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-13T09:44:13.860Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-13T09:44:13.860Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=38deb7f9-d087-4741-8a0f-3c5cb66013b5
2023-02-13T09:44:13.860Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.861Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is not matching search criteria
2023-02-13T09:44:13.861Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-13T09:44:13.861Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-13T09:44:13.861Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-13T09:44:13.862Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:13.862Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-13T09:44:13.862Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-13T09:44:13.862Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-13T09:44:13.863Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-13T09:44:13.863Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-13T09:44:13.863Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:13.863Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-13T09:44:13.864Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-13T09:44:13.864Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d449e64d-f754-4f02-b30e-ce4ccfebe22c
2023-02-13T09:44:13.864Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.865Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is not matching search criteria
2023-02-13T09:44:13.865Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-13T09:44:13.865Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-13T09:44:13.865Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-13T09:44:13.866Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:13.866Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-13T09:44:13.866Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-13T09:44:13.866Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-13T09:44:13.867Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-13T09:44:13.867Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-13T09:44:13.867Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-13T09:44:13.867Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:13.868Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-13T09:44:13.868Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a1695b8a-49c2-426d-8998-af8f7a947d87
2023-02-13T09:44:13.868Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.869Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:13.869Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.869Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:13.869Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.870Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:13.870Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:13.870Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:13.871Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-13 09-42-54
Description:catalog service description
Model UUID:902ff1c1-4a14-4beb-9b32-59720c3aa002
Model Version:NULL
Model InvariantUuid:fb29a658-1d7b-4606-87ce-39d8b79b3a3d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a1bd6cf1-1ee1
Model UUID:b961e417-0a8e-4100-9ff5-29bef9d66031
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:75d88603-baa4-4600-a238-09d7b6d94d1f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1dd7be0f-ffec-46ef-a4f9-e6a1613c0e7c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:83554d59-3e31-4284-9b7e-c81319ddff58
ModelName:VfwA1bd6cf11ee1..base_vfw..module-0
ModelUuid:7f8ab87e-a15e-40b0-a02a-a355823e6990
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:38deb7f9-d087-4741-8a0f-3c5cb66013b5
ModelInvariantUuid:5a8c0ce9-9a0f-446e-82c7-52a33bfcb0a3
ModelName:vFW a1bd6cf1-1ee1-nodes.vfwCvfc
ModelUuid:ef05ca8d-3532-4ace-b8ea-36f5003b1e9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b6c64292-058d-4037-90d1-065539b90bae
ModelInvariantUuid:9c560bc5-79d8-4854-8355-0c38d84b188a
ModelName:VfwA1bd6cf11ee1.compute.nodes.heat.vfw
ModelUuid:3555560a-e7ad-462e-ad19-de0596c157bc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d449e64d-f754-4f02-b30e-ce4ccfebe22c
ModelInvariantUuid:af3d6502-5689-4ebb-9905-3cd0fd7f84ae
ModelName:vFW a1bd6cf1-1ee1-nodes.vsnCvfc
ModelUuid:d94c0906-9894-47b2-803a-217d48c2f55d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3ab37c7a-1950-42eb-b59b-e30c25e1f63b
ModelInvariantUuid:54c4ed91-7230-40af-a890-5646899daf9b
ModelName:VfwA1bd6cf11ee1.compute.nodes.heat.vsn
ModelUuid:cb39c2fd-f764-475b-a5ef-1d3a1249ac28
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a1695b8a-49c2-426d-8998-af8f7a947d87
ModelInvariantUuid:eb34c5e3-27e1-46f5-8354-d53195906143
ModelName:vFW a1bd6cf1-1ee1-nodes.vpgCvfc
ModelUuid:8b432709-cb13-4b6e-8b1f-85ec176134d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:dba6aa99-73e3-437f-a0d8-a91e5da062d5
ModelInvariantUuid:c9a58a1c-c23d-48b3-a97f-eec0bcefe5df
ModelName:VfwA1bd6cf11ee1.compute.nodes.heat.vpg
ModelUuid:7b3e442f-5661-4fbf-a81e-42a8b90c2c06
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-13T09:44:13.909Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 38206bee-c28d-46cb-951c-c21dbdd566fe
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-13T09:44:14.073Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||vFW a1bd6cf1-1ee1 0
2023-02-13T09:44:14.081Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 38206bee-c28d-46cb-951c-c21dbdd566fe
2023-02-13T09:44:14.082Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 15a2a7df-e062-412b-8960-7ac40c23d93a from URL: /sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json
2023-02-13T09:44:14.082Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-13T09:44:14.082Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json
2023-02-13T09:44:14.160Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-13T09:44:14.161Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json 15a2a7df-e062-412b-8960-7ac40c23d93a 785
2023-02-13T09:44:14.161Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json ASDC sendASDCNotification
2023-02-13T09:44:14.161Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json
2023-02-13T09:44:14.161Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T09:44:14.161Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:14.162Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:14.162Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281454161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:15.163Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA1bd6cf11ee1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "83554d59-3e31-4284-9b7e-c81319ddff58",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7f8ab87e-a15e-40b0-a02a-a355823e6990",
    "vfModuleModelCustomizationUUID": "7bb9095e-64d8-4f43-b459-eb41ccfa6f86",
    "isBase": true,
    "artifacts": [
      "b89c35a0-8ae7-45e0-ab57-4bd7c5800dd8",
      "6644c7f1-8d0f-4d54-a28e-b9f7377eb714"
    ],
    "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-13T09:44:15.191Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA1bd6cf11ee1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f8ab87e-a15e-40b0-a02a-a355823e6990
VfModuleModelInvariantUUID:83554d59-3e31-4284-9b7e-c81319ddff58
VfModuleModelDescription:NULL
Artifacts UUID List:{
b89c35a0-8ae7-45e0-ab57-4bd7c5800dd8
,
6644c7f1-8d0f-4d54-a28e-b9f7377eb714

}
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-13T09:44:15.194Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA1bd6cf11ee1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "83554d59-3e31-4284-9b7e-c81319ddff58",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7f8ab87e-a15e-40b0-a02a-a355823e6990",
    "vfModuleModelCustomizationUUID": "7bb9095e-64d8-4f43-b459-eb41ccfa6f86",
    "isBase": true,
    "artifacts": [
      "b89c35a0-8ae7-45e0-ab57-4bd7c5800dd8",
      "6644c7f1-8d0f-4d54-a28e-b9f7377eb714"
    ],
    "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-13T09:44:15.194Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA1bd6cf11ee1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f8ab87e-a15e-40b0-a02a-a355823e6990
VfModuleModelInvariantUUID:83554d59-3e31-4284-9b7e-c81319ddff58
VfModuleModelDescription:NULL
Artifacts UUID List:{
b89c35a0-8ae7-45e0-ab57-4bd7c5800dd8
,
6644c7f1-8d0f-4d54-a28e-b9f7377eb714

}
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-13T09:44:15.194Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b89c35a0-8ae7-45e0-ab57-4bd7c5800dd8 from URL: /sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml
2023-02-13T09:44:15.195Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-13T09:44:15.195Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml
2023-02-13T09:44:15.250Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-13T09:44:15.251Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml b89c35a0-8ae7-45e0-ab57-4bd7c5800dd8 20368
2023-02-13T09:44:15.252Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-13T09:44:15.252Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml
2023-02-13T09:44:15.252Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T09:44:15.252Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:15.252Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:15.252Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281455251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:16.253Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6644c7f1-8d0f-4d54-a28e-b9f7377eb714 from URL: /sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env
2023-02-13T09:44:16.254Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-13T09:44:16.254Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env
2023-02-13T09:44:16.378Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-13T09:44:16.379Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env 6644c7f1-8d0f-4d54-a28e-b9f7377eb714 2098
2023-02-13T09:44:16.379Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-13T09:44:16.379Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env
2023-02-13T09:44:16.379Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T09:44:16.380Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:16.380Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:16.380Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281456379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:17.381Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 902ff1c1-4a14-4beb-9b32-59720c3aa002
2023-02-13T09:44:17.381Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a1bd6cf1-1ee1 0 38206bee-c28d-46cb-951c-c21dbdd566fe 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-13T09:44:17.443Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e286697, org.onap.sdc.toscaparser.api.parameters.Input@509e0ee4, org.onap.sdc.toscaparser.api.parameters.Input@349734f5, org.onap.sdc.toscaparser.api.parameters.Input@cfef055, org.onap.sdc.toscaparser.api.parameters.Input@618f3383]
2023-02-13T09:44:17.448Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.448Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:17.449Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-02-13T09:44:17.449Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1dd7be0f-ffec-46ef-a4f9-e6a1613c0e7c
2023-02-13T09:44:17.449Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1dd7be0f-ffec-46ef-a4f9-e6a1613c0e7c matches Tosca VF Customization UUID: 1dd7be0f-ffec-46ef-a4f9-e6a1613c0e7c
2023-02-13T09:44:17.449Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1dd7be0f-ffec-46ef-a4f9-e6a1613c0e7c  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-13T09:44:17.458Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.459Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:17.460Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1dd7be0f-ffec-46ef-a4f9-e6a1613c0e7c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-13T09:44:17.460Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a26758
2023-02-13T09:44:17.461Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.461Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-13T09:44:17.462Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7bb9095e-64d8-4f43-b459-eb41ccfa6f86
2023-02-13T09:44:17.463Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7bb9095e-64d8-4f43-b459-eb41ccfa6f86
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-13T09:44:17.471Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.471Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is matching search criteria
2023-02-13T09:44:17.472Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a1bd6cf1-1ee1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:44:17.473Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.473Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is matching search criteria
2023-02-13T09:44:17.473Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a1bd6cf1-1ee1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:44:17.473Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.474Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is not matching search criteria
2023-02-13T09:44:17.474Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-13T09:44:17.474Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-13T09:44:17.474Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-13T09:44:17.475Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-13T09:44:17.475Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-13T09:44:17.475Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-13T09:44:17.475Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:17.476Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-13T09:44:17.476Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:17.476Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-13T09:44:17.476Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-13T09:44:17.477Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=38deb7f9-d087-4741-8a0f-3c5cb66013b5
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-13T09:44:17.488Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.489Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is matching search criteria
2023-02-13T09:44:17.489Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a1bd6cf1-1ee1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:44:17.490Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.490Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is not matching search criteria
2023-02-13T09:44:17.490Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-13T09:44:17.490Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-13T09:44:17.491Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-13T09:44:17.491Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:17.492Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-13T09:44:17.493Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-13T09:44:17.493Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-13T09:44:17.493Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-13T09:44:17.493Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-13T09:44:17.493Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:17.494Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-13T09:44:17.494Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-13T09:44:17.494Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d449e64d-f754-4f02-b30e-ce4ccfebe22c
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-13T09:44:17.497Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.498Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is matching search criteria
2023-02-13T09:44:17.498Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a1bd6cf1-1ee1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:44:17.502Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.503Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is not matching search criteria
2023-02-13T09:44:17.503Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-13T09:44:17.503Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-13T09:44:17.503Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-13T09:44:17.504Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:17.504Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-13T09:44:17.504Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-13T09:44:17.504Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-13T09:44:17.505Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-13T09:44:17.505Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-13T09:44:17.506Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-13T09:44:17.506Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-13T09:44:17.506Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-13T09:44:17.506Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a1695b8a-49c2-426d-8998-af8f7a947d87
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-13T09:44:17.510Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.511Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is matching search criteria
2023-02-13T09:44:17.511Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a1bd6cf1-1ee1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:44:17.511Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.512Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Node template vFW a1bd6cf1-1ee1 0 is matching search criteria
2023-02-13T09:44:17.512Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a1bd6cf1-1ee1 0] matching following query criteria: sdcType=VF, customizationUUID=1dd7be0f-ffec-46ef-a4f9-e6a1613c0e7c
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-13T09:44:17.515Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.515Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:17.515Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 902ff1c1-4a14-4beb-9b32-59720c3aa002: vFW a1bd6cf1-1ee1
2023-02-13T09:44:17.516Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.516Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:17.516Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.516Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:17.517Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.517Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:17.517Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.517Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:17.517Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:44:17.518Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-13 09-42-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:44:17.518Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-02-13 09-42-54 
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-13T09:44:17.924Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a1bd6cf1-1ee1 38206bee-c28d-46cb-951c-c21dbdd566fe 1 ASDC deployResourceStructure
2023-02-13T09:44:17.925Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json ASDC sendASDCNotification
2023-02-13T09:44:17.925Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json
2023-02-13T09:44:17.925Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T09:44:17.926Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:17.926Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:17.926Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281457925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:18.927Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-13T09:44:18.928Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml
2023-02-13T09:44:18.928Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T09:44:18.929Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:18.929Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:18.929Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281458927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:19.931Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-13T09:44:19.932Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env
2023-02-13T09:44:19.932Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T09:44:19.933Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:19.933Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:19.933Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281459931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:20.936Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar ASDC sendASDCNotification
2023-02-13T09:44:20.937Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar
2023-02-13T09:44:20.937Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T09:44:20.937Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:44:20.937Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:44:20.937Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281460936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:21.940Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e32f6523-d106-4692-b3ab-e556c5b700c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T09:44:22.026Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e32f6523-d106-4692-b3ab-e556c5b700c5
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-13T09:44:22.043Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T09:44:22.044Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T09:44:22.044Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T09:44:45.715Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:44:45.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:44:45.718Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281433533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:44:45.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:44:52.045Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e32f6523-d106-4692-b3ab-e556c5b700c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T09:44:52.058Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e32f6523-d106-4692-b3ab-e556c5b700c5
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-13T09:44:52.061Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T09:44:52.061Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T09:44:52.061Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T09:45:22.061Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e32f6523-d106-4692-b3ab-e556c5b700c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T09:45:22.078Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e32f6523-d106-4692-b3ab-e556c5b700c5
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-13T09:45:22.083Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T09:45:22.084Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T09:45:22.084Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T09:45:45.714Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:45:45.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281433533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281398137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281441868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281433533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281398137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281441868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.728Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281433533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.730Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281398137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.731Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281441868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.734Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.734Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281433533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.736Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281441868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.737Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281398137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.738Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.739Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281433533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.739Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281398137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.740Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281441868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.741Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.741Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.742Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.742Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281433533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.742Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.743Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281441868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.743Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.744Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281398137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.745Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281425964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.745Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.745Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281441868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.746Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.746Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281448656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.747Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281448192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.748Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281448674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.749Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.749Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281449117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.750Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.750Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281449674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-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-13T09:45:45.762Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e32f6523-d106-4692-b3ab-e556c5b700c5
2023-02-13T09:45:45.763Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e32f6523-d106-4692-b3ab-e556c5b700c5 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-13T09:45:45.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.780Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281449305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.780Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281450363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281451461,
  "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-13T09:45:45.799Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e32f6523-d106-4692-b3ab-e556c5b700c5
2023-02-13T09:45:45.800Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e32f6523-d106-4692-b3ab-e556c5b700c5 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-13T09:45:45.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.816Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281452464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-13T09:45:45.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.817Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281454161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.818Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281454143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.819Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281455251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.819Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.819Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281454143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.820Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281456379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.821Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281454143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.822Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281454143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.822Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281457925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/vfwa1bd6cf11ee10_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-13T09:45:45.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.823Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281454143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.824Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.824Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281458927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-13T09:45:45.824Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.825Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281454143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.826Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281459931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/resourceInstances/vfwa1bd6cf11ee10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-13T09:45:45.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.826Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281454143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.827Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281460936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T09:45:45.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.827Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281462098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.828Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281466021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T09:45:45.828Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.829Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281467024,
  "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-13T09:45:45.835Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e32f6523-d106-4692-b3ab-e556c5b700c5
2023-02-13T09:45:45.835Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e32f6523-d106-4692-b3ab-e556c5b700c5 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-13T09:45:45.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.847Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281475597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230213094254/1.0/artifacts/service-Vfw20230213094254-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T09:45:45.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.848Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281476610,
  "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-13T09:45:45.856Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e32f6523-d106-4692-b3ab-e556c5b700c5
2023-02-13T09:45:45.856Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e32f6523-d106-4692-b3ab-e556c5b700c5 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-13T09:45:45.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.881Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281471867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.882Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.882Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281450678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.882Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.883Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281453467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.884Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281471867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.884Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281450678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.885Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281453467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.886Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281471867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.887Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281450678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.888Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281453467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.888Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281471867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.889Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.889Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281450678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.889Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.890Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281453467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.890Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281471867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.891Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.891Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281450678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.891Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.892Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281453467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.892Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281471867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.893Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281450678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.894Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281453467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.894Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281471867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.895Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.895Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281450678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.895Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.896Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281453467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T09:45:45.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.896Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281484143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.897Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.897Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281485273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.897Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.897Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281484812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.897Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.898Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281484809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:45:45.898Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:45.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T09:45:45.898Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281484143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:45:45.898Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:45:52.085Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e32f6523-d106-4692-b3ab-e556c5b700c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T09:45:52.106Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e32f6523-d106-4692-b3ab-e556c5b700c5
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-13T09:45:52.111Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T09:45:52.111Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-13T09:45:52.111Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-13T09:45:52.112Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-13T09:45:52.112Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T09:45:52.112Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T09:45:52.113Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T09:45:52.113Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T09:45:52.113Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T09:45:52.114Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-13T09:45:52.122Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-13T09:46:22.123Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e32f6523-d106-4692-b3ab-e556c5b700c5 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-13T09:46:22.140Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e32f6523-d106-4692-b3ab-e556c5b700c5 and serviceModelVersionId: 902ff1c1-4a14-4beb-9b32-59720c3aa002
2023-02-13T09:46:22.140Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb29a658-1d7b-4606-87ce-39d8b79b3a3d
2023-02-13T09:46:39.376Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb29a658-1d7b-4606-87ce-39d8b79b3a3d/model-vers/model-ver/902ff1c1-4a14-4beb-9b32-59720c3aa002?depth=0
2023-02-13T09:46:39.496Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-13T09:46:40.027Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb29a658-1d7b-4606-87ce-39d8b79b3a3d/model-vers/model-ver/902ff1c1-4a14-4beb-9b32-59720c3aa002?depth=0|INFO|500||Invoke
2023-02-13T09:46:40.033Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb29a658-1d7b-4606-87ce-39d8b79b3a3d/model-vers/model-ver/902ff1c1-4a14-4beb-9b32-59720c3aa002?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb29a658-1d7b-4606-87ce-39d8b79b3a3d/model-vers/model-ver/902ff1c1-4a14-4beb-9b32-59720c3aa002?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e32f6523-d106-4692-b3ab-e556c5b700c5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e9b46f0-7194-46a1-8085-0b8a6ce50c34], X-ECOMP-RequestID=[e32f6523-d106-4692-b3ab-e556c5b700c5], X-TransactionId=[], X-ONAP-RequestID=[e32f6523-d106-4692-b3ab-e556c5b700c5], Content-Type=[application/merge-patch+json]}
2023-02-13T09:46:40.059Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb29a658-1d7b-4606-87ce-39d8b79b3a3d/model-vers/model-ver/902ff1c1-4a14-4beb-9b32-59720c3aa002?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-13T09:46:40.560Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb29a658-1d7b-4606-87ce-39d8b79b3a3d/model-vers/model-ver/902ff1c1-4a14-4beb-9b32-59720c3aa002?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/fb29a658-1d7b-4606-87ce-39d8b79b3a3d/model-vers/model-ver/902ff1c1-4a14-4beb-9b32-59720c3aa002?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Feb 2023 09:46:40 GMT], content-length=[0], vertex-id=[327760], x-aai-txid=[2-aai-resources-230213-09:46:40:036-58315], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-13T09:46:40.562Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb29a658-1d7b-4606-87ce-39d8b79b3a3d/model-vers/model-ver/902ff1c1-4a14-4beb-9b32-59720c3aa002?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-13T09:46:40.563Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb29a658-1d7b-4606-87ce-39d8b79b3a3d/model-vers/model-ver/902ff1c1-4a14-4beb-9b32-59720c3aa002?depth=0|INFO|500||InvokeReturn
2023-02-13T09:46:40.567Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-13T09:46:40.567Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-13T09:46:40.576Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-13T09:46:40.577Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e32f6523-d106-4692-b3ab-e556c5b700c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-13T09:46:40.578Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-13T09:46:40.579Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:40.579Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:40.579Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281600578,
  "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-13T09:46:41.598Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:46:41.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-13T09:46:41.605Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"aa3f7946-752d-4541-883a-3f0fe7184d3b","serviceName":"basic_onboard_TgnhAK","serviceVersion":"1.0","serviceUUID":"9dceee7a-4aa3-470a-a480-26c74217c134","serviceDescription":"service","serviceInvariantUUID":"02843b57-dd43-46a7-b8a3-95baae049930","resources":[{"resourceInstanceName":"basic_onboard_TgnhAK 0","resourceName":"basic_onboard_TgnhAK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"81c236b1-8ae5-4b40-95fc-e71f04157acd","resourceInvariantUUID":"e768c712-2f88-4c87-99d1-aa55251bc961","resourceCustomizationUUID":"2843d0c2-9d77-4aa0-b04e-8f4ca2c7011c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vf-license-model.xml","artifactChecksum":"ZjVlNDUxZDUxOWZmMzRjNTQ1NzNlMDA1NmZlZWEyNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ffa1409-d7e5-4baf-a922-12abf1f84de0","artifactVersion":"1"},{"artifactName":"basic_onboard_tgnhak0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json","artifactChecksum":"Yzc1NTg1ZTc5NTBhMDFkNjU3OWY1NDQ0YzFjNGNiMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"170f8896-b27b-4a04-bd5b-67ddc064c0ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"104317dd-c79e-4555-b90d-32fb359fa6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a800215-2d12-4531-bbf3-7a1615bb5a16","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"948cb72a-775c-44ac-bef6-ab719db035cb","artifactVersion":"2","generatedFromUUID":"104317dd-c79e-4555-b90d-32fb359fa6b5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTgnhak-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-template.yml","artifactChecksum":"NzgyZGQ1NDk0ODVmNmZmYzRiZDIxZGNjYzc0NmZiODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ee2788e-4db0-48d7-b8c2-01437a474cee","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTgnhak-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar","artifactChecksum":"OWQ3ODg1YzdlMmIyODkwMGQwYjlhMzliMjhjMzg1NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1243e9bd-7953-44db-aa37-5db39ed065e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-13T09:46:41.608Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:46:41.609Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:41.609Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:41.609Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:42.610Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:46:42.611Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:42.611Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:42.611Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:43.612Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:46:43.613Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:43.613Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:43.613Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:44.614Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:46:44.615Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:44.615Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:44.615Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:45.616Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:46:45.616Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:45.617Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:45.617Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:45.714Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:45.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.717Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676281486285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-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-13T09:46:45.736Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aa3f7946-752d-4541-883a-3f0fe7184d3b
2023-02-13T09:46:45.736Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa3f7946-752d-4541-883a-3f0fe7184d3b 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-13T09:46:45.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.752Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281485884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:46:45.752Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:46:45.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.752Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281484143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:46:45.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:46:45.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.753Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281486938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:46:45.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:46:45.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.753Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281484143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:46:45.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:46:45.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.754Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281488046,
  "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-13T09:46:45.758Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa3f7946-752d-4541-883a-3f0fe7184d3b
2023-02-13T09:46:45.759Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa3f7946-752d-4541-883a-3f0fe7184d3b 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-13T09:46:45.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.790Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281484143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:46:45.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:46:45.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.791Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676281489049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-13T09:46:45.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:46:45.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.791Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281484143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:46:45.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:46:45.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.792Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281484143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T09:46:45.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:46:45.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.792Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281491981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:46:45.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:46:45.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.792Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281492458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T09:46:45.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:46:45.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.793Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676281493460,
  "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-13T09:46:45.804Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aa3f7946-752d-4541-883a-3f0fe7184d3b
2023-02-13T09:46:45.804Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa3f7946-752d-4541-883a-3f0fe7184d3b 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-13T09:46:45.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.825Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281495616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T09:46:45.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:46:45.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:46:45.825Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676281496622,
  "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-13T09:46:45.830Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aa3f7946-752d-4541-883a-3f0fe7184d3b
2023-02-13T09:46:45.830Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa3f7946-752d-4541-883a-3f0fe7184d3b 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-13T09:46:46.617Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:46:46.618Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:46.618Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:46.618Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:47.619Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T09:46:47.620Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:47.620Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:47.620Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:48.622Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "serviceName": "basic_onboard_TgnhAK",
  "serviceVersion": "1.0",
  "serviceUUID": "9dceee7a-4aa3-470a-a480-26c74217c134",
  "serviceDescription": "service",
  "serviceInvariantUUID": "02843b57-dd43-46a7-b8a3-95baae049930",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_TgnhAK 0",
      "resourceCustomizationUUID": "2843d0c2-9d77-4aa0-b04e-8f4ca2c7011c",
      "resourceName": "basic_onboard_TgnhAK",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "81c236b1-8ae5-4b40-95fc-e71f04157acd",
      "resourceInvariantUUID": "e768c712-2f88-4c87-99d1-aa55251bc961",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_tgnhak0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
          "artifactChecksum": "Yzc1NTg1ZTc5NTBhMDFkNjU3OWY1NDQ0YzFjNGNiMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "170f8896-b27b-4a04-bd5b-67ddc064c0ae",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "104317dd-c79e-4555-b90d-32fb359fa6b5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "948cb72a-775c-44ac-bef6-ab719db035cb",
            "generatedFromUUID": "104317dd-c79e-4555-b90d-32fb359fa6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "948cb72a-775c-44ac-bef6-ab719db035cb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTgnhak-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
      "artifactChecksum": "OWQ3ODg1YzdlMmIyODkwMGQwYjlhMzliMjhjMzg1NGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1243e9bd-7953-44db-aa37-5db39ed065e1"
    }
  ],
  "workloadContext": "Production"
}
2023-02-13T09:46:48.622Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-13T09:46:48.624Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dceee7a-4aa3-470a-a480-26c74217c134 ASDC
2023-02-13T09:46:48.625Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:aa3f7946-752d-4541-883a-3f0fe7184d3b
ServiceName:basic_onboard_TgnhAK
ServiceVersion:1.0
ServiceUUID:9dceee7a-4aa3-470a-a480-26c74217c134
ServiceInvariantUUID:02843b57-dd43-46a7-b8a3-95baae049930
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTgnhak-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar
ArtifactUUID:1243e9bd-7953-44db-aa37-5db39ed065e1
ArtifactChecksum:OWQ3ODg1YzdlMmIyODkwMGQwYjlhMzliMjhjMzg1NGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_TgnhAK 0
ResourceCustomizationUUID:2843d0c2-9d77-4aa0-b04e-8f4ca2c7011c
ResourceInvariantUUID:e768c712-2f88-4c87-99d1-aa55251bc961
ResourceName:basic_onboard_TgnhAK
ResourceType:VF
ResourceUUID:81c236b1-8ae5-4b40-95fc-e71f04157acd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tgnhak0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json
ArtifactUUID:170f8896-b27b-4a04-bd5b-67ddc064c0ae
ArtifactChecksum:Yzc1NTg1ZTc5NTBhMDFkNjU3OWY1NDQ0YzFjNGNiMWU=
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/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml
ArtifactUUID:104317dd-c79e-4555-b90d-32fb359fa6b5
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/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env
ArtifactUUID:948cb72a-775c-44ac-bef6-ab719db035cb
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/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env
ArtifactUUID:948cb72a-775c-44ac-bef6-ab719db035cb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-13T09:46:48.625Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dceee7a-4aa3-470a-a480-26c74217c134 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-13T09:46:48.678Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T09:46:48.679Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-13T09:46:48.679Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-13T09:46:48.679Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1243e9bd-7953-44db-aa37-5db39ed065e1 from URL: /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:48.680Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-13T09:46:48.680Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:48.736Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-13T09:46:48.737Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar 1243e9bd-7953-44db-aa37-5db39ed065e1 75668
2023-02-13T09:46:48.737Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar ASDC sendASDCNotification
2023-02-13T09:46:48.738Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:48.738Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T09:46:48.738Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:48.738Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:48.738Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281608737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:49.739Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T09:46:49.740Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-13T09:46:49.741Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1243e9bd-7953-44db-aa37-5db39ed065e1, URL: /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar to file: /app/ASDC/1/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:49.741Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:49.742Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:49.742Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:49.926Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17467021418734850415/Definitions/service-BasicOnboardTgnhak-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-13T09:46:51.048Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-13T09:46:51.049Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-13T09:46:51.049Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:51.049Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-13T09:46:51.049Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TgnhAK 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-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:51.049Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:51.049Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:51.050Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:51.050Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:51.050Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:51.050Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:51.050Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-13T09:46:51.050Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.051Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:51.051Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_TgnhAK 0 is matching search criteria
2023-02-13T09:46:51.051Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-13T09:46:51.051Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_TgnhAK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T09:46:51.051Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.052Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:51.052Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_TgnhAK 0 is matching search criteria
2023-02-13T09:46:51.052Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-13T09:46:51.052Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_TgnhAK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T09:46:51.052Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.053Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:51.053Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.053Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_TgnhAK 0 is not matching search criteria
2023-02-13T09:46:51.053Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-13T09:46:51.053Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-13T09:46:51.054Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-13T09:46:51.054Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-13T09:46:51.054Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-13T09:46:51.054Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.054Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-13T09:46:51.055Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.055Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_TgnhAK 0 is matching search criteria
2023-02-13T09:46:51.055Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_TgnhAK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:46:51.055Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.055Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_TgnhAK 0 is matching search criteria
2023-02-13T09:46:51.056Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_TgnhAK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:46:51.056Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.056Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_TgnhAK 0 is matching search criteria
2023-02-13T09:46:51.056Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_TgnhAK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:46:51.056Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.057Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_TgnhAK 0 is not matching search criteria
2023-02-13T09:46:51.057Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-13T09:46:51.057Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-13T09:46:51.057Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e68c9f95-15f3-486f-8a61-efa37a5ac482
2023-02-13T09:46:51.057Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.058Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:51.058Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.058Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:51.058Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.058Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:51.059Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:51.059Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:51.059Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_TgnhAK
Description:service
Model UUID:9dceee7a-4aa3-470a-a480-26c74217c134
Model Version:NULL
Model InvariantUuid:02843b57-dd43-46a7-b8a3-95baae049930
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_TgnhAK
Model UUID:6b57ed15-dd51-4bc5-a20c-a5407afc5bd0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e768c712-2f88-4c87-99d1-aa55251bc961
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2843d0c2-9d77-4aa0-b04e-8f4ca2c7011c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b17dfe67-97dd-4248-a95f-000b47071c5a
ModelName:BasicOnboardTgnhak..base_ubuntu18..module-0
ModelUuid:7cdfcc33-a598-4a8b-b768-d93a0d14a596
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e68c9f95-15f3-486f-8a61-efa37a5ac482
ModelInvariantUuid:b3e85d9c-126f-475d-bf19-356de2756482
ModelName:basic_onboard_TgnhAK-nodes.ubuntu18Cvfc
ModelUuid:8e6c54c5-957a-4a5d-a5d9-50de9ff05a7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:004dc399-8ca8-4f3e-ab6d-845f9fbcd125
ModelInvariantUuid:8b357928-2938-4706-9913-2cc645b03395
ModelName:BasicOnboardTgnhak.compute.nodes.heat.ubuntu18
ModelUuid:a8ad4e1b-8541-43f8-acc3-f396ca6b131a
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-13T09:46:51.066Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 81c236b1-8ae5-4b40-95fc-e71f04157acd
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-13T09:46:51.069Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||basic_onboard_TgnhAK 0
2023-02-13T09:46:51.069Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 81c236b1-8ae5-4b40-95fc-e71f04157acd
2023-02-13T09:46:51.069Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 170f8896-b27b-4a04-bd5b-67ddc064c0ae from URL: /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json
2023-02-13T09:46:51.070Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-13T09:46:51.070Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json
2023-02-13T09:46:51.134Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-13T09:46:51.135Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json 170f8896-b27b-4a04-bd5b-67ddc064c0ae 798
2023-02-13T09:46:51.135Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json ASDC sendASDCNotification
2023-02-13T09:46:51.136Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json
2023-02-13T09:46:51.136Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T09:46:51.136Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:51.136Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:51.137Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281611135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:52.138Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTgnhak..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b17dfe67-97dd-4248-a95f-000b47071c5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7cdfcc33-a598-4a8b-b768-d93a0d14a596",
    "vfModuleModelCustomizationUUID": "bc81b917-dc69-4f57-a366-11157945ff88",
    "isBase": true,
    "artifacts": [
      "104317dd-c79e-4555-b90d-32fb359fa6b5",
      "948cb72a-775c-44ac-bef6-ab719db035cb"
    ],
    "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-13T09:46:52.143Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTgnhak..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7cdfcc33-a598-4a8b-b768-d93a0d14a596
VfModuleModelInvariantUUID:b17dfe67-97dd-4248-a95f-000b47071c5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
104317dd-c79e-4555-b90d-32fb359fa6b5
,
948cb72a-775c-44ac-bef6-ab719db035cb

}
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-13T09:46:52.145Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTgnhak..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b17dfe67-97dd-4248-a95f-000b47071c5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7cdfcc33-a598-4a8b-b768-d93a0d14a596",
    "vfModuleModelCustomizationUUID": "bc81b917-dc69-4f57-a366-11157945ff88",
    "isBase": true,
    "artifacts": [
      "104317dd-c79e-4555-b90d-32fb359fa6b5",
      "948cb72a-775c-44ac-bef6-ab719db035cb"
    ],
    "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-13T09:46:52.145Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTgnhak..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7cdfcc33-a598-4a8b-b768-d93a0d14a596
VfModuleModelInvariantUUID:b17dfe67-97dd-4248-a95f-000b47071c5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
104317dd-c79e-4555-b90d-32fb359fa6b5
,
948cb72a-775c-44ac-bef6-ab719db035cb

}
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-13T09:46:52.145Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 104317dd-c79e-4555-b90d-32fb359fa6b5 from URL: /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml
2023-02-13T09:46:52.145Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-13T09:46:52.146Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml
2023-02-13T09:46:52.185Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-13T09:46:52.185Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml 104317dd-c79e-4555-b90d-32fb359fa6b5 5033
2023-02-13T09:46:52.186Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-13T09:46:52.186Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml
2023-02-13T09:46:52.186Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T09:46:52.187Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:52.187Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:52.187Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281612186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:53.188Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 948cb72a-775c-44ac-bef6-ab719db035cb from URL: /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env
2023-02-13T09:46:53.188Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-13T09:46:53.188Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env
2023-02-13T09:46:53.250Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-13T09:46:53.251Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env 948cb72a-775c-44ac-bef6-ab719db035cb 909
2023-02-13T09:46:53.251Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-13T09:46:53.251Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env
2023-02-13T09:46:53.251Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T09:46:53.251Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:53.252Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:53.252Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281613251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:54.253Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9dceee7a-4aa3-470a-a480-26c74217c134
2023-02-13T09:46:54.253Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TgnhAK 0 81c236b1-8ae5-4b40-95fc-e71f04157acd 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-13T09:46:54.268Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40f7daf8, org.onap.sdc.toscaparser.api.parameters.Input@3ed570a1, org.onap.sdc.toscaparser.api.parameters.Input@70c9ba11, org.onap.sdc.toscaparser.api.parameters.Input@76ee9573, org.onap.sdc.toscaparser.api.parameters.Input@830a14c]
2023-02-13T09:46:54.269Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.270Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:54.270Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-02-13T09:46:54.270Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 2843d0c2-9d77-4aa0-b04e-8f4ca2c7011c
2023-02-13T09:46:54.270Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2843d0c2-9d77-4aa0-b04e-8f4ca2c7011c matches Tosca VF Customization UUID: 2843d0c2-9d77-4aa0-b04e-8f4ca2c7011c
2023-02-13T09:46:54.270Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 2843d0c2-9d77-4aa0-b04e-8f4ca2c7011c  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-13T09:46:54.281Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.282Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:54.282Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 2843d0c2-9d77-4aa0-b04e-8f4ca2c7011c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-13T09:46:54.283Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2216fc6a
2023-02-13T09:46:54.283Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.283Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-13T09:46:54.284Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bc81b917-dc69-4f57-a366-11157945ff88
2023-02-13T09:46:54.284Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bc81b917-dc69-4f57-a366-11157945ff88
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-13T09:46:54.287Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.287Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_TgnhAK 0 is matching search criteria
2023-02-13T09:46:54.288Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_TgnhAK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:46:54.288Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.288Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_TgnhAK 0 is matching search criteria
2023-02-13T09:46:54.288Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_TgnhAK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:46:54.289Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.289Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_TgnhAK 0 is not matching search criteria
2023-02-13T09:46:54.289Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-13T09:46:54.290Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-13T09:46:54.290Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e68c9f95-15f3-486f-8a61-efa37a5ac482
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-13T09:46:54.293Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.293Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_TgnhAK 0 is matching search criteria
2023-02-13T09:46:54.293Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_TgnhAK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T09:46:54.294Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.294Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_TgnhAK 0 is matching search criteria
2023-02-13T09:46:54.294Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_TgnhAK 0] matching following query criteria: sdcType=VF, customizationUUID=2843d0c2-9d77-4aa0-b04e-8f4ca2c7011c
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-13T09:46:54.296Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.296Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:54.296Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9dceee7a-4aa3-470a-a480-26c74217c134: basic_onboard_TgnhAK
2023-02-13T09:46:54.297Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.297Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:54.297Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.297Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:54.297Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.298Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:54.298Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.298Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:54.298Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T09:46:54.298Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_TgnhAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T09:46:54.299Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_TgnhAK 
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-13T09:46:54.413Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TgnhAK 81c236b1-8ae5-4b40-95fc-e71f04157acd 1 ASDC deployResourceStructure
2023-02-13T09:46:54.413Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json ASDC sendASDCNotification
2023-02-13T09:46:54.413Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json
2023-02-13T09:46:54.414Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T09:46:54.414Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:54.414Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:54.414Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281614413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:55.415Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-13T09:46:55.416Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml
2023-02-13T09:46:55.416Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T09:46:55.416Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:55.417Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:55.417Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281615415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:56.418Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-13T09:46:56.418Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env
2023-02-13T09:46:56.418Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T09:46:56.419Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:56.419Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:56.419Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281616418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:57.420Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar ASDC sendASDCNotification
2023-02-13T09:46:57.420Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar
2023-02-13T09:46:57.421Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T09:46:57.421Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:46:57.421Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:46:57.421Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281617420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:46:58.422Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa3f7946-752d-4541-883a-3f0fe7184d3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T09:46:58.437Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa3f7946-752d-4541-883a-3f0fe7184d3b
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-13T09:46:58.442Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T09:46:58.442Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-13T09:46:58.442Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-13T09:46:58.442Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-13T09:46:58.442Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T09:46:58.443Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T09:46:58.443Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T09:46:58.443Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T09:46:58.443Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T09:46:58.443Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-13T09:46:58.455Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-13T09:47:28.455Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aa3f7946-752d-4541-883a-3f0fe7184d3b 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-13T09:47:28.465Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aa3f7946-752d-4541-883a-3f0fe7184d3b and serviceModelVersionId: 9dceee7a-4aa3-470a-a480-26c74217c134
2023-02-13T09:47:28.465Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02843b57-dd43-46a7-b8a3-95baae049930
2023-02-13T09:47:28.467Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02843b57-dd43-46a7-b8a3-95baae049930/model-vers/model-ver/9dceee7a-4aa3-470a-a480-26c74217c134?depth=0
2023-02-13T09:47:28.474Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-13T09:47:28.551Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02843b57-dd43-46a7-b8a3-95baae049930/model-vers/model-ver/9dceee7a-4aa3-470a-a480-26c74217c134?depth=0|INFO|500||Invoke
2023-02-13T09:47:28.551Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02843b57-dd43-46a7-b8a3-95baae049930/model-vers/model-ver/9dceee7a-4aa3-470a-a480-26c74217c134?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02843b57-dd43-46a7-b8a3-95baae049930/model-vers/model-ver/9dceee7a-4aa3-470a-a480-26c74217c134?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aa3f7946-752d-4541-883a-3f0fe7184d3b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f7c2a2a-98ae-43fd-86ae-dd69f2be2100], X-ECOMP-RequestID=[aa3f7946-752d-4541-883a-3f0fe7184d3b], X-TransactionId=[], X-ONAP-RequestID=[aa3f7946-752d-4541-883a-3f0fe7184d3b], Content-Type=[application/merge-patch+json]}
2023-02-13T09:47:28.561Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02843b57-dd43-46a7-b8a3-95baae049930/model-vers/model-ver/9dceee7a-4aa3-470a-a480-26c74217c134?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-13T09:47:28.868Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02843b57-dd43-46a7-b8a3-95baae049930/model-vers/model-ver/9dceee7a-4aa3-470a-a480-26c74217c134?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/02843b57-dd43-46a7-b8a3-95baae049930/model-vers/model-ver/9dceee7a-4aa3-470a-a480-26c74217c134?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Feb 2023 09:47:28 GMT], content-length=[0], vertex-id=[475176], x-aai-txid=[0-aai-resources-230213-09:47:28:532-68962], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-13T09:47:28.868Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02843b57-dd43-46a7-b8a3-95baae049930/model-vers/model-ver/9dceee7a-4aa3-470a-a480-26c74217c134?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-13T09:47:28.869Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02843b57-dd43-46a7-b8a3-95baae049930/model-vers/model-ver/9dceee7a-4aa3-470a-a480-26c74217c134?depth=0|INFO|500||InvokeReturn
2023-02-13T09:47:28.869Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-13T09:47:28.870Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-13T09:47:28.877Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-13T09:47:28.877Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aa3f7946-752d-4541-883a-3f0fe7184d3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-13T09:47:28.878Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-13T09:47:28.878Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T09:47:28.878Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T09:47:28.878Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281648877,
  "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-13T09:47:29.895Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:47:45.714Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:47:45.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:47:45.718Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e32f6523-d106-4692-b3ab-e556c5b700c5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281600578,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-13T09:47:45.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:47:45.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:47:45.720Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:47:45.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:47:45.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:47:45.720Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
  "status": "NOTIFIED"
}
2023-02-13T09:47:45.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:47:45.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:47:45.720Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-13T09:47:45.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:47:45.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:47:45.721Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:47:45.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:47:45.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:47:45.721Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-13T09:47:45.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:48:29.895Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:48:45.714Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:48:45.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:48:45.717Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T09:48:45.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:48:45.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:48:45.718Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281601598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T09:48:45.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:48:45.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:48:45.719Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281608737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:48:45.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:48:45.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:48:45.719Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281611135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:48:45.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:48:45.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:48:45.720Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281612186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:48:45.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:48:45.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:48:45.720Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281613251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T09:48:45.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:48:45.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:48:45.721Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281614413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/basic_onboard_tgnhak0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-13T09:48:45.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:48:45.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:48:45.721Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281615415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-13T09:48:45.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:48:45.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:48:45.722Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281616418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/resourceInstances/basic_onboard_tgnhak0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-13T09:48:45.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:48:45.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:48:45.722Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281617420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTgnhak/1.0/artifacts/service-BasicOnboardTgnhak-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T09:48:45.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:48:45.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T09:48:45.724Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa3f7946-752d-4541-883a-3f0fe7184d3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676281648877,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-13T09:48:45.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T09:49:29.897Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:49:45.714Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:50:29.898Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:50:45.716Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:51:29.899Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:51:45.717Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:52:29.900Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:52:45.718Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:53:29.900Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:53:45.720Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:53:48.211Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Node 2 disconnected.
2023-02-13T09:54:29.903Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:54:45.721Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:55:29.904Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:55:45.722Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:56:29.906Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:56:45.723Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:57:29.908Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:57:45.724Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:58:29.909Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:58:45.727Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T09:59:29.909Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T09:59:45.728Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:00:29.911Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:00:45.731Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:01:29.913Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:01:45.732Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:01:49.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:01:49.317Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"00074165-1072-4ccc-be90-f4bff83066ec","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4","serviceDescription":"service","serviceInvariantUUID":"a87eca30-b651-422a-8e2b-fc85d1434f0a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9da51f11-2f46-4fa7-b71f-7d31a4cb5952","resourceInvariantUUID":"21f4186b-966c-4ded-a255-984be942aee2","resourceCustomizationUUID":"a939091e-d94f-416d-8f58-132080cd1d92","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":"NWMwZmE5YzJmMTdkODJhNGNjNWRkMjI4NGE2NGY3N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"233f6c9c-9986-478d-9d06-3a691627975b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2JkOWQ5MTAyZTQzZTQzNzVhZjVjNTU3YTM0YTJiMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7dd9d882-5f39-4e7d-b17a-294ce5c354e6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-13T10:01:49.325Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:01:49.326Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:01:49.326Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:01:49.326Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282489913,
  "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-13T10:01:49.329Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T10:01:49.329Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T10:01:49.329Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T10:01:49.330Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T10:01:49.330Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T10:01:49.330Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T10:01:49.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:01:49.350Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282507309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:01:49.352Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:01:49.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:01:49.352Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282491867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:01:49.352Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:01:50.333Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:01:50.334Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:01:50.335Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:01:50.335Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282489913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:01:51.336Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a87eca30-b651-422a-8e2b-fc85d1434f0a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "a939091e-d94f-416d-8f58-132080cd1d92",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9da51f11-2f46-4fa7-b71f-7d31a4cb5952",
      "resourceInvariantUUID": "21f4186b-966c-4ded-a255-984be942aee2",
      "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": "N2JkOWQ5MTAyZTQzZTQzNzVhZjVjNTU3YTM0YTJiMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7dd9d882-5f39-4e7d-b17a-294ce5c354e6"
    }
  ],
  "workloadContext": "Production"
}
2023-02-13T10:01:51.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-13T10:01:51.337Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4 ASDC
2023-02-13T10:01:51.338Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:00074165-1072-4ccc-be90-f4bff83066ec
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4
ServiceInvariantUUID:a87eca30-b651-422a-8e2b-fc85d1434f0a
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:7dd9d882-5f39-4e7d-b17a-294ce5c354e6
ArtifactChecksum:N2JkOWQ5MTAyZTQzZTQzNzVhZjVjNTU3YTM0YTJiMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a939091e-d94f-416d-8f58-132080cd1d92
ResourceInvariantUUID:21f4186b-966c-4ded-a255-984be942aee2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9da51f11-2f46-4fa7-b71f-7d31a4cb5952
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-13T10:01:51.338Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4 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-13T10:01:51.410Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:01:51.416Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-13T10:01:51.416Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-13T10:01:51.417Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7dd9d882-5f39-4e7d-b17a-294ce5c354e6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-13T10:01:51.417Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-13T10:01:51.417Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-13T10:01:51.553Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-13T10:01:51.554Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7dd9d882-5f39-4e7d-b17a-294ce5c354e6 57790
2023-02-13T10:01:51.554Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:51.554Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:51.554Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:01:51.555Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:01:51.555Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:01:51.555Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282511554,
  "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-13T10:01:52.556Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:01:52.557Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-13T10:01:52.558Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7dd9d882-5f39-4e7d-b17a-294ce5c354e6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-13T10:01:52.558Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-13T10:01:52.559Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-13T10:01:52.560Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-13T10:01:52.821Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15338702390237674258/Definitions/service-BasicNetwork-template.yml
2023-02-13T10:01:53.384Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-13T10:01:53.385Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-13T10:01:53.385Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-13T10:01:53.385Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-13T10:01:53.385Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:53.386Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:53.386Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:53.386Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:53.386Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:53.386Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:53.386Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:53.387Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:53.387Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-13T10:01:53.387Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.387Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.388Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-13T10:01:53.388Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-13T10:01:53.388Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:01:53.389Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.389Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.389Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-13T10:01:53.389Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-13T10:01:53.389Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:01:53.390Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.390Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.390Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.390Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.391Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.391Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.391Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.392Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.392Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.392Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.392Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4
Model Version:NULL
Model InvariantUuid:a87eca30-b651-422a-8e2b-fc85d1434f0a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:21f4186b-966c-4ded-a255-984be942aee2
Model UUID:6288402f-61ac-49a2-80e7-7671fe0fb434
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:a939091e-d94f-416d-8f58-132080cd1d92
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-13T10:01:53.488Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 9da51f11-2f46-4fa7-b71f-7d31a4cb5952
2023-02-13T10:01:53.488Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||No resources found for Service: 707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4
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-13T10:01:53.522Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||
2023-02-13T10:01:53.522Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-13T10:01:53.524Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4
2023-02-13T10:01:53.524Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4
2023-02-13T10:01:53.524Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-13T10:01:53.524Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:53.542Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46dab50a, org.onap.sdc.toscaparser.api.parameters.Input@d9ecb42, org.onap.sdc.toscaparser.api.parameters.Input@762bcd0f, org.onap.sdc.toscaparser.api.parameters.Input@4d464059, org.onap.sdc.toscaparser.api.parameters.Input@5ea7de1e]
2023-02-13T10:01:53.544Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.544Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.544Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.545Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.545Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4: Generic NeutronNet
2023-02-13T10:01:53.545Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.545Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.545Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.546Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:53.644Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.645Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.645Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.645Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.646Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:01:53.646Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:01:53.646Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:54.042Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-13T10:01:54.043Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:54.043Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:01:54.043Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:01:54.044Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:01:54.044Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:01:54.044Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282514043,
  "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-13T10:01:55.045Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00074165-1072-4ccc-be90-f4bff83066ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:01:55.091Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00074165-1072-4ccc-be90-f4bff83066ec
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-13T10:01:55.106Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:01:55.107Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:01:55.107Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:02:25.107Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00074165-1072-4ccc-be90-f4bff83066ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:02:25.118Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00074165-1072-4ccc-be90-f4bff83066ec
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-13T10:02:25.121Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:02:25.121Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:02:25.121Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:02:45.714Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:02:45.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:02:45.716Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282489913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:02:45.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:02:45.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:02:45.717Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282480095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:02:45.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:02:55.122Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00074165-1072-4ccc-be90-f4bff83066ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:02:55.138Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00074165-1072-4ccc-be90-f4bff83066ec
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-13T10:02:55.142Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:02:55.142Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:02:55.142Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:03:25.142Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00074165-1072-4ccc-be90-f4bff83066ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:03:25.162Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00074165-1072-4ccc-be90-f4bff83066ec
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-13T10:03:25.166Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:03:25.166Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:03:25.166Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:03:45.715Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:03:45.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.723Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282504147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282491867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:03:45.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282507309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:03:45.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.727Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282489913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:03:45.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282480095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:03:45.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282504147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:03:45.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282511940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:03:45.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.730Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282511554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:03:45.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282511486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:03:45.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282512636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:03:45.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282512946,
  "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-13T10:03:45.746Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00074165-1072-4ccc-be90-f4bff83066ec
2023-02-13T10:03:45.746Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00074165-1072-4ccc-be90-f4bff83066ec 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-13T10:03:45.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282514043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:03:45.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282515868,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:03:45.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282516363,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:03:45.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282516911,
  "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-13T10:03:45.773Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00074165-1072-4ccc-be90-f4bff83066ec
2023-02-13T10:03:45.773Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00074165-1072-4ccc-be90-f4bff83066ec 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-13T10:03:45.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.791Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282517365,
  "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-13T10:03:45.807Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00074165-1072-4ccc-be90-f4bff83066ec
2023-02-13T10:03:45.807Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00074165-1072-4ccc-be90-f4bff83066ec 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-13T10:03:45.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.827Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282513948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.827Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.827Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282541271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.827Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.828Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282513948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.828Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282541271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-13T10:03:45.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.828Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282513948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.828Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282541271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-13T10:03:45.829Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.829Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282513948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.829Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.829Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282541271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.829Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.829Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282513948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.829Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.830Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282541271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-13T10:03:45.830Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.830Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282513948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.830Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.830Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282541271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.830Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.831Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282513948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:03:45.831Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.831Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282541271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:03:45.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.832Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282551988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:03:45.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.833Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282551545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:03:45.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.833Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282551867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.834Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676282552993,
  "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-13T10:03:45.868Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5521db26-9f1e-4673-93f4-0ba6b411f5a0
2023-02-13T10:03:45.869Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5521db26-9f1e-4673-93f4-0ba6b411f5a0 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-13T10:03:45.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.879Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282552613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:03:45.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.880Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282551867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.880Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282553701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:03:45.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.881Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282551867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.881Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282554733,
  "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-13T10:03:45.887Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5521db26-9f1e-4673-93f4-0ba6b411f5a0
2023-02-13T10:03:45.888Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5521db26-9f1e-4673-93f4-0ba6b411f5a0 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-13T10:03:45.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.917Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282551867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.918Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676282555735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-13T10:03:45.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.918Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282551867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.918Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282551867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.919Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282551867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:03:45.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.919Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282558993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:03:45.920Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.920Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282564143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.920Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:45.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:03:45.920Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282564143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:03:45.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:03:55.167Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00074165-1072-4ccc-be90-f4bff83066ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:03:55.182Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00074165-1072-4ccc-be90-f4bff83066ec
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-13T10:03:55.185Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:03:55.185Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-13T10:03:55.185Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-13T10:03:55.185Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-13T10:03:55.185Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:03:55.185Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:03:55.185Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:03:55.185Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:03:55.185Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:03:55.190Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-13T10:04:25.191Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00074165-1072-4ccc-be90-f4bff83066ec 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-13T10:04:25.197Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00074165-1072-4ccc-be90-f4bff83066ec and serviceModelVersionId: 707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4
2023-02-13T10:04:25.197Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a87eca30-b651-422a-8e2b-fc85d1434f0a
2023-02-13T10:04:25.207Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a87eca30-b651-422a-8e2b-fc85d1434f0a/model-vers/model-ver/707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4?depth=0
2023-02-13T10:04:25.228Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-13T10:04:25.326Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a87eca30-b651-422a-8e2b-fc85d1434f0a/model-vers/model-ver/707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4?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-13T10:04:25.329Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a87eca30-b651-422a-8e2b-fc85d1434f0a/model-vers/model-ver/707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4?depth=0|INFO|500||Invoke
2023-02-13T10:04:25.336Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a87eca30-b651-422a-8e2b-fc85d1434f0a/model-vers/model-ver/707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-13T10:04:25.553Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a87eca30-b651-422a-8e2b-fc85d1434f0a/model-vers/model-ver/707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4?depth=0|INFO|500||InvokeReturn
2023-02-13T10:04:25.554Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a87eca30-b651-422a-8e2b-fc85d1434f0a/model-vers/model-ver/707a55b8-ae62-4dbc-bfdb-cc1a70eaaad4?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Feb 2023 10:04:25 GMT], content-length=[0], vertex-id=[376904], x-aai-txid=[1-aai-resources-230213-10:04:25:287-43554], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-13T10:04:25.555Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-13T10:04:25.555Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-13T10:04:25.555Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:04:25.570Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||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-13T10:04:25.571Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00074165-1072-4ccc-be90-f4bff83066ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-13T10:04:25.571Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-13T10:04:25.571Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:25.571Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:25.572Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282665571,
  "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-13T10:04:26.586Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:04:26.594Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:04:26.594Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"5521db26-9f1e-4673-93f4-0ba6b411f5a0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"61bf1094-7f07-4591-bfac-6466bd48e436","serviceDescription":"service","serviceInvariantUUID":"c204405b-06f6-4a67-9ecf-0bca0ef7103b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e053cdd8-db5f-4ce6-8045-0444bf07b7cb","resourceInvariantUUID":"a1ef59b1-8276-4888-a881-699a7dff2e0e","resourceCustomizationUUID":"9113c56a-3d02-43c8-bc0c-a4b9de4f5f4d","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":"MWY3ZjI5OGM3ZTMwOTFhODZlZDAyYmQ4OWI1ZDU1MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c74ed44-e5fb-471b-9509-ed2c207e5e5e","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":"NzY5YzUyNWUzNzVkYTllY2M4NGQ1ZjVjZDViN2E1YWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e0a8c3e-4d61-4ece-9296-3141cdd1f047","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":"83ccf34d-3de8-470a-8456-acef24438c6e","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":"780f605f-06ea-4a19-80f1-01093c801f97","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":"5c2f5999-4dcf-4b49-a657-e2e44851b72d","artifactVersion":"2","generatedFromUUID":"83ccf34d-3de8-470a-8456-acef24438c6e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Yjc1NzcyNzkyZjNiY2ZlYjY3ODM4MmU3N2FjZGUxZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c02591e-a66b-49d3-ad6e-bee8a71c7a25","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjQ3MDlmYjE0NDgzYjQ5MTJlZWJlZGQyNzRiOTQwMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0dcb02c5-19ed-4667-bae9-e0c330942893","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-13T10:04:26.597Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:04:26.598Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:26.598Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:26.598Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "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-13T10:04:27.599Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:04:27.600Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:27.600Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:27.600Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "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-13T10:04:28.600Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:04:28.601Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:28.601Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:28.601Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "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-13T10:04:29.602Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:04:29.603Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:29.603Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:29.603Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "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-13T10:04:30.605Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:04:30.606Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:30.606Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:30.606Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "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-13T10:04:31.607Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:04:31.608Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:31.608Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:31.608Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "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-13T10:04:32.609Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:04:32.610Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:32.610Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:32.610Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:04:33.611Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "61bf1094-7f07-4591-bfac-6466bd48e436",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c204405b-06f6-4a67-9ecf-0bca0ef7103b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9113c56a-3d02-43c8-bc0c-a4b9de4f5f4d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e053cdd8-db5f-4ce6-8045-0444bf07b7cb",
      "resourceInvariantUUID": "a1ef59b1-8276-4888-a881-699a7dff2e0e",
      "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": "NzY5YzUyNWUzNzVkYTllY2M4NGQ1ZjVjZDViN2E1YWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0e0a8c3e-4d61-4ece-9296-3141cdd1f047",
          "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": "83ccf34d-3de8-470a-8456-acef24438c6e",
          "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": "5c2f5999-4dcf-4b49-a657-e2e44851b72d",
            "generatedFromUUID": "83ccf34d-3de8-470a-8456-acef24438c6e"
          },
          "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": "5c2f5999-4dcf-4b49-a657-e2e44851b72d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjQ3MDlmYjE0NDgzYjQ5MTJlZWJlZGQyNzRiOTQwMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0dcb02c5-19ed-4667-bae9-e0c330942893"
    }
  ],
  "workloadContext": "Production"
}
2023-02-13T10:04:33.612Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-13T10:04:33.614Z|00074165-1072-4ccc-be90-f4bff83066ec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 61bf1094-7f07-4591-bfac-6466bd48e436 ASDC
2023-02-13T10:04:33.614Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5521db26-9f1e-4673-93f4-0ba6b411f5a0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:61bf1094-7f07-4591-bfac-6466bd48e436
ServiceInvariantUUID:c204405b-06f6-4a67-9ecf-0bca0ef7103b
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:0dcb02c5-19ed-4667-bae9-e0c330942893
ArtifactChecksum:NjQ3MDlmYjE0NDgzYjQ5MTJlZWJlZGQyNzRiOTQwMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9113c56a-3d02-43c8-bc0c-a4b9de4f5f4d
ResourceInvariantUUID:a1ef59b1-8276-4888-a881-699a7dff2e0e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e053cdd8-db5f-4ce6-8045-0444bf07b7cb
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:0e0a8c3e-4d61-4ece-9296-3141cdd1f047
ArtifactChecksum:NzY5YzUyNWUzNzVkYTllY2M4NGQ1ZjVjZDViN2E1YWI=
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:83ccf34d-3de8-470a-8456-acef24438c6e
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:5c2f5999-4dcf-4b49-a657-e2e44851b72d
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:5c2f5999-4dcf-4b49-a657-e2e44851b72d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-13T10:04:33.614Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61bf1094-7f07-4591-bfac-6466bd48e436 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-13T10:04:33.668Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:04:33.669Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-13T10:04:33.670Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-13T10:04:33.670Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0dcb02c5-19ed-4667-bae9-e0c330942893 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-13T10:04:33.670Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-13T10:04:33.671Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-13T10:04:33.844Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-13T10:04:33.848Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0dcb02c5-19ed-4667-bae9-e0c330942893 75182
2023-02-13T10:04:33.850Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:33.850Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:33.850Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:04:33.851Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:33.851Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:33.851Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282673850,
  "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-13T10:04:34.852Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:04:34.853Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-13T10:04:34.853Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0dcb02c5-19ed-4667-bae9-e0c330942893, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-13T10:04:34.854Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-13T10:04:34.854Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-13T10:04:34.858Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-13T10:04:35.012Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP322898226949798474/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-13T10:04:36.336Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-13T10:04:36.337Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-13T10:04:36.337Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-13T10:04:36.337Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-13T10:04:36.337Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:36.337Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:36.337Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:36.338Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:36.338Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:36.338Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:36.338Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:36.338Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-13T10:04:36.338Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.339Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:36.339Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-13T10:04:36.339Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-13T10:04:36.340Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:04:36.340Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.340Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:36.340Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-13T10:04:36.341Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-13T10:04:36.341Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:04:36.341Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.341Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:36.342Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.342Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-13T10:04:36.342Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-13T10:04:36.343Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-13T10:04:36.343Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-13T10:04:36.343Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-13T10:04:36.343Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-13T10:04:36.344Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.344Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-13T10:04:36.344Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.345Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-13T10:04:36.345Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:04:36.345Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.345Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-13T10:04:36.346Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:04:36.346Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.346Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-13T10:04:36.347Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:04:36.347Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.347Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-13T10:04:36.348Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-13T10:04:36.348Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-13T10:04:36.348Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cd36743e-2765-4cf5-ba9f-5a18aebbc71e
2023-02-13T10:04:36.349Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.349Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:36.349Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.349Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:36.349Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.349Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:36.350Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:36.350Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:36.350Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:61bf1094-7f07-4591-bfac-6466bd48e436
Model Version:NULL
Model InvariantUuid:c204405b-06f6-4a67-9ecf-0bca0ef7103b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:bb53fd84-d22a-4a40-9a35-2d7e5d39e66d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a1ef59b1-8276-4888-a881-699a7dff2e0e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9113c56a-3d02-43c8-bc0c-a4b9de4f5f4d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ecb42304-a202-44aa-8db8-bd16ffdc1242
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da85afed-c885-483d-9e0e-1082724d7433
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cd36743e-2765-4cf5-ba9f-5a18aebbc71e
ModelInvariantUuid:a4408ebe-7692-4690-becb-e352614d6e68
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:05d05d8a-9619-4dff-9574-767dfde26c7f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6a169178-08e4-420f-bf1a-ae2038c20df3
ModelInvariantUuid:1ab56ded-4024-435a-86c9-12004e20dc97
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:93392039-935a-48e9-9ee9-0287c5ced701
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-13T10:04:36.366Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e053cdd8-db5f-4ce6-8045-0444bf07b7cb
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-13T10:04:36.370Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||basic_vm 0
2023-02-13T10:04:36.371Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e053cdd8-db5f-4ce6-8045-0444bf07b7cb
2023-02-13T10:04:36.371Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0e0a8c3e-4d61-4ece-9296-3141cdd1f047 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-13T10:04:36.371Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-13T10:04:36.371Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:36.481Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-13T10:04:36.481Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0e0a8c3e-4d61-4ece-9296-3141cdd1f047 787
2023-02-13T10:04:36.482Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:36.482Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:36.482Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:04:36.482Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:36.482Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:36.482Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282676481,
  "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-13T10:04:37.483Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ecb42304-a202-44aa-8db8-bd16ffdc1242",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "da85afed-c885-483d-9e0e-1082724d7433",
    "vfModuleModelCustomizationUUID": "2b5d4dd3-9265-4657-b480-99d434fba797",
    "isBase": true,
    "artifacts": [
      "83ccf34d-3de8-470a-8456-acef24438c6e",
      "5c2f5999-4dcf-4b49-a657-e2e44851b72d"
    ],
    "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-13T10:04:37.491Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da85afed-c885-483d-9e0e-1082724d7433
VfModuleModelInvariantUUID:ecb42304-a202-44aa-8db8-bd16ffdc1242
VfModuleModelDescription:NULL
Artifacts UUID List:{
83ccf34d-3de8-470a-8456-acef24438c6e
,
5c2f5999-4dcf-4b49-a657-e2e44851b72d

}
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-13T10:04:37.493Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ecb42304-a202-44aa-8db8-bd16ffdc1242",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "da85afed-c885-483d-9e0e-1082724d7433",
    "vfModuleModelCustomizationUUID": "2b5d4dd3-9265-4657-b480-99d434fba797",
    "isBase": true,
    "artifacts": [
      "83ccf34d-3de8-470a-8456-acef24438c6e",
      "5c2f5999-4dcf-4b49-a657-e2e44851b72d"
    ],
    "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-13T10:04:37.494Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da85afed-c885-483d-9e0e-1082724d7433
VfModuleModelInvariantUUID:ecb42304-a202-44aa-8db8-bd16ffdc1242
VfModuleModelDescription:NULL
Artifacts UUID List:{
83ccf34d-3de8-470a-8456-acef24438c6e
,
5c2f5999-4dcf-4b49-a657-e2e44851b72d

}
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-13T10:04:37.494Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 83ccf34d-3de8-470a-8456-acef24438c6e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-13T10:04:37.494Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-13T10:04:37.494Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:37.540Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-13T10:04:37.541Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 83ccf34d-3de8-470a-8456-acef24438c6e 5033
2023-02-13T10:04:37.541Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:37.541Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:37.541Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:04:37.542Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:37.542Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:37.542Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282677541,
  "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-13T10:04:38.543Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5c2f5999-4dcf-4b49-a657-e2e44851b72d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-13T10:04:38.544Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-13T10:04:38.544Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:38.597Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-13T10:04:38.598Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5c2f5999-4dcf-4b49-a657-e2e44851b72d 903
2023-02-13T10:04:38.598Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:38.599Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:38.599Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:04:38.599Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:38.599Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:38.599Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282678598,
  "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-13T10:04:39.600Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 61bf1094-7f07-4591-bfac-6466bd48e436
2023-02-13T10:04:39.600Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e053cdd8-db5f-4ce6-8045-0444bf07b7cb 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-13T10:04:39.621Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1979a600, org.onap.sdc.toscaparser.api.parameters.Input@1fa78fba, org.onap.sdc.toscaparser.api.parameters.Input@20bd6943, org.onap.sdc.toscaparser.api.parameters.Input@46f635d1, org.onap.sdc.toscaparser.api.parameters.Input@126bc2a9]
2023-02-13T10:04:39.623Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.624Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:39.624Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-02-13T10:04:39.624Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9113c56a-3d02-43c8-bc0c-a4b9de4f5f4d
2023-02-13T10:04:39.624Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9113c56a-3d02-43c8-bc0c-a4b9de4f5f4d matches Tosca VF Customization UUID: 9113c56a-3d02-43c8-bc0c-a4b9de4f5f4d
2023-02-13T10:04:39.624Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9113c56a-3d02-43c8-bc0c-a4b9de4f5f4d  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-13T10:04:39.628Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.628Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:39.629Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9113c56a-3d02-43c8-bc0c-a4b9de4f5f4d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-13T10:04:39.629Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d013f38
2023-02-13T10:04:39.629Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.629Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-13T10:04:39.629Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b5d4dd3-9265-4657-b480-99d434fba797
2023-02-13T10:04:39.630Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b5d4dd3-9265-4657-b480-99d434fba797
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-13T10:04:39.642Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.643Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-13T10:04:39.643Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:04:39.644Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.644Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-13T10:04:39.644Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:04:39.644Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.645Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-13T10:04:39.645Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-13T10:04:39.645Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-13T10:04:39.645Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cd36743e-2765-4cf5-ba9f-5a18aebbc71e
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-13T10:04:39.649Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.650Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-13T10:04:39.650Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:04:39.650Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.651Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-13T10:04:39.651Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9113c56a-3d02-43c8-bc0c-a4b9de4f5f4d
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-13T10:04:39.654Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.655Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:39.655Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 61bf1094-7f07-4591-bfac-6466bd48e436: basic_vm
2023-02-13T10:04:39.655Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.655Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:39.656Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.656Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:39.656Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.656Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:39.657Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.657Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:39.657Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:04:39.657Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:04:39.657Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:39.867Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e053cdd8-db5f-4ce6-8045-0444bf07b7cb 1 ASDC deployResourceStructure
2023-02-13T10:04:39.868Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:39.868Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:39.868Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:04:39.868Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:39.868Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:39.869Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282679868,
  "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-13T10:04:40.869Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:40.870Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:40.871Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:04:40.871Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:40.872Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:40.872Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282680869,
  "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-13T10:04:41.873Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:41.874Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:41.874Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:04:41.874Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:41.875Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:41.875Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282681873,
  "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-13T10:04:42.876Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:42.877Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:04:42.877Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:04:42.877Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:04:42.877Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:04:42.877Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282682876,
  "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-13T10:04:43.879Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5521db26-9f1e-4673-93f4-0ba6b411f5a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:04:43.903Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5521db26-9f1e-4673-93f4-0ba6b411f5a0
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-13T10:04:43.911Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:04:43.912Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:04:43.912Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:04:45.715Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:04:45.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:04:45.718Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282564143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:04:45.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:04:45.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:04:45.720Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282564143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:04:45.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:04:45.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:04:45.720Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282564143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:04:45.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:04:45.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:04:45.720Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282568911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:04:45.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:04:45.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:04:45.721Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282564143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:04:45.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:04:45.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:04:45.721Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1676282569913,
  "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-13T10:04:45.729Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5521db26-9f1e-4673-93f4-0ba6b411f5a0
2023-02-13T10:04:45.729Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5521db26-9f1e-4673-93f4-0ba6b411f5a0 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-13T10:04:45.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:04:45.743Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282564143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:04:45.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:04:45.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:04:45.744Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282571951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:04:45.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:04:45.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:04:45.744Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282576251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:04:45.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:04:45.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-13T10:04:45.744Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676282577262,
  "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-13T10:04:45.766Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5521db26-9f1e-4673-93f4-0ba6b411f5a0
2023-02-13T10:04:45.766Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5521db26-9f1e-4673-93f4-0ba6b411f5a0 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-13T10:05:13.913Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5521db26-9f1e-4673-93f4-0ba6b411f5a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:05:13.935Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5521db26-9f1e-4673-93f4-0ba6b411f5a0
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-13T10:05:13.948Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:05:13.948Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-13T10:05:13.949Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-13T10:05:13.949Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-13T10:05:13.950Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:05:13.950Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:05:13.950Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:05:13.950Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:05:13.951Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:05:13.951Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:05:13.961Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-13T10:05:43.962Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5521db26-9f1e-4673-93f4-0ba6b411f5a0 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-13T10:05:43.969Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5521db26-9f1e-4673-93f4-0ba6b411f5a0 and serviceModelVersionId: 61bf1094-7f07-4591-bfac-6466bd48e436
2023-02-13T10:05:43.972Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c204405b-06f6-4a67-9ecf-0bca0ef7103b
2023-02-13T10:05:43.974Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c204405b-06f6-4a67-9ecf-0bca0ef7103b/model-vers/model-ver/61bf1094-7f07-4591-bfac-6466bd48e436?depth=0
2023-02-13T10:05:43.990Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-13T10:05:44.047Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c204405b-06f6-4a67-9ecf-0bca0ef7103b/model-vers/model-ver/61bf1094-7f07-4591-bfac-6466bd48e436?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-13T10:05:44.048Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c204405b-06f6-4a67-9ecf-0bca0ef7103b/model-vers/model-ver/61bf1094-7f07-4591-bfac-6466bd48e436?depth=0|INFO|500||Invoke
2023-02-13T10:05:44.060Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c204405b-06f6-4a67-9ecf-0bca0ef7103b/model-vers/model-ver/61bf1094-7f07-4591-bfac-6466bd48e436?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-13T10:05:44.299Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c204405b-06f6-4a67-9ecf-0bca0ef7103b/model-vers/model-ver/61bf1094-7f07-4591-bfac-6466bd48e436?depth=0|INFO|500||InvokeReturn
2023-02-13T10:05:44.300Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c204405b-06f6-4a67-9ecf-0bca0ef7103b/model-vers/model-ver/61bf1094-7f07-4591-bfac-6466bd48e436?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Feb 2023 10:05:44 GMT], content-length=[0], vertex-id=[507944], x-aai-txid=[0-aai-resources-230213-10:05:44:012-25673], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-13T10:05:44.300Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-13T10:05:44.301Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-13T10:05:44.302Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:05:44.310Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||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-13T10:05:44.311Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5521db26-9f1e-4673-93f4-0ba6b411f5a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-13T10:05:44.311Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-13T10:05:44.311Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:05:44.311Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:05:44.312Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282744311,
  "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-13T10:05:45.337Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:05:45.715Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:05:45.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.717Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "00074165-1072-4ccc-be90-f4bff83066ec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282665571,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-13T10:05:45.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.718Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:05:45.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.719Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-13T10:05:45.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.719Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-13T10:05:45.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.720Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:05:45.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.720Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-13T10:05:45.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:05:45.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282666586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:05:45.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282673850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:05:45.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282676481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:05:45.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.723Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282677541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:05:45.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282678598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:05:45.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282679868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-13T10:05:45.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282680869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-13T10:05:45.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282681873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-13T10:05:45.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:05:45.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:05:45.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282682876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:05:45.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:06:45.338Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:06:45.714Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:06:45.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:06:45.717Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5521db26-9f1e-4673-93f4-0ba6b411f5a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676282744311,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-13T10:06:45.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:07:45.340Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:07:45.714Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:08:45.342Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:08:45.716Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:09:45.343Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:09:45.717Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:10:45.345Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:10:45.719Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:11:45.346Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:11:45.722Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:12:45.347Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:12:45.723Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:13:45.348Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:13:45.724Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:14:19.949Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-13T10:14:19.949Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"0a115102-895a-48b9-b6c7-f760d248388a","serviceName":"Demo_pNF_2RBl9YC2nvoozk85KnnC","serviceVersion":"1.0","serviceUUID":"d1fc1135-2ceb-4abd-add9-24aa9c712ab5","serviceDescription":"catalog service description","serviceInvariantUUID":"0858b7e3-bf25-4cc8-9dbe-00988b65c710","resources":[{"resourceInstanceName":"pNF 4b3f8323-faee 0","resourceName":"pNF 4b3f8323-faee","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7c9688a2-f5f3-4fae-a33d-eb8750b7bc9b","resourceInvariantUUID":"d74f4459-5ea5-4eae-8c40-1fc83eb08330","resourceCustomizationUUID":"7c417a5d-6c14-44cb-8c0b-605dcbc3ab4a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vf-license-model.xml","artifactChecksum":"ZTY0Mzg2NDc5YjgwNWE5NTJiNjYzMTdlNDVlNTI3ODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98a5caa9-88ea-4850-b797-8d2511053c21","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/pNF.csar","artifactChecksum":"Yjg3ZTc2NjlkNmQxOWJiNWI1NjNhZWRhNGEyZDU5MWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28ffdae1-765a-45c8-b50f-4fb9801f0e9e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e1c9e3f-a56d-47d2-9434-58f3f5dd898e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vendor-license-model.xml","artifactChecksum":"YThlNzYzY2EwMDdhMTY4ZDU4N2IyOTczZDM2ZmMyNDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"90b2515f-4b40-4a8d-b48a-3a4b8f5edff6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b985897a-825a-4d62-87af-3e8cae255222","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"832fb6d1-b305-4a74-9608-3c06c65f5101","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2rbl9yc2nvoozk85knnc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-template.yml","artifactChecksum":"ODBmNDYwNmExYTRjZGU1N2RiMDVkOTNlZjk0Njg5Mzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4698ca5e-f289-4a9b-a71c-e4265bc1f2e0","artifactVersion":"1"},{"artifactName":"service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar","artifactChecksum":"YmEwZTUyMGUwYzllYjhhYTBjMmZlYWZiYThmOGQ5YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5eeca78c-d1ae-4d39-abeb-4d8398daed07","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-13T10:14:19.954Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:14:19.955Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:14:19.955Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:14:19.955Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:14:19.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:14:19.976Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283246770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:14:19.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:14:20.964Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:14:20.965Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:14:20.965Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:14:20.965Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:14:21.966Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:14:21.966Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:14:21.966Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:14:21.967Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:14:22.967Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:14:22.968Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:14:22.969Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:14:22.969Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:14:23.970Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:14:23.970Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:14:23.971Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:14:23.971Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:14:24.972Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:14:24.973Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:14:24.973Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:14:24.973Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:14:25.974Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:14:25.974Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:14:25.975Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:14:25.975Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:14:26.976Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:14:26.976Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:14:26.976Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:14:26.976Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:14:27.979Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "serviceName": "Demo_pNF_2RBl9YC2nvoozk85KnnC",
  "serviceVersion": "1.0",
  "serviceUUID": "d1fc1135-2ceb-4abd-add9-24aa9c712ab5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0858b7e3-bf25-4cc8-9dbe-00988b65c710",
  "resources": [
    {
      "resourceInstanceName": "pNF 4b3f8323-faee 0",
      "resourceCustomizationUUID": "7c417a5d-6c14-44cb-8c0b-605dcbc3ab4a",
      "resourceName": "pNF 4b3f8323-faee",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7c9688a2-f5f3-4fae-a33d-eb8750b7bc9b",
      "resourceInvariantUUID": "d74f4459-5ea5-4eae-8c40-1fc83eb08330",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
      "artifactChecksum": "YmEwZTUyMGUwYzllYjhhYTBjMmZlYWZiYThmOGQ5YWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5eeca78c-d1ae-4d39-abeb-4d8398daed07"
    }
  ],
  "workloadContext": "Production"
}
2023-02-13T10:14:27.981Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-13T10:14:27.982Z|aa3f7946-752d-4541-883a-3f0fe7184d3b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d1fc1135-2ceb-4abd-add9-24aa9c712ab5 ASDC
2023-02-13T10:14:27.984Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0a115102-895a-48b9-b6c7-f760d248388a
ServiceName:Demo_pNF_2RBl9YC2nvoozk85KnnC
ServiceVersion:1.0
ServiceUUID:d1fc1135-2ceb-4abd-add9-24aa9c712ab5
ServiceInvariantUUID:0858b7e3-bf25-4cc8-9dbe-00988b65c710
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
ArtifactUUID:5eeca78c-d1ae-4d39-abeb-4d8398daed07
ArtifactChecksum:YmEwZTUyMGUwYzllYjhhYTBjMmZlYWZiYThmOGQ5YWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4b3f8323-faee 0
ResourceCustomizationUUID:7c417a5d-6c14-44cb-8c0b-605dcbc3ab4a
ResourceInvariantUUID:d74f4459-5ea5-4eae-8c40-1fc83eb08330
ResourceName:pNF 4b3f8323-faee
ResourceType:PNF
ResourceUUID:7c9688a2-f5f3-4fae-a33d-eb8750b7bc9b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-13T10:14:27.985Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1fc1135-2ceb-4abd-add9-24aa9c712ab5 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-13T10:14:28.151Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:14:28.153Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-13T10:14:28.153Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-13T10:14:28.153Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5eeca78c-d1ae-4d39-abeb-4d8398daed07 from URL: /sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:28.154Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-13T10:14:28.154Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:28.278Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-13T10:14:28.280Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar 5eeca78c-d1ae-4d39-abeb-4d8398daed07 88012
2023-02-13T10:14:28.280Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar ASDC sendASDCNotification
2023-02-13T10:14:28.281Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:28.281Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:14:28.282Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:14:28.282Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:14:28.282Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283268280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:14:29.284Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:14:29.284Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-13T10:14:29.285Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5eeca78c-d1ae-4d39-abeb-4d8398daed07, URL: /sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar to file: /app/ASDC/1/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:29.285Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:29.286Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:29.286Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:29.485Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7085423327782717649/Definitions/service-DemoPnf2rbl9yc2nvoozk85knnc-template.yml
2023-02-13T10:14:30.394Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-13T10:14:30.394Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-13T10:14:30.395Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:30.395Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-13T10:14:30.395Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4b3f8323-faee 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-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:30.395Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:30.395Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:30.395Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:30.396Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:30.396Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:30.396Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:30.396Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-13T10:14:30.396Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:14:30.397Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_2RBl9YC2nvoozk85KnnC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:14:30.397Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Node template pNF 4b3f8323-faee 0 is matching search criteria
2023-02-13T10:14:30.397Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-13T10:14:30.397Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 4b3f8323-faee 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:14:30.398Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:14:30.398Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_2RBl9YC2nvoozk85KnnC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:14:30.398Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Node template pNF 4b3f8323-faee 0 is matching search criteria
2023-02-13T10:14:30.398Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-13T10:14:30.398Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 4b3f8323-faee 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:14:30.399Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:14:30.399Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_2RBl9YC2nvoozk85KnnC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:14:30.399Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:14:30.399Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_2RBl9YC2nvoozk85KnnC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:14:30.399Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:14:30.400Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_2RBl9YC2nvoozk85KnnC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:14:30.400Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:14:30.400Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_2RBl9YC2nvoozk85KnnC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:14:30.400Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:14:30.400Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_2RBl9YC2nvoozk85KnnC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:14:30.400Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_2RBl9YC2nvoozk85KnnC
Description:catalog service description
Model UUID:d1fc1135-2ceb-4abd-add9-24aa9c712ab5
Model Version:NULL
Model InvariantUuid:0858b7e3-bf25-4cc8-9dbe-00988b65c710
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-13T10:14:30.416Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7c9688a2-f5f3-4fae-a33d-eb8750b7bc9b
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-13T10:14:30.423Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||pNF 4b3f8323-faee 0
2023-02-13T10:14:30.423Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7c9688a2-f5f3-4fae-a33d-eb8750b7bc9b
2023-02-13T10:14:30.424Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d1fc1135-2ceb-4abd-add9-24aa9c712ab5
2023-02-13T10:14:30.424Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d1fc1135-2ceb-4abd-add9-24aa9c712ab5
2023-02-13T10:14:30.425Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4b3f8323-faee 0 7c9688a2-f5f3-4fae-a33d-eb8750b7bc9b 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-13T10:14:30.433Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1be9a769, org.onap.sdc.toscaparser.api.parameters.Input@35f1ac0d, org.onap.sdc.toscaparser.api.parameters.Input@7b5d3dda, org.onap.sdc.toscaparser.api.parameters.Input@242f54dd, org.onap.sdc.toscaparser.api.parameters.Input@72ab6dde]
2023-02-13T10:14:30.434Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:14:30.434Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_2RBl9YC2nvoozk85KnnC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:14:30.435Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d1fc1135-2ceb-4abd-add9-24aa9c712ab5: pNF 4b3f8323-faee
2023-02-13T10:14:30.435Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Processing PNF resource: 7c9688a2-f5f3-4fae-a33d-eb8750b7bc9b
2023-02-13T10:14:30.435Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:14:30.435Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_2RBl9YC2nvoozk85KnnC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:14:30.436Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Resource customization UUID: 7c417a5d-6c14-44cb-8c0b-605dcbc3ab4a is the same as notified resource customizationUUID: 7c417a5d-6c14-44cb-8c0b-605dcbc3ab4a
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-13T10:14:30.551Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4b3f8323-faee 7c9688a2-f5f3-4fae-a33d-eb8750b7bc9b 0 ASDC deployResourceStructure
2023-02-13T10:14:30.552Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar ASDC sendASDCNotification
2023-02-13T10:14:30.553Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar
2023-02-13T10:14:30.553Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:14:30.553Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:14:30.554Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:14:30.554Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283270552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:14:31.555Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a115102-895a-48b9-b6c7-f760d248388a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:14:31.619Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a115102-895a-48b9-b6c7-f760d248388a
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-13T10:14:31.632Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:14:31.633Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:14:31.633Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:14:45.715Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:14:45.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:14:45.717Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283214022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:14:45.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:14:45.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:14:45.719Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:14:45.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:01.633Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a115102-895a-48b9-b6c7-f760d248388a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:15:01.656Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a115102-895a-48b9-b6c7-f760d248388a
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-13T10:15:01.661Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:15:01.661Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:15:01.661Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:15:31.662Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a115102-895a-48b9-b6c7-f760d248388a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:15:31.678Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a115102-895a-48b9-b6c7-f760d248388a
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-13T10:15:31.681Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:15:31.681Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:15:31.682Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:15:45.715Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:15:45.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.718Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283241867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.719Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283254143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.720Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283246770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.721Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283241867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.721Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.722Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283214022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.722Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283254143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.723Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283246770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.724Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283214022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.724Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.724Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283241867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.725Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283254143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.725Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283246770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.726Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283214022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.726Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.726Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283241867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.727Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283254143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.727Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283246770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.727Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283214022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.728Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.729Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283241867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.729Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283254143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.730Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283246770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.730Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283214022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283241867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283254143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/resourceInstances/pnf4b3f8323faee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283246770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283214022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283241867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283254143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:15:45.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283246770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:15:45.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283214022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:15:45.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.737Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283241867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:15:45.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.737Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283225348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:15:45.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.738Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283254143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:15:45.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.739Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283268082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:15:45.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.739Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283268573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:15:45.740Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.740Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283268280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:15:45.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.741Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283269275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:15:45.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.742Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283269579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-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-13T10:15:45.773Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a115102-895a-48b9-b6c7-f760d248388a
2023-02-13T10:15:45.774Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a115102-895a-48b9-b6c7-f760d248388a 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-13T10:15:45.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.812Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283270552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:15:45.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.815Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283272775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:15:45.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.816Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283273787,
  "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-13T10:15:45.830Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a115102-895a-48b9-b6c7-f760d248388a
2023-02-13T10:15:45.830Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a115102-895a-48b9-b6c7-f760d248388a 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-13T10:15:45.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.880Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283273579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2rbl9yc2nvoozk85knnc/1.0/artifacts/service-DemoPnf2rbl9yc2nvoozk85knnc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:15:45.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:15:45.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-13T10:15:45.881Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283274581,
  "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-13T10:15:45.911Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a115102-895a-48b9-b6c7-f760d248388a
2023-02-13T10:15:45.912Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a115102-895a-48b9-b6c7-f760d248388a 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-13T10:16:01.682Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a115102-895a-48b9-b6c7-f760d248388a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:16:01.736Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a115102-895a-48b9-b6c7-f760d248388a
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-13T10:16:01.745Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:16:01.745Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-13T10:16:01.745Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-13T10:16:01.745Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-13T10:16:01.745Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:16:01.745Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:16:01.745Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:16:01.746Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:16:01.746Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-13T10:16:01.771Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-13T10:16:31.772Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a115102-895a-48b9-b6c7-f760d248388a 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-13T10:16:31.778Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a115102-895a-48b9-b6c7-f760d248388a and serviceModelVersionId: d1fc1135-2ceb-4abd-add9-24aa9c712ab5
2023-02-13T10:16:31.778Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0858b7e3-bf25-4cc8-9dbe-00988b65c710
2023-02-13T10:16:31.780Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0858b7e3-bf25-4cc8-9dbe-00988b65c710/model-vers/model-ver/d1fc1135-2ceb-4abd-add9-24aa9c712ab5?depth=0
2023-02-13T10:16:31.786Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-13T10:16:31.863Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0858b7e3-bf25-4cc8-9dbe-00988b65c710/model-vers/model-ver/d1fc1135-2ceb-4abd-add9-24aa9c712ab5?depth=0|INFO|500||Invoke
2023-02-13T10:16:31.864Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0858b7e3-bf25-4cc8-9dbe-00988b65c710/model-vers/model-ver/d1fc1135-2ceb-4abd-add9-24aa9c712ab5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0858b7e3-bf25-4cc8-9dbe-00988b65c710/model-vers/model-ver/d1fc1135-2ceb-4abd-add9-24aa9c712ab5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a115102-895a-48b9-b6c7-f760d248388a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e4fe3544-9a1e-49d1-a6d7-60b9f863633d], X-ECOMP-RequestID=[0a115102-895a-48b9-b6c7-f760d248388a], X-TransactionId=[], X-ONAP-RequestID=[0a115102-895a-48b9-b6c7-f760d248388a], Content-Type=[application/merge-patch+json]}
2023-02-13T10:16:31.872Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0858b7e3-bf25-4cc8-9dbe-00988b65c710/model-vers/model-ver/d1fc1135-2ceb-4abd-add9-24aa9c712ab5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-13T10:16:32.059Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0858b7e3-bf25-4cc8-9dbe-00988b65c710/model-vers/model-ver/d1fc1135-2ceb-4abd-add9-24aa9c712ab5?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/0858b7e3-bf25-4cc8-9dbe-00988b65c710/model-vers/model-ver/d1fc1135-2ceb-4abd-add9-24aa9c712ab5?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Feb 2023 10:16:31 GMT], content-length=[0], vertex-id=[258288], x-aai-txid=[0-aai-resources-230213-10:16:31:810-77495], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-13T10:16:32.059Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0858b7e3-bf25-4cc8-9dbe-00988b65c710/model-vers/model-ver/d1fc1135-2ceb-4abd-add9-24aa9c712ab5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-13T10:16:32.060Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0858b7e3-bf25-4cc8-9dbe-00988b65c710/model-vers/model-ver/d1fc1135-2ceb-4abd-add9-24aa9c712ab5?depth=0|INFO|500||InvokeReturn
2023-02-13T10:16:32.061Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-13T10:16:32.061Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-13T10:16:32.076Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-13T10:16:32.076Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a115102-895a-48b9-b6c7-f760d248388a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-13T10:16:32.077Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-13T10:16:32.077Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:32.077Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:32.078Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283392077,
  "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-13T10:16:33.093Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:16:33.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-13T10:16:33.100Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1b7e1382-62b7-4332-90ed-67d3b8e154d2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d5769ea8-1e9e-43a4-adfd-57f29342a9d2","serviceDescription":"service","serviceInvariantUUID":"27cc37fb-000e-45f5-bf8f-4cd1c76c9145","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cf1b00cd-01b9-4d39-8627-09aeee765450","resourceInvariantUUID":"2d373d79-d84a-4098-b8d1-507292ffacfd","resourceCustomizationUUID":"a987dcb4-795d-42f7-b0d6-61099bf4049f","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":"YjU0OTM0ZjAyN2MwYWM3OTEwYzA1ZWRmYmQ0NGEzZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86738aad-e9af-4a81-93f8-e4c488084573","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":"127ba023-6989-4ce2-94cb-134e8af858a5","artifactVersion":"2","generatedFromUUID":"be64adc7-c746-45de-8ad4-f56b3d1b1e2a"},{"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":"be64adc7-c746-45de-8ad4-f56b3d1b1e2a","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":"ODMyMjQ4ZmU2MDI5MDkyNDdmZDg2OWI1NzI1YWFmMzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b8950ed5-e905-44cd-9748-af8ee61fa0bf","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":"dbeb0b2f-fbbd-4fbd-8658-891539e58830","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":"4683428a-25de-4159-bef4-7ea551b77510","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":"9bbd8889-4bec-4395-adad-e9a76363b4fc","artifactVersion":"2","generatedFromUUID":"dbeb0b2f-fbbd-4fbd-8658-891539e58830"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWFjNTBkNjk1ZGNkZmU1MmQ0YjRkYmM4YjJjMjM5ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"166b3f03-4881-40a5-b60e-ad761ccf5f7a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTg3M2NiYTc1NTc5NDhjMWI4NmI3MGYxZTVlOTI2ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ded5dd2-6b33-4e38-8a5a-10d60bdb15ad","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-13T10:16:33.102Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:16:33.103Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:33.103Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:33.103Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "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-13T10:16:34.104Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:16:34.104Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:34.105Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:34.105Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "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-13T10:16:35.105Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:16:35.106Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:35.106Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:35.107Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "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-13T10:16:36.107Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:16:36.108Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:36.108Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:36.108Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "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-13T10:16:37.109Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:16:37.109Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:37.109Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:37.109Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "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-13T10:16:38.110Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:16:38.111Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:38.111Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:38.111Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "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-13T10:16:39.113Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:16:39.114Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:39.114Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:39.114Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "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-13T10:16:40.116Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:16:40.116Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:40.116Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:40.117Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "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-13T10:16:41.118Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:16:41.119Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:41.119Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:41.119Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:16:42.121Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d5769ea8-1e9e-43a4-adfd-57f29342a9d2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "27cc37fb-000e-45f5-bf8f-4cd1c76c9145",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "a987dcb4-795d-42f7-b0d6-61099bf4049f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cf1b00cd-01b9-4d39-8627-09aeee765450",
      "resourceInvariantUUID": "2d373d79-d84a-4098-b8d1-507292ffacfd",
      "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": "127ba023-6989-4ce2-94cb-134e8af858a5",
          "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": "be64adc7-c746-45de-8ad4-f56b3d1b1e2a",
          "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": "ODMyMjQ4ZmU2MDI5MDkyNDdmZDg2OWI1NzI1YWFmMzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b8950ed5-e905-44cd-9748-af8ee61fa0bf",
          "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": "dbeb0b2f-fbbd-4fbd-8658-891539e58830",
          "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": "9bbd8889-4bec-4395-adad-e9a76363b4fc",
            "generatedFromUUID": "dbeb0b2f-fbbd-4fbd-8658-891539e58830"
          },
          "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": "9bbd8889-4bec-4395-adad-e9a76363b4fc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTg3M2NiYTc1NTc5NDhjMWI4NmI3MGYxZTVlOTI2ZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ded5dd2-6b33-4e38-8a5a-10d60bdb15ad"
    }
  ],
  "workloadContext": "Production"
}
2023-02-13T10:16:42.122Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-13T10:16:42.122Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d5769ea8-1e9e-43a4-adfd-57f29342a9d2 ASDC
2023-02-13T10:16:42.123Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1b7e1382-62b7-4332-90ed-67d3b8e154d2
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d5769ea8-1e9e-43a4-adfd-57f29342a9d2
ServiceInvariantUUID:27cc37fb-000e-45f5-bf8f-4cd1c76c9145
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:5ded5dd2-6b33-4e38-8a5a-10d60bdb15ad
ArtifactChecksum:NTg3M2NiYTc1NTc5NDhjMWI4NmI3MGYxZTVlOTI2ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:a987dcb4-795d-42f7-b0d6-61099bf4049f
ResourceInvariantUUID:2d373d79-d84a-4098-b8d1-507292ffacfd
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:cf1b00cd-01b9-4d39-8627-09aeee765450
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:127ba023-6989-4ce2-94cb-134e8af858a5
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:be64adc7-c746-45de-8ad4-f56b3d1b1e2a
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:b8950ed5-e905-44cd-9748-af8ee61fa0bf
ArtifactChecksum:ODMyMjQ4ZmU2MDI5MDkyNDdmZDg2OWI1NzI1YWFmMzk=
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:dbeb0b2f-fbbd-4fbd-8658-891539e58830
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:9bbd8889-4bec-4395-adad-e9a76363b4fc
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:9bbd8889-4bec-4395-adad-e9a76363b4fc
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-13T10:16:42.123Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5769ea8-1e9e-43a4-adfd-57f29342a9d2 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-13T10:16:42.226Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:16:42.227Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-13T10:16:42.227Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-13T10:16:42.227Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5ded5dd2-6b33-4e38-8a5a-10d60bdb15ad from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-13T10:16:42.227Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:16:42.228Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-13T10:16:42.311Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:16:42.312Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5ded5dd2-6b33-4e38-8a5a-10d60bdb15ad 73990
2023-02-13T10:16:42.312Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-13T10:16:42.312Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-13T10:16:42.313Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:16:42.313Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:42.313Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:42.313Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283402312,
  "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-13T10:16:43.315Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:16:43.316Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-13T10:16:43.316Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5ded5dd2-6b33-4e38-8a5a-10d60bdb15ad, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-13T10:16:43.317Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-13T10:16:43.317Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-13T10:16:43.317Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-13T10:16:43.454Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14928173759241132732/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-13T10:16:44.956Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-13T10:16:44.957Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-13T10:16:44.957Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-13T10:16:44.957Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-13T10:16:44.957Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-13T10:16:44.957Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-13T10:16:44.957Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-13T10:16:44.958Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-13T10:16:44.958Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-13T10:16:44.958Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.958Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:44.958Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-13T10:16:44.959Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-13T10:16:44.959Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:16:44.959Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.959Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:44.959Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-13T10:16:44.960Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-13T10:16:44.960Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:16:44.960Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.960Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:44.960Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.961Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-13T10:16:44.961Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-13T10:16:44.961Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-13T10:16:44.961Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-13T10:16:44.961Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.961Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-13T10:16:44.962Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.962Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-13T10:16:44.962Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:16:44.962Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.963Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-13T10:16:44.963Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:16:44.963Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.963Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-13T10:16:44.963Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:16:44.964Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.964Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-13T10:16:44.964Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-13T10:16:44.964Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f3f21942-85f2-41bc-a495-c975b42a36cc
2023-02-13T10:16:44.964Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.964Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:44.965Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.965Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:44.965Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.965Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:44.965Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:44.966Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:44.966Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d5769ea8-1e9e-43a4-adfd-57f29342a9d2
Model Version:NULL
Model InvariantUuid:27cc37fb-000e-45f5-bf8f-4cd1c76c9145
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:f3523a57-ae2c-4b24-84f9-40a5f3509c4a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2d373d79-d84a-4098-b8d1-507292ffacfd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a987dcb4-795d-42f7-b0d6-61099bf4049f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:758c204a-04b4-40ce-824e-e0fc39d458c6
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:06a57c5f-32b0-4db4-881d-516d53ba2985
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f3f21942-85f2-41bc-a495-c975b42a36cc
ModelInvariantUuid:352144c0-5d4d-4aa6-a214-242a293769b1
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:52d80536-6285-4910-a94f-d8ef5413424a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b21479bb-7eef-4f3b-b4e5-15ce0cd0dc9d
ModelInvariantUuid:f1d2826d-7c87-4d77-bdf2-2816b0b4814b
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:163d18fa-8395-432a-9b11-ebc945ccbd66
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-13T10:16:44.998Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cf1b00cd-01b9-4d39-8627-09aeee765450
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-13T10:16:45.006Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||basic_cnf 0
2023-02-13T10:16:45.007Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cf1b00cd-01b9-4d39-8627-09aeee765450
2023-02-13T10:16:45.008Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 127ba023-6989-4ce2-94cb-134e8af858a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-13T10:16:45.008Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:16:45.008Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-13T10:16:45.070Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:16:45.071Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 127ba023-6989-4ce2-94cb-134e8af858a5 12
2023-02-13T10:16:45.071Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-13T10:16:45.071Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-13T10:16:45.072Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:16:45.072Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:45.072Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:45.073Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283405071,
  "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-13T10:16:45.715Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:16:45.717Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:16:45.717Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283331867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:16:45.719Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:16:45.719Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:16:45.719Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283330582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:16:45.719Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:16:45.719Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:16:45.719Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283327878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:16:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:16:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:16:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283344143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:16:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:16:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:16:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283330582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:16:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:16:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:16:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283331867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:16:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:16:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:16:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283327878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-13T10:16:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:16:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:16:45.722Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283344143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:16:45.722Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:16:46.074Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: be64adc7-c746-45de-8ad4-f56b3d1b1e2a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-13T10:16:46.074Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:16:46.075Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-13T10:16:46.165Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:16:46.166Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz be64adc7-c746-45de-8ad4-f56b3d1b1e2a 2688
2023-02-13T10:16:46.166Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-13T10:16:46.166Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-13T10:16:46.167Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:16:46.167Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:46.167Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:46.167Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283406166,
  "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-13T10:16:47.169Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b8950ed5-e905-44cd-9748-af8ee61fa0bf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-13T10:16:47.169Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:16:47.169Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-13T10:16:47.214Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:16:47.215Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b8950ed5-e905-44cd-9748-af8ee61fa0bf 828
2023-02-13T10:16:47.215Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-13T10:16:47.215Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-13T10:16:47.216Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:16:47.216Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:47.216Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:47.216Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283407215,
  "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-13T10:16:48.217Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "758c204a-04b4-40ce-824e-e0fc39d458c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "06a57c5f-32b0-4db4-881d-516d53ba2985",
    "vfModuleModelCustomizationUUID": "c6ae553c-0373-41f2-b87f-3c8b36f204cb",
    "isBase": true,
    "artifacts": [
      "be64adc7-c746-45de-8ad4-f56b3d1b1e2a",
      "dbeb0b2f-fbbd-4fbd-8658-891539e58830",
      "9bbd8889-4bec-4395-adad-e9a76363b4fc"
    ],
    "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-13T10:16:48.222Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:06a57c5f-32b0-4db4-881d-516d53ba2985
VfModuleModelInvariantUUID:758c204a-04b4-40ce-824e-e0fc39d458c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
be64adc7-c746-45de-8ad4-f56b3d1b1e2a
,
dbeb0b2f-fbbd-4fbd-8658-891539e58830
,
9bbd8889-4bec-4395-adad-e9a76363b4fc

}
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-13T10:16:48.223Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "758c204a-04b4-40ce-824e-e0fc39d458c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "06a57c5f-32b0-4db4-881d-516d53ba2985",
    "vfModuleModelCustomizationUUID": "c6ae553c-0373-41f2-b87f-3c8b36f204cb",
    "isBase": true,
    "artifacts": [
      "be64adc7-c746-45de-8ad4-f56b3d1b1e2a",
      "dbeb0b2f-fbbd-4fbd-8658-891539e58830",
      "9bbd8889-4bec-4395-adad-e9a76363b4fc"
    ],
    "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-13T10:16:48.224Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:06a57c5f-32b0-4db4-881d-516d53ba2985
VfModuleModelInvariantUUID:758c204a-04b4-40ce-824e-e0fc39d458c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
be64adc7-c746-45de-8ad4-f56b3d1b1e2a
,
dbeb0b2f-fbbd-4fbd-8658-891539e58830
,
9bbd8889-4bec-4395-adad-e9a76363b4fc

}
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-13T10:16:48.224Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dbeb0b2f-fbbd-4fbd-8658-891539e58830 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-13T10:16:48.224Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:16:48.224Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-13T10:16:48.277Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:16:48.277Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml dbeb0b2f-fbbd-4fbd-8658-891539e58830 1164
2023-02-13T10:16:48.278Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-13T10:16:48.278Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-13T10:16:48.278Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:16:48.278Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:48.279Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:48.279Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283408278,
  "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-13T10:16:49.280Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9bbd8889-4bec-4395-adad-e9a76363b4fc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-13T10:16:49.280Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:16:49.281Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-13T10:16:49.352Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:16:49.353Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9bbd8889-4bec-4395-adad-e9a76363b4fc 200
2023-02-13T10:16:49.353Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-13T10:16:49.353Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-13T10:16:49.354Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:16:49.354Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:49.354Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:49.354Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283409353,
  "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-13T10:16:50.355Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d5769ea8-1e9e-43a4-adfd-57f29342a9d2
2023-02-13T10:16:50.356Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 cf1b00cd-01b9-4d39-8627-09aeee765450 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2023-02-13T10:16:50.382Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-13T10:16:50.387Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@729fc724, org.onap.sdc.toscaparser.api.parameters.Input@57d1cfe2, org.onap.sdc.toscaparser.api.parameters.Input@45b473c2, org.onap.sdc.toscaparser.api.parameters.Input@696f037d, org.onap.sdc.toscaparser.api.parameters.Input@65c55f93]
2023-02-13T10:16:50.391Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.391Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:50.392Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-13T10:16:50.392Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a987dcb4-795d-42f7-b0d6-61099bf4049f
2023-02-13T10:16:50.392Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a987dcb4-795d-42f7-b0d6-61099bf4049f matches Tosca VF Customization UUID: a987dcb4-795d-42f7-b0d6-61099bf4049f
2023-02-13T10:16:50.392Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a987dcb4-795d-42f7-b0d6-61099bf4049f  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-13T10:16:50.395Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.395Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:50.396Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a987dcb4-795d-42f7-b0d6-61099bf4049f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-13T10:16:50.396Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b1bf8f8
2023-02-13T10:16:50.396Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.396Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-13T10:16:50.397Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6ae553c-0373-41f2-b87f-3c8b36f204cb
2023-02-13T10:16:50.397Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6ae553c-0373-41f2-b87f-3c8b36f204cb
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-13T10:16:50.400Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.400Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-13T10:16:50.400Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:16:50.401Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.401Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-13T10:16:50.401Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:16:50.401Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.402Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-13T10:16:50.402Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-13T10:16:50.402Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f3f21942-85f2-41bc-a495-c975b42a36cc
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-13T10:16:50.405Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.405Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-13T10:16:50.405Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:16:50.405Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.406Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-13T10:16:50.406Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a987dcb4-795d-42f7-b0d6-61099bf4049f
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-13T10:16:50.409Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.409Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:50.409Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d5769ea8-1e9e-43a4-adfd-57f29342a9d2: basic_cnf
2023-02-13T10:16:50.409Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.410Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:50.410Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.410Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:50.410Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.411Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:50.411Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.411Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:50.412Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:16:50.412Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:16:50.412Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-13T10:16:50.576Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf cf1b00cd-01b9-4d39-8627-09aeee765450 1 ASDC deployResourceStructure
2023-02-13T10:16:50.577Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-13T10:16:50.578Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-02-13T10:16:50.578Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-13T10:16:50.579Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:50.579Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:50.580Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283410577,
  "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-13T10:16:51.581Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-13T10:16:51.582Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-13T10:16:51.582Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-13T10:16:51.583Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:51.583Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:51.584Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283411581,
  "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-13T10:16:52.585Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-13T10:16:52.586Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-13T10:16:52.587Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:16:52.587Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:52.587Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:52.588Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283412585,
  "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-13T10:16:53.589Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-13T10:16:53.589Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-13T10:16:53.589Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:16:53.589Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:53.589Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:53.589Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283413588,
  "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-13T10:16:54.590Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-13T10:16:54.591Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-13T10:16:54.591Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:16:54.591Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:54.591Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:54.591Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283414590,
  "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-13T10:16:55.592Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-13T10:16:55.593Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-13T10:16:55.593Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:16:55.594Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:16:55.594Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:16:55.594Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283415592,
  "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-13T10:16:56.595Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b7e1382-62b7-4332-90ed-67d3b8e154d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:16:56.609Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b7e1382-62b7-4332-90ed-67d3b8e154d2
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-13T10:16:56.611Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:16:56.611Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:16:56.611Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:17:26.612Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b7e1382-62b7-4332-90ed-67d3b8e154d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:17:26.642Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b7e1382-62b7-4332-90ed-67d3b8e154d2
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-13T10:17:26.645Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:17:26.645Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:17:26.646Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:17:45.714Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:17:45.718Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.718Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283331867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283327878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283330582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.720Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283344143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283331867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283327878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.721Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.722Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.722Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283330582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.722Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.722Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.722Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283344143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.722Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.722Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.722Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283331867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.722Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.722Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.723Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283327878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.723Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.723Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.723Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283330582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.723Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.723Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.723Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283344143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.723Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.723Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.723Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283331867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.724Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.724Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.724Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283330582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.724Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.724Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.724Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283327878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.724Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.724Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.724Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283344143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.725Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.725Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.725Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283331867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.725Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.725Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.725Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283330582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.725Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.726Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.726Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283327878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.726Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.726Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.726Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283344143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.727Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.727Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.727Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283330582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.727Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.727Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.727Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283331867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.728Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.728Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.728Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283327878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.728Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.728Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.728Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283344143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.729Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.729Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.729Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283330582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.729Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.729Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.729Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283331867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.729Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.729Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.730Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283327878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.730Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.730Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.730Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283344143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.730Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.730Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.731Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283352855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:17:45.731Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.731Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.731Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283353327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:17:45.731Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.731Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.731Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283352855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:17:45.732Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.732Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.732Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283354082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:17:45.732Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.732Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.732Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676283354340,
  "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-13T10:17:45.754Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b7e1382-62b7-4332-90ed-67d3b8e154d2
2023-02-13T10:17:45.754Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b7e1382-62b7-4332-90ed-67d3b8e154d2 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-13T10:17:45.772Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.772Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283353912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:17:45.773Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.773Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.773Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283354994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:17:45.774Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.774Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.774Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283356066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:17:45.774Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.774Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.774Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283357184,
  "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-13T10:17:45.781Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b7e1382-62b7-4332-90ed-67d3b8e154d2
2023-02-13T10:17:45.781Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b7e1382-62b7-4332-90ed-67d3b8e154d2 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-13T10:17:45.810Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.810Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676283358186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-13T10:17:45.810Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.810Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.810Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283359689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:17:45.811Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.811Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.811Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283360485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:17:45.811Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.811Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.811Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676283360804,
  "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-13T10:17:45.818Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b7e1382-62b7-4332-90ed-67d3b8e154d2
2023-02-13T10:17:45.818Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b7e1382-62b7-4332-90ed-67d3b8e154d2 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-13T10:17:45.835Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.835Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676283361487,
  "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-13T10:17:45.841Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b7e1382-62b7-4332-90ed-67d3b8e154d2
2023-02-13T10:17:45.841Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b7e1382-62b7-4332-90ed-67d3b8e154d2 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-13T10:17:45.871Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.871Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a115102-895a-48b9-b6c7-f760d248388a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283392077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-13T10:17:45.871Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.872Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.872Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.872Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.872Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.872Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.873Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.873Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.873Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.873Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.873Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.874Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.874Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.874Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.874Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.875Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.875Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.875Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.875Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.875Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.875Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.875Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.876Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.876Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:17:45.876Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.876Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.876Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283393093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:17:45.877Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.877Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.877Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283402312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:17:45.878Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:45.878Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-13T10:17:45.878Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283405071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:17:45.878Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:17:56.646Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b7e1382-62b7-4332-90ed-67d3b8e154d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:17:56.658Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b7e1382-62b7-4332-90ed-67d3b8e154d2
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-13T10:17:56.662Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:17:56.662Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-13T10:17:56.662Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-13T10:17:56.663Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-13T10:17:56.663Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:17:56.663Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:17:56.663Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:17:56.663Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:17:56.663Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:17:56.663Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-13T10:17:56.669Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-13T10:18:26.669Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b7e1382-62b7-4332-90ed-67d3b8e154d2 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-13T10:18:26.678Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b7e1382-62b7-4332-90ed-67d3b8e154d2 and serviceModelVersionId: d5769ea8-1e9e-43a4-adfd-57f29342a9d2
2023-02-13T10:18:26.679Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 27cc37fb-000e-45f5-bf8f-4cd1c76c9145
2023-02-13T10:18:26.680Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/27cc37fb-000e-45f5-bf8f-4cd1c76c9145/model-vers/model-ver/d5769ea8-1e9e-43a4-adfd-57f29342a9d2?depth=0
2023-02-13T10:18:26.687Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-13T10:18:26.731Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27cc37fb-000e-45f5-bf8f-4cd1c76c9145/model-vers/model-ver/d5769ea8-1e9e-43a4-adfd-57f29342a9d2?depth=0|INFO|500||Invoke
2023-02-13T10:18:26.731Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27cc37fb-000e-45f5-bf8f-4cd1c76c9145/model-vers/model-ver/d5769ea8-1e9e-43a4-adfd-57f29342a9d2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27cc37fb-000e-45f5-bf8f-4cd1c76c9145/model-vers/model-ver/d5769ea8-1e9e-43a4-adfd-57f29342a9d2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b7e1382-62b7-4332-90ed-67d3b8e154d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45ed7bb2-5d42-44f0-8c46-f918ce4f0fec], X-ECOMP-RequestID=[1b7e1382-62b7-4332-90ed-67d3b8e154d2], X-TransactionId=[], X-ONAP-RequestID=[1b7e1382-62b7-4332-90ed-67d3b8e154d2], Content-Type=[application/merge-patch+json]}
2023-02-13T10:18:26.738Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27cc37fb-000e-45f5-bf8f-4cd1c76c9145/model-vers/model-ver/d5769ea8-1e9e-43a4-adfd-57f29342a9d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-13T10:18:26.995Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27cc37fb-000e-45f5-bf8f-4cd1c76c9145/model-vers/model-ver/d5769ea8-1e9e-43a4-adfd-57f29342a9d2?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/27cc37fb-000e-45f5-bf8f-4cd1c76c9145/model-vers/model-ver/d5769ea8-1e9e-43a4-adfd-57f29342a9d2?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Feb 2023 10:18:26 GMT], content-length=[0], vertex-id=[434248], x-aai-txid=[0-aai-resources-230213-10:18:26:677-16812], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-13T10:18:26.995Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27cc37fb-000e-45f5-bf8f-4cd1c76c9145/model-vers/model-ver/d5769ea8-1e9e-43a4-adfd-57f29342a9d2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-13T10:18:26.996Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27cc37fb-000e-45f5-bf8f-4cd1c76c9145/model-vers/model-ver/d5769ea8-1e9e-43a4-adfd-57f29342a9d2?depth=0|INFO|500||InvokeReturn
2023-02-13T10:18:26.997Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-13T10:18:26.997Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-13T10:18:27.023Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-13T10:18:27.024Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b7e1382-62b7-4332-90ed-67d3b8e154d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-13T10:18:27.024Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-13T10:18:27.025Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:18:27.025Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:18:27.026Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283507024,
  "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-13T10:18:28.056Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:18:45.714Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:18:45.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-13T10:18:45.717Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283406166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:18:45.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:18:45.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-13T10:18:45.718Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283407215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:18:45.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:18:45.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-13T10:18:45.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283408278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:18:45.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:18:45.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-13T10:18:45.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283409353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:18:45.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:18:45.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-13T10:18:45.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283410577,
  "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-13T10:18:45.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:18:45.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-13T10:18:45.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283411581,
  "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-13T10:18:45.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:18:45.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-13T10:18:45.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283412585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-13T10:18:45.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:18:45.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-13T10:18:45.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283413588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-13T10:18:45.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:18:45.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-13T10:18:45.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283414590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-13T10:18:45.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:18:45.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-13T10:18:45.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283415592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:18:45.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:19:28.056Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:19:45.714Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:19:45.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-13T10:19:45.717Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1b7e1382-62b7-4332-90ed-67d3b8e154d2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676283507024,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-13T10:19:45.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:20:28.058Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:20:45.714Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:21:28.060Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:21:45.716Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:22:28.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:22:45.718Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:23:28.063Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:23:45.719Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:24:28.065Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:24:45.720Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:25:28.066Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:25:45.722Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:26:28.068Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:26:45.723Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:27:28.069Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:27:45.723Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:28:28.071Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:28:45.725Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:29:28.073Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:29:45.726Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:30:28.078Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:30:45.727Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:31:28.080Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:31:45.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:32:28.082Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:32:45.729Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:33:28.084Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:33:45.731Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:34:28.085Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:34:45.731Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:35:28.087Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:35:45.732Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:36:28.090Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:36:45.735Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:37:28.090Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:37:45.737Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:38:28.091Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:38:45.738Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:39:28.093Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:39:45.739Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:40:28.094Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:40:45.741Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:41:28.095Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:41:45.742Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:42:28.097Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:42:45.743Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:43:28.097Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:43:45.745Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:44:28.098Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:44:45.745Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:45:28.100Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:45:45.747Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:46:28.102Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:46:45.748Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:47:07.326Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-13T10:47:07.327Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"6c61c2bb-cef9-4e51-b767-aa74fed1e1d6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c883fe3e-db06-40c5-b021-9105e517b6fd","serviceDescription":"service","serviceInvariantUUID":"46d42922-52c6-4ea3-813f-e2c08b9ea2ba","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e850bc26-d091-454a-b6ae-7f0575150e5c","resourceInvariantUUID":"798cc8f8-6a58-4de1-8be2-9d7600b6987e","resourceCustomizationUUID":"079aa6af-8ef1-4681-8af3-fe47cf0eda5c","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":"MDM0MDI5MGFiNmQxN2NmOGY4OGZiZDMwMTc5ZjcwNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c96d336-cc7e-4626-ae4b-241b8b0267f2","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":"YjE3YWE5ZjlhNDA5OTQ5MjEyYjIzYzM1NDQ2MzVhOTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4aace799-8419-4ddd-a1f8-25f1a7d79f4d","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":"c11722cb-cba0-41a4-84cd-6b49b0c32091","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":"73ae2f25-c4b6-4ad2-8912-3ea79851c359","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":"c3dc4218-1c2f-490f-973c-7714595a89e4","artifactVersion":"2","generatedFromUUID":"05577efa-6f34-4458-b098-deb1e3dfd59f"},{"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":"a869cee9-a6b3-467b-9401-7c11a785e297","artifactVersion":"2","generatedFromUUID":"c11722cb-cba0-41a4-84cd-6b49b0c32091"},{"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":"05577efa-6f34-4458-b098-deb1e3dfd59f","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":"8460b5be-946f-4e7c-8d23-72b85d8f054b","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":"MmUwNWQ1YTA3NzVmNTU2ZTBlODUwZDUzNTQ4MmJiOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc935420-9c11-48f4-836d-256fb2273285","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTZjZWQyNDc1Y2VlMjEyZDQyYTE3YTg0NTIyM2YxMGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2b3ba38-db9d-451b-bfc1-ba6b5fbcaeb6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-13T10:47:07.330Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:47:07.330Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:07.331Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:07.331Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "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-13T10:47:07.340Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T10:47:07.341Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T10:47:07.341Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T10:47:07.341Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T10:47:07.341Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T10:47:07.341Z||kafka-producer-network-thread | SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fce78ed8-1984-4733-9984-d5f7d211cd9c] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 1sWSOoQ2Rq27UJN9egUOCw
2023-02-13T10:47:07.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:47:07.356Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285215388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:47:07.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:47:08.343Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:47:08.344Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:08.344Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:08.344Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "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-13T10:47:09.345Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:47:09.346Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:09.346Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:09.346Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "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-13T10:47:10.347Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:47:10.348Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:10.348Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:10.348Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "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-13T10:47:11.349Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:47:11.352Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:11.354Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:11.355Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "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-13T10:47:12.358Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:47:12.358Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:12.358Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:12.358Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "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-13T10:47:13.359Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:47:13.360Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:13.360Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:13.360Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "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-13T10:47:14.361Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:47:14.361Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:14.362Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:14.362Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "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-13T10:47:15.362Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:47:15.363Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:15.363Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:15.364Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "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-13T10:47:16.365Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:47:16.365Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:16.365Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:16.366Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:47:17.367Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c883fe3e-db06-40c5-b021-9105e517b6fd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "46d42922-52c6-4ea3-813f-e2c08b9ea2ba",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "079aa6af-8ef1-4681-8af3-fe47cf0eda5c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e850bc26-d091-454a-b6ae-7f0575150e5c",
      "resourceInvariantUUID": "798cc8f8-6a58-4de1-8be2-9d7600b6987e",
      "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": "YjE3YWE5ZjlhNDA5OTQ5MjEyYjIzYzM1NDQ2MzVhOTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4aace799-8419-4ddd-a1f8-25f1a7d79f4d",
          "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": "c11722cb-cba0-41a4-84cd-6b49b0c32091",
          "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": "a869cee9-a6b3-467b-9401-7c11a785e297",
            "generatedFromUUID": "c11722cb-cba0-41a4-84cd-6b49b0c32091"
          },
          "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": "c3dc4218-1c2f-490f-973c-7714595a89e4",
          "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": "a869cee9-a6b3-467b-9401-7c11a785e297",
          "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": "05577efa-6f34-4458-b098-deb1e3dfd59f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZTZjZWQyNDc1Y2VlMjEyZDQyYTE3YTg0NTIyM2YxMGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b2b3ba38-db9d-451b-bfc1-ba6b5fbcaeb6"
    }
  ],
  "workloadContext": "Production"
}
2023-02-13T10:47:17.367Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-13T10:47:17.368Z|1b7e1382-62b7-4332-90ed-67d3b8e154d2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c883fe3e-db06-40c5-b021-9105e517b6fd ASDC
2023-02-13T10:47:17.369Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:c883fe3e-db06-40c5-b021-9105e517b6fd
ServiceInvariantUUID:46d42922-52c6-4ea3-813f-e2c08b9ea2ba
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:b2b3ba38-db9d-451b-bfc1-ba6b5fbcaeb6
ArtifactChecksum:ZTZjZWQyNDc1Y2VlMjEyZDQyYTE3YTg0NTIyM2YxMGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:079aa6af-8ef1-4681-8af3-fe47cf0eda5c
ResourceInvariantUUID:798cc8f8-6a58-4de1-8be2-9d7600b6987e
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:e850bc26-d091-454a-b6ae-7f0575150e5c
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:4aace799-8419-4ddd-a1f8-25f1a7d79f4d
ArtifactChecksum:YjE3YWE5ZjlhNDA5OTQ5MjEyYjIzYzM1NDQ2MzVhOTI=
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:c11722cb-cba0-41a4-84cd-6b49b0c32091
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:a869cee9-a6b3-467b-9401-7c11a785e297
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:c3dc4218-1c2f-490f-973c-7714595a89e4
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:a869cee9-a6b3-467b-9401-7c11a785e297
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:05577efa-6f34-4458-b098-deb1e3dfd59f
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-13T10:47:17.369Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c883fe3e-db06-40c5-b021-9105e517b6fd 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-13T10:47:17.527Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:47:17.529Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-13T10:47:17.529Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-13T10:47:17.529Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b2b3ba38-db9d-451b-bfc1-ba6b5fbcaeb6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-13T10:47:17.530Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:47:17.531Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-13T10:47:17.599Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:47:17.601Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b2b3ba38-db9d-451b-bfc1-ba6b5fbcaeb6 163281
2023-02-13T10:47:17.602Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-13T10:47:17.602Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-13T10:47:17.602Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:47:17.603Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:17.603Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:17.603Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285237602,
  "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-13T10:47:18.604Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:47:18.607Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-13T10:47:18.607Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b2b3ba38-db9d-451b-bfc1-ba6b5fbcaeb6, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-13T10:47:18.607Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-13T10:47:18.608Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-13T10:47:18.608Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-13T10:47:18.826Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5861453657274442530/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-13T10:47:20.190Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-13T10:47:20.191Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-13T10:47:20.191Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-13T10:47:20.191Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-13T10:47:20.191Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-13T10:47:20.192Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-13T10:47:20.192Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-13T10:47:20.192Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-13T10:47:20.192Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-13T10:47:20.192Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.193Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:20.193Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-13T10:47:20.194Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-13T10:47:20.194Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:47:20.194Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.194Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:20.195Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-13T10:47:20.195Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-13T10:47:20.195Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:47:20.195Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.196Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:20.196Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.196Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-13T10:47:20.196Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-13T10:47:20.197Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-13T10:47:20.197Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-13T10:47:20.197Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.197Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-13T10:47:20.198Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.198Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-13T10:47:20.198Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:47:20.198Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.199Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-13T10:47:20.199Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:47:20.199Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.199Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-13T10:47:20.199Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:47:20.199Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.199Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-13T10:47:20.200Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:47:20.200Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.200Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-13T10:47:20.200Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-13T10:47:20.200Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=039429e3-7865-4c90-8b3b-63777293f9fc
2023-02-13T10:47:20.200Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.200Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:20.201Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.201Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:20.201Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.201Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:20.201Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:20.201Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:20.202Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:c883fe3e-db06-40c5-b021-9105e517b6fd
Model Version:NULL
Model InvariantUuid:46d42922-52c6-4ea3-813f-e2c08b9ea2ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:b12dcc96-cdf3-4b50-878e-6366ea974d50
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:798cc8f8-6a58-4de1-8be2-9d7600b6987e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:079aa6af-8ef1-4681-8af3-fe47cf0eda5c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7893214f-b9ac-419e-aeb5-004f7575cdbb
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:744cd50d-cedf-4514-8523-0e3bb3a002b0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:dca1480a-10cd-48f0-b11f-ccd5060dcfda
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:852fa1fd-6c9b-4876-87de-29090215697e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:039429e3-7865-4c90-8b3b-63777293f9fc
ModelInvariantUuid:2c95d387-e206-4eb9-bd1d-f746e9e83548
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:48901fab-1df3-48de-a86f-1d7128b1ca57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:68493dc9-9397-467c-8498-fbf91511495a
ModelInvariantUuid:46717be2-9fc5-453b-8b39-2dcf1604e43e
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:4bdadef4-e69f-4218-b928-ddef9708c879
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-13T10:47:20.214Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e850bc26-d091-454a-b6ae-7f0575150e5c
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-13T10:47:20.219Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2023-02-13T10:47:20.219Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e850bc26-d091-454a-b6ae-7f0575150e5c
2023-02-13T10:47:20.220Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4aace799-8419-4ddd-a1f8-25f1a7d79f4d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-13T10:47:20.220Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:47:20.220Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-13T10:47:20.330Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:47:20.331Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 4aace799-8419-4ddd-a1f8-25f1a7d79f4d 1565
2023-02-13T10:47:20.331Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-13T10:47:20.332Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-13T10:47:20.332Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:47:20.332Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:20.332Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:20.332Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285240331,
  "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-13T10:47:21.333Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "dca1480a-10cd-48f0-b11f-ccd5060dcfda",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "852fa1fd-6c9b-4876-87de-29090215697e",
    "vfModuleModelCustomizationUUID": "34e2928c-2d29-4f65-9abb-1027ba807cef",
    "isBase": true,
    "artifacts": [
      "c11722cb-cba0-41a4-84cd-6b49b0c32091",
      "a869cee9-a6b3-467b-9401-7c11a785e297"
    ],
    "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": "7893214f-b9ac-419e-aeb5-004f7575cdbb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "744cd50d-cedf-4514-8523-0e3bb3a002b0",
    "vfModuleModelCustomizationUUID": "46b01a1c-f665-40bf-af95-7b1eb4d7049e",
    "isBase": false,
    "artifacts": [
      "05577efa-6f34-4458-b098-deb1e3dfd59f"
    ],
    "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-13T10:47:21.340Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:852fa1fd-6c9b-4876-87de-29090215697e
VfModuleModelInvariantUUID:dca1480a-10cd-48f0-b11f-ccd5060dcfda
VfModuleModelDescription:NULL
Artifacts UUID List:{
c11722cb-cba0-41a4-84cd-6b49b0c32091
,
a869cee9-a6b3-467b-9401-7c11a785e297

}
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:744cd50d-cedf-4514-8523-0e3bb3a002b0
VfModuleModelInvariantUUID:7893214f-b9ac-419e-aeb5-004f7575cdbb
VfModuleModelDescription:NULL
Artifacts UUID List:{
05577efa-6f34-4458-b098-deb1e3dfd59f

}
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-13T10:47:21.344Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "dca1480a-10cd-48f0-b11f-ccd5060dcfda",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "852fa1fd-6c9b-4876-87de-29090215697e",
    "vfModuleModelCustomizationUUID": "34e2928c-2d29-4f65-9abb-1027ba807cef",
    "isBase": true,
    "artifacts": [
      "c11722cb-cba0-41a4-84cd-6b49b0c32091",
      "a869cee9-a6b3-467b-9401-7c11a785e297"
    ],
    "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": "7893214f-b9ac-419e-aeb5-004f7575cdbb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "744cd50d-cedf-4514-8523-0e3bb3a002b0",
    "vfModuleModelCustomizationUUID": "46b01a1c-f665-40bf-af95-7b1eb4d7049e",
    "isBase": false,
    "artifacts": [
      "05577efa-6f34-4458-b098-deb1e3dfd59f"
    ],
    "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-13T10:47:21.345Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:852fa1fd-6c9b-4876-87de-29090215697e
VfModuleModelInvariantUUID:dca1480a-10cd-48f0-b11f-ccd5060dcfda
VfModuleModelDescription:NULL
Artifacts UUID List:{
c11722cb-cba0-41a4-84cd-6b49b0c32091
,
a869cee9-a6b3-467b-9401-7c11a785e297

}
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:744cd50d-cedf-4514-8523-0e3bb3a002b0
VfModuleModelInvariantUUID:7893214f-b9ac-419e-aeb5-004f7575cdbb
VfModuleModelDescription:NULL
Artifacts UUID List:{
05577efa-6f34-4458-b098-deb1e3dfd59f

}
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-13T10:47:21.345Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c11722cb-cba0-41a4-84cd-6b49b0c32091 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-13T10:47:21.345Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:47:21.346Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-13T10:47:21.434Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:47:21.435Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml c11722cb-cba0-41a4-84cd-6b49b0c32091 914
2023-02-13T10:47:21.435Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-13T10:47:21.435Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-13T10:47:21.435Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:47:21.436Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:21.436Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:21.436Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285241435,
  "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-13T10:47:22.437Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c3dc4218-1c2f-490f-973c-7714595a89e4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-13T10:47:22.437Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:47:22.438Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-13T10:47:22.485Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:47:22.486Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c3dc4218-1c2f-490f-973c-7714595a89e4 12
2023-02-13T10:47:22.486Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-13T10:47:22.486Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-13T10:47:22.486Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:47:22.487Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:22.487Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:22.487Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285242486,
  "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-13T10:47:23.488Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a869cee9-a6b3-467b-9401-7c11a785e297 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-13T10:47:23.488Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:47:23.488Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-13T10:47:23.552Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:47:23.553Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a869cee9-a6b3-467b-9401-7c11a785e297 96
2023-02-13T10:47:23.553Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-13T10:47:23.553Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-13T10:47:23.554Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:47:23.554Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:23.554Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:23.554Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285243553,
  "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-13T10:47:24.555Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 05577efa-6f34-4458-b098-deb1e3dfd59f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-13T10:47:24.555Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:47:24.555Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-13T10:47:24.627Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:47:24.628Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 05577efa-6f34-4458-b098-deb1e3dfd59f 20206
2023-02-13T10:47:24.628Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-13T10:47:24.628Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-13T10:47:24.628Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:47:24.629Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:24.629Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:24.629Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285244628,
  "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-13T10:47:25.633Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c883fe3e-db06-40c5-b021-9105e517b6fd
2023-02-13T10:47:25.633Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 e850bc26-d091-454a-b6ae-7f0575150e5c 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-13T10:47:25.655Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d070295, org.onap.sdc.toscaparser.api.parameters.Input@156e50ed, org.onap.sdc.toscaparser.api.parameters.Input@6f7e3c7f, org.onap.sdc.toscaparser.api.parameters.Input@327714bb, org.onap.sdc.toscaparser.api.parameters.Input@4791abca]
2023-02-13T10:47:25.656Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:25.657Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:25.657Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-13T10:47:25.657Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 079aa6af-8ef1-4681-8af3-fe47cf0eda5c
2023-02-13T10:47:25.657Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 079aa6af-8ef1-4681-8af3-fe47cf0eda5c matches Tosca VF Customization UUID: 079aa6af-8ef1-4681-8af3-fe47cf0eda5c
2023-02-13T10:47:25.658Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 079aa6af-8ef1-4681-8af3-fe47cf0eda5c  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-13T10:47:25.660Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:25.661Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:25.661Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 079aa6af-8ef1-4681-8af3-fe47cf0eda5c: {\"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-13T10:47:25.662Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34c426f1
2023-02-13T10:47:25.662Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:25.662Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-13T10:47:25.663Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 46b01a1c-f665-40bf-af95-7b1eb4d7049e
2023-02-13T10:47:25.663Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 46b01a1c-f665-40bf-af95-7b1eb4d7049e
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-13T10:47:25.667Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:25.667Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-13T10:47:25.668Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:47:25.668Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:25.668Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-13T10:47:25.669Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:47:25.669Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:25.669Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-13T10:47:25.670Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=079aa6af-8ef1-4681-8af3-fe47cf0eda5c
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-13T10:47:25.672Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:25.673Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:25.673Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c883fe3e-db06-40c5-b021-9105e517b6fd: basic_cnf_macro
2023-02-13T10:47:25.673Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:25.674Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:25.674Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:25.674Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:25.675Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:25.675Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:25.675Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:25.676Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:25.676Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:47:25.676Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:47:25.677Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-13T10:47:25.821Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro e850bc26-d091-454a-b6ae-7f0575150e5c 2 ASDC deployResourceStructure
2023-02-13T10:47:25.822Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-13T10:47:25.822Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-13T10:47:25.822Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:47:25.823Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:25.823Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:25.823Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285245822,
  "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-13T10:47:26.824Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-13T10:47:26.825Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-13T10:47:26.825Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:47:26.825Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:26.826Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:26.826Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285246824,
  "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-13T10:47:27.827Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-13T10:47:27.827Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-13T10:47:27.827Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-13T10:47:27.828Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:27.828Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:27.828Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285247827,
  "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-13T10:47:28.829Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-13T10:47:28.829Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-13T10:47:28.830Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:47:28.830Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:28.830Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:28.830Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285248829,
  "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-13T10:47:29.831Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-13T10:47:29.832Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-13T10:47:29.832Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-13T10:47:29.832Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:29.832Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:29.832Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285249831,
  "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-13T10:47:30.833Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-13T10:47:30.833Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-13T10:47:30.833Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:47:30.834Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:47:30.834Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:47:30.834Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285250833,
  "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-13T10:47:31.835Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:47:31.857Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
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-13T10:47:31.862Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:47:31.862Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:47:31.862Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:47:45.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:47:45.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:47:45.716Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285219262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:47:45.717Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:47:45.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:47:45.717Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:47:45.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:01.863Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:48:01.881Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
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-13T10:48:01.884Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:48:01.884Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:48:01.885Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:48:31.886Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:48:31.904Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
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-13T10:48:31.906Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:48:31.906Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:48:31.906Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:48:45.715Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:48:45.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.721Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285221867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.724Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285215388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.725Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.726Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285219262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.728Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285221867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.728Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285215388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.729Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.730Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285219262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.731Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.731Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285221867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.732Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285215388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.733Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.734Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285219262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.735Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285221867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.736Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285215388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.736Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285219262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.737Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.738Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285221867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.739Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285215388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.740Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285219262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.741Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.742Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285221867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.742Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285215388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.743Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285219262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.744Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.744Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285221867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.745Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285219262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.746Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.746Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.746Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.747Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285215388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.747Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.747Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285221867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.748Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285234143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.749Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285215388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.749Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.749Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285219262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.750Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.750Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285221867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.750Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.751Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.751Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285234143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.752Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.752Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285215388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.752Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.753Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285219262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.753Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285188102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.754Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.754Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285221867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.754Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.755Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285234143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.755Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285237318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.756Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285237799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.757Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285237329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.758Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285237602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.758Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285234143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.759Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285238379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.760Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285234143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.760Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.760Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285239449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.760Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.761Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285234143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.761Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285240400,
  "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-13T10:48:45.786Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
2023-02-13T10:48:45.787Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6 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-13T10:48:45.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.807Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285240331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.808Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285240529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.808Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285234143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.808Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285241435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.808Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285234143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.809Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285241603,
  "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-13T10:48:45.814Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
2023-02-13T10:48:45.814Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6 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-13T10:48:45.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285242486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285234143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:48:45.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285242605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-13T10:48:45.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285243553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285234143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:48:45.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.850Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285244628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.850Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285244969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:48:45.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.851Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285245822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-13T10:48:45.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.851Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285246824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-13T10:48:45.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.852Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285247572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:48:45.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.852Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285247827,
  "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-13T10:48:45.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.852Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285248647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:48:45.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.853Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285248574,
  "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-13T10:48:45.860Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
2023-02-13T10:48:45.860Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6 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-13T10:48:45.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.873Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285248829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-13T10:48:45.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.874Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285249654,
  "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-13T10:48:45.884Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
2023-02-13T10:48:45.885Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6 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-13T10:48:45.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.897Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285249831,
  "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-13T10:48:45.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:48:45.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:48:45.899Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285250833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:48:45.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:01.907Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:49:01.920Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6
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-13T10:49:01.923Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:49:01.924Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-13T10:49:01.924Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-13T10:49:01.924Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-13T10:49:01.924Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:49:01.924Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:49:01.924Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:49:01.925Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:49:01.925Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:49:01.925Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-13T10:49:01.931Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-13T10:49:31.931Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6 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-13T10:49:31.940Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6 and serviceModelVersionId: c883fe3e-db06-40c5-b021-9105e517b6fd
2023-02-13T10:49:31.940Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46d42922-52c6-4ea3-813f-e2c08b9ea2ba
2023-02-13T10:49:31.943Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46d42922-52c6-4ea3-813f-e2c08b9ea2ba/model-vers/model-ver/c883fe3e-db06-40c5-b021-9105e517b6fd?depth=0
2023-02-13T10:49:31.957Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-13T10:49:32.017Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/46d42922-52c6-4ea3-813f-e2c08b9ea2ba/model-vers/model-ver/c883fe3e-db06-40c5-b021-9105e517b6fd?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-13T10:49:32.019Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/46d42922-52c6-4ea3-813f-e2c08b9ea2ba/model-vers/model-ver/c883fe3e-db06-40c5-b021-9105e517b6fd?depth=0|INFO|500||Invoke
2023-02-13T10:49:32.027Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/46d42922-52c6-4ea3-813f-e2c08b9ea2ba/model-vers/model-ver/c883fe3e-db06-40c5-b021-9105e517b6fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-13T10:49:32.294Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/46d42922-52c6-4ea3-813f-e2c08b9ea2ba/model-vers/model-ver/c883fe3e-db06-40c5-b021-9105e517b6fd?depth=0|INFO|500||InvokeReturn
2023-02-13T10:49:32.295Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/46d42922-52c6-4ea3-813f-e2c08b9ea2ba/model-vers/model-ver/c883fe3e-db06-40c5-b021-9105e517b6fd?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Feb 2023 10:49:31 GMT], content-length=[0], vertex-id=[454736], x-aai-txid=[1-aai-resources-230213-10:49:31:936-95593], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-13T10:49:32.296Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-02-13T10:49:32.296Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-13T10:49:32.297Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-13T10:49:32.316Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-13T10:49:32.316Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c61c2bb-cef9-4e51-b767-aa74fed1e1d6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-13T10:49:32.316Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-13T10:49:32.317Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:32.317Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:32.317Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285372316,
  "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-13T10:49:33.332Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:49:33.343Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-13T10:49:33.344Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"85546fcb-d0c1-4c7d-a83b-af56eedc4987","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"06c3d76a-7003-4572-85b1-01f69fe40f95","serviceDescription":"service","serviceInvariantUUID":"fe34d56c-f17a-4929-b6e4-f2c1db980c47","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"47b162aa-1851-4112-a40f-610c60336609","resourceInvariantUUID":"9213d32e-2deb-4559-99a3-61febd51e10a","resourceCustomizationUUID":"bd1623dd-5fc2-4655-9adb-d8137d4239aa","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":"MThjODdjMzZmZGM5OTY3ZmRmNTcwY2IyMDliYjg1NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32fe6925-ea85-4427-a45c-7baafe15ff30","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":"OTU3OGJlODZkMjU5MjFkZTJmNDRlYTdkNWM0MDRhNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5d2c756-457c-4df5-8bd7-45e977c4bfb1","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":"9cbdcfc1-c483-4add-8f05-61ff484f866f","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":"01e2562d-1e02-4e7c-966f-3f4e5a7cf453","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":"358edcad-b67b-482e-a1e8-8d812f1a8494","artifactVersion":"2","generatedFromUUID":"9cbdcfc1-c483-4add-8f05-61ff484f866f"},{"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":"YWI5ZjNjMjQ2MmUxMjlmNTNkZjJjOGJlYmYzYWRjNTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"23157a06-c986-47fc-8dbd-ee05797e848e","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":"M2FmMTBkYTQ4OWU2ODNiYmU3YWJlN2QyYWY5MzZlYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39d3793d-8e75-4caa-95fc-bd2ca7726eb1","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZGM0MTE5MjViNDgyNWZjZTYwMzIzMDc5ZTBiY2I4ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"26a7863e-f36a-4de1-bcff-f45a13bf4e27","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-13T10:49:33.346Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:49:33.346Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:33.346Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:33.347Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:49:34.347Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:49:34.348Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:34.348Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:34.349Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:49:35.350Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:49:35.350Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:35.350Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:35.351Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:49:36.351Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:49:36.352Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:36.352Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:36.352Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:49:37.353Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:49:37.354Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:37.354Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:37.354Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:49:38.355Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:49:38.356Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:38.356Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:38.356Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:49:39.357Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:49:39.357Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:39.358Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:39.358Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:49:40.358Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:49:40.359Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:40.359Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:40.360Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:49:41.361Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "06c3d76a-7003-4572-85b1-01f69fe40f95",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fe34d56c-f17a-4929-b6e4-f2c1db980c47",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bd1623dd-5fc2-4655-9adb-d8137d4239aa",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "47b162aa-1851-4112-a40f-610c60336609",
      "resourceInvariantUUID": "9213d32e-2deb-4559-99a3-61febd51e10a",
      "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": "OTU3OGJlODZkMjU5MjFkZTJmNDRlYTdkNWM0MDRhNWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f5d2c756-457c-4df5-8bd7-45e977c4bfb1",
          "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": "9cbdcfc1-c483-4add-8f05-61ff484f866f",
          "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": "358edcad-b67b-482e-a1e8-8d812f1a8494",
            "generatedFromUUID": "9cbdcfc1-c483-4add-8f05-61ff484f866f"
          },
          "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": "358edcad-b67b-482e-a1e8-8d812f1a8494",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZGM0MTE5MjViNDgyNWZjZTYwMzIzMDc5ZTBiY2I4ZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "26a7863e-f36a-4de1-bcff-f45a13bf4e27"
    }
  ],
  "workloadContext": "Production"
}
2023-02-13T10:49:41.361Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-13T10:49:41.362Z|6c61c2bb-cef9-4e51-b767-aa74fed1e1d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 06c3d76a-7003-4572-85b1-01f69fe40f95 ASDC
2023-02-13T10:49:41.362Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:85546fcb-d0c1-4c7d-a83b-af56eedc4987
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:06c3d76a-7003-4572-85b1-01f69fe40f95
ServiceInvariantUUID:fe34d56c-f17a-4929-b6e4-f2c1db980c47
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:26a7863e-f36a-4de1-bcff-f45a13bf4e27
ArtifactChecksum:ZGM0MTE5MjViNDgyNWZjZTYwMzIzMDc5ZTBiY2I4ZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bd1623dd-5fc2-4655-9adb-d8137d4239aa
ResourceInvariantUUID:9213d32e-2deb-4559-99a3-61febd51e10a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:47b162aa-1851-4112-a40f-610c60336609
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:f5d2c756-457c-4df5-8bd7-45e977c4bfb1
ArtifactChecksum:OTU3OGJlODZkMjU5MjFkZTJmNDRlYTdkNWM0MDRhNWY=
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:9cbdcfc1-c483-4add-8f05-61ff484f866f
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:358edcad-b67b-482e-a1e8-8d812f1a8494
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:358edcad-b67b-482e-a1e8-8d812f1a8494
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-13T10:49:41.362Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06c3d76a-7003-4572-85b1-01f69fe40f95 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-13T10:49:41.456Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:49:41.457Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-13T10:49:41.457Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-13T10:49:41.457Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 26a7863e-f36a-4de1-bcff-f45a13bf4e27 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-13T10:49:41.457Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:49:41.458Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-13T10:49:41.616Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:49:41.617Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 26a7863e-f36a-4de1-bcff-f45a13bf4e27 82999
2023-02-13T10:49:41.617Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-13T10:49:41.618Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-13T10:49:41.618Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:49:41.618Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:41.618Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:41.618Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285381617,
  "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-13T10:49:42.619Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:49:42.620Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-13T10:49:42.620Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 26a7863e-f36a-4de1-bcff-f45a13bf4e27, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-13T10:49:42.620Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-13T10:49:42.620Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-13T10:49:42.621Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-13T10:49:42.734Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP950273570326559335/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-13T10:49:43.968Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-13T10:49:43.969Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-13T10:49:43.969Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-13T10:49:43.969Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-13T10:49:43.969Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-13T10:49:43.969Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-13T10:49:43.970Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-13T10:49:43.970Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-13T10:49:43.970Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-13T10:49:43.971Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-13T10:49:43.971Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-13T10:49:43.971Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-13T10:49:43.971Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.972Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:43.972Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-13T10:49:43.972Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-13T10:49:43.973Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:49:43.973Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.973Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:43.973Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-13T10:49:43.973Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-13T10:49:43.974Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:49:43.974Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.974Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:43.975Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.975Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-13T10:49:43.975Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-13T10:49:43.975Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-13T10:49:43.975Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-13T10:49:43.975Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-13T10:49:43.976Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-13T10:49:43.976Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.977Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-13T10:49:43.977Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.977Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-13T10:49:43.977Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:49:43.978Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.978Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-13T10:49:43.978Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:49:43.978Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.979Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-13T10:49:43.979Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:49:43.979Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.979Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-13T10:49:43.979Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-13T10:49:43.980Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-13T10:49:43.980Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=59e72175-4630-44ab-a038-d7561f6632a0
2023-02-13T10:49:43.980Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.980Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:43.981Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.981Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:43.981Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.981Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:43.982Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:43.982Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:43.982Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:06c3d76a-7003-4572-85b1-01f69fe40f95
Model Version:NULL
Model InvariantUuid:fe34d56c-f17a-4929-b6e4-f2c1db980c47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e691151a-0c08-417c-b87e-f439139c2a50
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9213d32e-2deb-4559-99a3-61febd51e10a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bd1623dd-5fc2-4655-9adb-d8137d4239aa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ad417ece-1c6a-4722-b722-75de45075e1a
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:92e232c4-440f-4426-99db-aee0f1507ea9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:59e72175-4630-44ab-a038-d7561f6632a0
ModelInvariantUuid:b3505a03-8612-4862-8d79-0e3f9a38de12
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0613c0a9-9bc9-4dbd-849a-8ba8ac8bc8a6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7de28e9d-36ad-46c0-ba52-2714dd0dd7f4
ModelInvariantUuid:0962b924-fcf0-4b38-b105-bad01a6753cf
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:2fdf2dc9-23c4-456b-9116-0a518641d5f9
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-13T10:49:44.012Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 47b162aa-1851-4112-a40f-610c60336609
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-13T10:49:44.016Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2023-02-13T10:49:44.016Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 47b162aa-1851-4112-a40f-610c60336609
2023-02-13T10:49:44.017Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f5d2c756-457c-4df5-8bd7-45e977c4bfb1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-13T10:49:44.017Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:49:44.017Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-13T10:49:44.106Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:49:44.106Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f5d2c756-457c-4df5-8bd7-45e977c4bfb1 792
2023-02-13T10:49:44.107Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-13T10:49:44.107Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-13T10:49:44.107Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:49:44.107Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:44.107Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:44.108Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285384107,
  "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-13T10:49:45.109Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ad417ece-1c6a-4722-b722-75de45075e1a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "92e232c4-440f-4426-99db-aee0f1507ea9",
    "vfModuleModelCustomizationUUID": "1b1cd236-1ce6-4331-8d86-1b091d832f9c",
    "isBase": true,
    "artifacts": [
      "9cbdcfc1-c483-4add-8f05-61ff484f866f",
      "358edcad-b67b-482e-a1e8-8d812f1a8494"
    ],
    "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-13T10:49:45.113Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:92e232c4-440f-4426-99db-aee0f1507ea9
VfModuleModelInvariantUUID:ad417ece-1c6a-4722-b722-75de45075e1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
9cbdcfc1-c483-4add-8f05-61ff484f866f
,
358edcad-b67b-482e-a1e8-8d812f1a8494

}
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-13T10:49:45.114Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ad417ece-1c6a-4722-b722-75de45075e1a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "92e232c4-440f-4426-99db-aee0f1507ea9",
    "vfModuleModelCustomizationUUID": "1b1cd236-1ce6-4331-8d86-1b091d832f9c",
    "isBase": true,
    "artifacts": [
      "9cbdcfc1-c483-4add-8f05-61ff484f866f",
      "358edcad-b67b-482e-a1e8-8d812f1a8494"
    ],
    "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-13T10:49:45.114Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:92e232c4-440f-4426-99db-aee0f1507ea9
VfModuleModelInvariantUUID:ad417ece-1c6a-4722-b722-75de45075e1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
9cbdcfc1-c483-4add-8f05-61ff484f866f
,
358edcad-b67b-482e-a1e8-8d812f1a8494

}
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-13T10:49:45.115Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9cbdcfc1-c483-4add-8f05-61ff484f866f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-13T10:49:45.115Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:49:45.115Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-13T10:49:45.169Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:49:45.170Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 9cbdcfc1-c483-4add-8f05-61ff484f866f 5033
2023-02-13T10:49:45.170Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-13T10:49:45.170Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-13T10:49:45.170Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:49:45.171Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:45.171Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:45.171Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285385170,
  "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-13T10:49:45.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:49:45.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.719Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285273609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285241405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285273609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-13T10:49:45.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285241405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.721Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285273609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-13T10:49:45.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.721Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285241405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.721Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285273609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.722Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285241405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.722Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285281867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.722Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285273609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-13T10:49:45.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.723Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285241405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.723Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285281867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.723Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285273609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.723Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285241405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.724Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285281867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.724Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285273609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.724Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285241405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.725Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285281867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.725Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285273609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:49:45.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.725Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285241405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:49:45.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.725Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285281867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.726Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285286818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:49:45.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.726Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285287299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:49:45.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.726Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285281867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.726Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285287871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:49:45.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.727Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285281867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.727Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285288579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-13T10:49:45.736Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 85546fcb-d0c1-4c7d-a83b-af56eedc4987
2023-02-13T10:49:45.736Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85546fcb-d0c1-4c7d-a83b-af56eedc4987 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-13T10:49:45.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.753Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285281867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:49:45.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.753Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285288924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:49:45.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.754Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285289952,
  "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-13T10:49:45.761Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85546fcb-d0c1-4c7d-a83b-af56eedc4987
2023-02-13T10:49:45.761Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85546fcb-d0c1-4c7d-a83b-af56eedc4987 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-13T10:49:45.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.771Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285289990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:49:45.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285290955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-13T10:49:45.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285294143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.773Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285294143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.773Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285294143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.774Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285294143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.774Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285297996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:49:45.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.774Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285294143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285298998,
  "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-13T10:49:45.780Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 85546fcb-d0c1-4c7d-a83b-af56eedc4987
2023-02-13T10:49:45.781Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85546fcb-d0c1-4c7d-a83b-af56eedc4987 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-13T10:49:45.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.790Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285294143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.791Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285294143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.791Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285294143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:49:45.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.791Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285302912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:49:45.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.792Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285306459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:49:45.792Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.792Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285307470,
  "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-13T10:49:45.797Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 85546fcb-d0c1-4c7d-a83b-af56eedc4987
2023-02-13T10:49:45.797Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85546fcb-d0c1-4c7d-a83b-af56eedc4987 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-13T10:49:45.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.808Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285311867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.808Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285289581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.809Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285291957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.809Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285311867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.809Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285291957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.809Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285289581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.810Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.810Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285311867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.810Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.810Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285291957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.810Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.810Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285289581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.811Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285311867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.811Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285291957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.811Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285289581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.812Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285311867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.812Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285291957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.812Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285289581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.813Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285311867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.813Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285291957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.813Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285289581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.813Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285311867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.814Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285291957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.814Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285289581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.814Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285311867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.815Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285291957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.815Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.815Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285289581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.815Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.815Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285311867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:49:45.815Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.816Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676285291957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:49:45.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.816Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285289581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:49:45.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.816Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285323447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:49:45.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.816Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285322977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:49:45.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:45.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.817Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676285324717,
  "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-13T10:49:45.830Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afaae257-c95d-4740-9eed-5caafea8a7bb
2023-02-13T10:49:45.830Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId afaae257-c95d-4740-9eed-5caafea8a7bb 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-13T10:49:45.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:49:45.838Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285324143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:49:45.838Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:49:46.173Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 358edcad-b67b-482e-a1e8-8d812f1a8494 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-13T10:49:46.174Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:49:46.174Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-13T10:49:46.237Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:49:46.237Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 358edcad-b67b-482e-a1e8-8d812f1a8494 903
2023-02-13T10:49:46.238Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-13T10:49:46.238Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-13T10:49:46.238Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:49:46.238Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:46.238Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:46.238Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285386238,
  "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-13T10:49:47.239Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 06c3d76a-7003-4572-85b1-01f69fe40f95
2023-02-13T10:49:47.240Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 47b162aa-1851-4112-a40f-610c60336609 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-13T10:49:47.261Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fc417e2, org.onap.sdc.toscaparser.api.parameters.Input@477c83f7, org.onap.sdc.toscaparser.api.parameters.Input@6cf2769c, org.onap.sdc.toscaparser.api.parameters.Input@6e078bb4, org.onap.sdc.toscaparser.api.parameters.Input@7163ea91]
2023-02-13T10:49:47.262Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.263Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:47.263Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-13T10:49:47.263Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= bd1623dd-5fc2-4655-9adb-d8137d4239aa
2023-02-13T10:49:47.263Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd1623dd-5fc2-4655-9adb-d8137d4239aa matches Tosca VF Customization UUID: bd1623dd-5fc2-4655-9adb-d8137d4239aa
2023-02-13T10:49:47.263Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: bd1623dd-5fc2-4655-9adb-d8137d4239aa  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-13T10:49:47.267Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.268Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:47.269Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id bd1623dd-5fc2-4655-9adb-d8137d4239aa: {\"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-13T10:49:47.269Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f920203
2023-02-13T10:49:47.269Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.269Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-13T10:49:47.269Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b1cd236-1ce6-4331-8d86-1b091d832f9c
2023-02-13T10:49:47.270Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b1cd236-1ce6-4331-8d86-1b091d832f9c
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-13T10:49:47.274Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.275Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-13T10:49:47.275Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:49:47.275Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.276Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-13T10:49:47.276Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:49:47.276Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.276Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-13T10:49:47.277Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-13T10:49:47.277Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-13T10:49:47.277Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=59e72175-4630-44ab-a038-d7561f6632a0
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-13T10:49:47.280Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.281Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-13T10:49:47.281Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-13T10:49:47.281Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.281Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-13T10:49:47.282Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bd1623dd-5fc2-4655-9adb-d8137d4239aa
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-13T10:49:47.285Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.285Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:47.286Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 06c3d76a-7003-4572-85b1-01f69fe40f95: basic_vm_macro
2023-02-13T10:49:47.286Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.287Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:47.287Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.287Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:47.288Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.288Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:47.288Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.288Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:47.289Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:49:47.289Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:49:47.289Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-13T10:49:47.550Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 47b162aa-1851-4112-a40f-610c60336609 1 ASDC deployResourceStructure
2023-02-13T10:49:47.550Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-13T10:49:47.551Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-13T10:49:47.551Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:49:47.551Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:47.551Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:47.551Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285387550,
  "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-13T10:49:48.552Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-13T10:49:48.553Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-13T10:49:48.553Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:49:48.554Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:48.554Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:48.554Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285388552,
  "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-13T10:49:49.556Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-13T10:49:49.557Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-13T10:49:49.557Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:49:49.558Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:49.558Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:49.558Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285389556,
  "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-13T10:49:50.560Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-13T10:49:50.560Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-13T10:49:50.560Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:49:50.561Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:49:50.561Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:49:50.561Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285390560,
  "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-13T10:49:51.563Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85546fcb-d0c1-4c7d-a83b-af56eedc4987
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:49:51.577Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85546fcb-d0c1-4c7d-a83b-af56eedc4987
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-13T10:49:51.580Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:49:51.580Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-13T10:49:51.580Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-13T10:49:51.580Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-13T10:49:51.580Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:49:51.580Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:49:51.580Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:49:51.580Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:49:51.581Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:49:51.581Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-13T10:49:51.586Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-13T10:50:21.587Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 85546fcb-d0c1-4c7d-a83b-af56eedc4987 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-13T10:50:21.598Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 85546fcb-d0c1-4c7d-a83b-af56eedc4987 and serviceModelVersionId: 06c3d76a-7003-4572-85b1-01f69fe40f95
2023-02-13T10:50:21.598Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe34d56c-f17a-4929-b6e4-f2c1db980c47
2023-02-13T10:50:21.600Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe34d56c-f17a-4929-b6e4-f2c1db980c47/model-vers/model-ver/06c3d76a-7003-4572-85b1-01f69fe40f95?depth=0
2023-02-13T10:50:21.607Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-13T10:50:21.665Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fe34d56c-f17a-4929-b6e4-f2c1db980c47/model-vers/model-ver/06c3d76a-7003-4572-85b1-01f69fe40f95?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-13T10:50:21.668Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fe34d56c-f17a-4929-b6e4-f2c1db980c47/model-vers/model-ver/06c3d76a-7003-4572-85b1-01f69fe40f95?depth=0|INFO|500||Invoke
2023-02-13T10:50:21.679Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fe34d56c-f17a-4929-b6e4-f2c1db980c47/model-vers/model-ver/06c3d76a-7003-4572-85b1-01f69fe40f95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-13T10:50:21.924Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fe34d56c-f17a-4929-b6e4-f2c1db980c47/model-vers/model-ver/06c3d76a-7003-4572-85b1-01f69fe40f95?depth=0|INFO|500||InvokeReturn
2023-02-13T10:50:21.926Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fe34d56c-f17a-4929-b6e4-f2c1db980c47/model-vers/model-ver/06c3d76a-7003-4572-85b1-01f69fe40f95?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Feb 2023 10:50:21 GMT], content-length=[0], vertex-id=[499784], x-aai-txid=[0-aai-resources-230213-10:50:21:590-15343], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-13T10:50:21.927Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-02-13T10:50:21.927Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-13T10:50:21.927Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-13T10:50:22.257Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-13T10:50:22.258Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 85546fcb-d0c1-4c7d-a83b-af56eedc4987 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-13T10:50:22.258Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-13T10:50:22.258Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:50:22.259Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:50:22.259Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285422258,
  "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-13T10:50:23.281Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-13T10:50:23.281Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"afaae257-c95d-4740-9eed-5caafea8a7bb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"70a56574-4b8f-4abb-a4de-dfa207632435","serviceDescription":"service","serviceInvariantUUID":"4ecb7904-3780-44f2-a28b-77a7449a7768","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dfad4a39-724e-49e8-a028-9d198899ed8c","resourceInvariantUUID":"5ac2367f-50d2-4ad3-9cfe-24477ffea5a5","resourceCustomizationUUID":"3f9c7474-a943-4c13-bb23-9ea0e93beb9f","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":"MjE2MmExNDQyYjZhNzA5MWNjMGZhZGYwNzgxYjI2Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"34b04d09-deea-41da-b352-0079fa596110","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":"783013c5-e516-4fb1-9813-a85759fb2fc0","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":"5570d316-e04f-45c5-b880-9efa979c6260","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":"YmJhN2JmZDg2MzRhNDA2NTZjNTZiNjcwM2VkODE3Y2M\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2f71bd4c-36f2-480d-a459-5ea9778e6408","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":"eec10320-a7d7-45fc-bfad-c5fd8457b5f8","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":"bcb6f01d-a54f-4d23-9752-fcf153a98a30","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":"00753c48-557d-4a43-b461-8b284d189630","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":"MzE4Nzk2ZmJhOGU1NWZkZWUzNGY3YWI4NjQxYTJjY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f17567-916c-4e3b-8753-afb4b8fa1d2e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OTAzMTU4ZjlmMmU3YjJlOGMwZTUzOWRjMDJjZjhlNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2f68f26-42a5-4d00-a4e1-de38820ba974","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-13T10:50:23.282Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:50:23.282Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:50:23.282Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:50:23.283Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:50:24.284Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:50:24.284Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:50:24.284Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:50:24.285Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:50:25.286Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:50:25.286Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:50:25.287Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:50:25.287Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:50:26.288Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:50:26.288Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:50:26.289Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:50:26.289Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:50:27.290Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:50:27.290Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:50:27.290Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:50:27.291Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:50:28.291Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:50:28.292Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:50:28.292Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:50:28.292Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:50:29.293Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:50:29.294Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:50:29.294Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:50:29.294Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:50:30.295Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:50:30.296Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:50:30.296Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:50:30.296Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "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-13T10:50:31.298Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-13T10:50:31.299Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:50:31.299Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:50:31.299Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:50:32.300Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "70a56574-4b8f-4abb-a4de-dfa207632435",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4ecb7904-3780-44f2-a28b-77a7449a7768",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3f9c7474-a943-4c13-bb23-9ea0e93beb9f",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dfad4a39-724e-49e8-a028-9d198899ed8c",
      "resourceInvariantUUID": "5ac2367f-50d2-4ad3-9cfe-24477ffea5a5",
      "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": "OTAzMTU4ZjlmMmU3YjJlOGMwZTUzOWRjMDJjZjhlNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e2f68f26-42a5-4d00-a4e1-de38820ba974"
    }
  ],
  "workloadContext": "Production"
}
2023-02-13T10:50:32.300Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-13T10:50:32.301Z|85546fcb-d0c1-4c7d-a83b-af56eedc4987|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70a56574-4b8f-4abb-a4de-dfa207632435 ASDC
2023-02-13T10:50:32.301Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:afaae257-c95d-4740-9eed-5caafea8a7bb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:70a56574-4b8f-4abb-a4de-dfa207632435
ServiceInvariantUUID:4ecb7904-3780-44f2-a28b-77a7449a7768
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:e2f68f26-42a5-4d00-a4e1-de38820ba974
ArtifactChecksum:OTAzMTU4ZjlmMmU3YjJlOGMwZTUzOWRjMDJjZjhlNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3f9c7474-a943-4c13-bb23-9ea0e93beb9f
ResourceInvariantUUID:5ac2367f-50d2-4ad3-9cfe-24477ffea5a5
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:dfad4a39-724e-49e8-a028-9d198899ed8c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-13T10:50:32.301Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70a56574-4b8f-4abb-a4de-dfa207632435 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-13T10:50:32.334Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:50:32.336Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-13T10:50:32.336Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-13T10:50:32.336Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e2f68f26-42a5-4d00-a4e1-de38820ba974 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-13T10:50:32.337Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-13T10:50:32.337Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-13T10:50:32.406Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-13T10:50:32.407Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e2f68f26-42a5-4d00-a4e1-de38820ba974 111098
2023-02-13T10:50:32.408Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-13T10:50:32.408Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-13T10:50:32.408Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-13T10:50:32.408Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:50:32.408Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:50:32.410Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285432408,
  "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-13T10:50:33.410Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-13T10:50:33.411Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-13T10:50:33.412Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e2f68f26-42a5-4d00-a4e1-de38820ba974, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-13T10:50:33.412Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-13T10:50:33.413Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-13T10:50:33.413Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-13T10:50:33.536Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7002262707165476522/Definitions/service-TestPnfMacro-template.yml
2023-02-13T10:50:34.352Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-13T10:50:34.352Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-13T10:50:34.353Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-13T10:50:34.353Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-13T10:50:34.353Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-13T10:50:34.353Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-13T10:50:34.354Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-13T10:50:34.354Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-13T10:50:34.354Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-13T10:50:34.354Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-13T10:50:34.355Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-13T10:50:34.355Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-13T10:50:34.355Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:50:34.356Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:50:34.356Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-13T10:50:34.356Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-13T10:50:34.357Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:50:34.357Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:50:34.357Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:50:34.358Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-13T10:50:34.358Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-13T10:50:34.358Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-13T10:50:34.358Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:50:34.359Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:50:34.359Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:50:34.359Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:50:34.360Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:50:34.360Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:50:34.360Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:50:34.360Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:50:34.361Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:50:34.361Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:50:34.361Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:70a56574-4b8f-4abb-a4de-dfa207632435
Model Version:NULL
Model InvariantUuid:4ecb7904-3780-44f2-a28b-77a7449a7768
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-13T10:50:34.382Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: dfad4a39-724e-49e8-a028-9d198899ed8c
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-13T10:50:34.390Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||test-pnf 0
2023-02-13T10:50:34.391Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dfad4a39-724e-49e8-a028-9d198899ed8c
2023-02-13T10:50:34.391Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 70a56574-4b8f-4abb-a4de-dfa207632435
2023-02-13T10:50:34.391Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 70a56574-4b8f-4abb-a4de-dfa207632435
2023-02-13T10:50:34.391Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 dfad4a39-724e-49e8-a028-9d198899ed8c 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-13T10:50:34.399Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73399fbd, org.onap.sdc.toscaparser.api.parameters.Input@6ac4f241, org.onap.sdc.toscaparser.api.parameters.Input@90166f0, org.onap.sdc.toscaparser.api.parameters.Input@786f54fb, org.onap.sdc.toscaparser.api.parameters.Input@4794f83c]
2023-02-13T10:50:34.400Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:50:34.400Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:50:34.400Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 70a56574-4b8f-4abb-a4de-dfa207632435: test-pnf
2023-02-13T10:50:34.400Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Processing PNF resource: dfad4a39-724e-49e8-a028-9d198899ed8c
2023-02-13T10:50:34.401Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-13T10:50:34.401Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-13T10:50:34.401Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Resource customization UUID: 3f9c7474-a943-4c13-bb23-9ea0e93beb9f is the same as notified resource customizationUUID: 3f9c7474-a943-4c13-bb23-9ea0e93beb9f
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-13T10:50:34.495Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf dfad4a39-724e-49e8-a028-9d198899ed8c 0 ASDC deployResourceStructure
2023-02-13T10:50:34.496Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-13T10:50:34.496Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-13T10:50:34.496Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-13T10:50:34.496Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:50:34.497Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:50:34.497Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285434496,
  "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-13T10:50:35.499Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afaae257-c95d-4740-9eed-5caafea8a7bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:50:35.509Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afaae257-c95d-4740-9eed-5caafea8a7bb
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-13T10:50:35.512Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:50:35.512Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-13T10:50:35.512Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-13T10:50:45.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:50:45.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.718Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285324143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:50:45.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.719Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285324143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:50:45.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.719Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285324143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:50:45.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.719Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285328109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:50:45.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285324143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:50:45.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1676285329111,
  "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-13T10:50:45.735Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afaae257-c95d-4740-9eed-5caafea8a7bb
2023-02-13T10:50:45.735Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId afaae257-c95d-4740-9eed-5caafea8a7bb 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-13T10:50:45.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.753Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285324143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:50:45.754Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.754Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285324143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:50:45.754Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.754Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285324143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:50:45.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.755Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285324143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:50:45.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.756Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285334128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:50:45.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.757Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285337554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:50:45.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.757Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676285338574,
  "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-13T10:50:45.763Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afaae257-c95d-4740-9eed-5caafea8a7bb
2023-02-13T10:50:45.763Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId afaae257-c95d-4740-9eed-5caafea8a7bb 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-13T10:50:45.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.773Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6c61c2bb-cef9-4e51-b767-aa74fed1e1d6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285372316,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-13T10:50:45.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.774Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:50:45.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-13T10:50:45.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-13T10:50:45.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:50:45.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-13T10:50:45.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:50:45.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:50:45.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:50:45.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285381617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:50:45.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285384107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:50:45.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:50:45.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-13T10:50:45.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285385170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:50:45.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:05.513Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afaae257-c95d-4740-9eed-5caafea8a7bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T10:51:05.529Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afaae257-c95d-4740-9eed-5caafea8a7bb
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-13T10:51:05.532Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-13T10:51:05.533Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-13T10:51:05.533Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-13T10:51:05.533Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-13T10:51:05.533Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:51:05.533Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:51:05.533Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:51:05.534Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-13T10:51:05.534Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-13T10:51:05.540Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-13T10:51:35.540Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afaae257-c95d-4740-9eed-5caafea8a7bb 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-13T10:51:35.550Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afaae257-c95d-4740-9eed-5caafea8a7bb and serviceModelVersionId: 70a56574-4b8f-4abb-a4de-dfa207632435
2023-02-13T10:51:35.550Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ecb7904-3780-44f2-a28b-77a7449a7768
2023-02-13T10:51:35.551Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ecb7904-3780-44f2-a28b-77a7449a7768/model-vers/model-ver/70a56574-4b8f-4abb-a4de-dfa207632435?depth=0
2023-02-13T10:51:35.556Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-13T10:51:35.600Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4ecb7904-3780-44f2-a28b-77a7449a7768/model-vers/model-ver/70a56574-4b8f-4abb-a4de-dfa207632435?depth=0|INFO|500||Invoke
2023-02-13T10:51:35.600Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4ecb7904-3780-44f2-a28b-77a7449a7768/model-vers/model-ver/70a56574-4b8f-4abb-a4de-dfa207632435?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4ecb7904-3780-44f2-a28b-77a7449a7768/model-vers/model-ver/70a56574-4b8f-4abb-a4de-dfa207632435?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[afaae257-c95d-4740-9eed-5caafea8a7bb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d9fc677f-98cf-4c6b-a60b-a3ae098df100], X-ECOMP-RequestID=[afaae257-c95d-4740-9eed-5caafea8a7bb], X-TransactionId=[], X-ONAP-RequestID=[afaae257-c95d-4740-9eed-5caafea8a7bb], Content-Type=[application/merge-patch+json]}
2023-02-13T10:51:35.609Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4ecb7904-3780-44f2-a28b-77a7449a7768/model-vers/model-ver/70a56574-4b8f-4abb-a4de-dfa207632435?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-13T10:51:35.807Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4ecb7904-3780-44f2-a28b-77a7449a7768/model-vers/model-ver/70a56574-4b8f-4abb-a4de-dfa207632435?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/4ecb7904-3780-44f2-a28b-77a7449a7768/model-vers/model-ver/70a56574-4b8f-4abb-a4de-dfa207632435?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Feb 2023 10:51:35 GMT], content-length=[0], vertex-id=[483408], x-aai-txid=[1-aai-resources-230213-10:51:35:518-14079], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-13T10:51:35.808Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4ecb7904-3780-44f2-a28b-77a7449a7768/model-vers/model-ver/70a56574-4b8f-4abb-a4de-dfa207632435?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-13T10:51:35.808Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4ecb7904-3780-44f2-a28b-77a7449a7768/model-vers/model-ver/70a56574-4b8f-4abb-a4de-dfa207632435?depth=0|INFO|500||InvokeReturn
2023-02-13T10:51:35.808Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-13T10:51:35.809Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-13T10:51:35.848Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-13T10:51:35.849Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afaae257-c95d-4740-9eed-5caafea8a7bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-13T10:51:35.850Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-13T10:51:35.850Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-13T10:51:35.851Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-13T10:51:35.851Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285495849,
  "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-13T10:51:36.869Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:51:45.714Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:51:45.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.717Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285386238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:51:45.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.718Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285387550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-13T10:51:45.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.719Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285388552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-13T10:51:45.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.719Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285389556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-13T10:51:45.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.719Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285390560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:51:45.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.719Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "85546fcb-d0c1-4c7d-a83b-af56eedc4987",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285422258,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-13T10:51:45.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.720Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:51:45.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.720Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:51:45.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.720Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:51:45.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:51:45.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:51:45.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:51:45.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:51:45.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-13T10:51:45.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285373332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-13T10:51:45.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285432408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-13T10:51:45.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:51:45.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-13T10:51:45.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285434496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-13T10:51:45.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:52:36.870Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:52:45.714Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:52:45.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-13T10:52:45.717Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "afaae257-c95d-4740-9eed-5caafea8a7bb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676285495849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-13T10:52:45.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-13T10:53:36.875Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:53:45.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:54:36.877Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:54:45.715Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:55:36.880Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:55:45.716Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:56:36.881Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:56:45.718Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:57:36.883Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:57:45.719Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:58:36.884Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:58:45.719Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T10:59:36.885Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T10:59:45.721Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:00:36.887Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:00:45.721Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:01:36.888Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:01:45.723Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:02:36.889Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:02:45.724Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:03:36.890Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:03:45.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:04:36.892Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:04:45.726Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:05:36.894Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:05:45.727Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:06:36.895Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:06:45.728Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:07:36.897Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:07:45.730Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:08:36.898Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:08:45.730Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:09:36.900Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:09:45.732Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:10:36.902Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:10:45.733Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:11:36.903Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:11:45.735Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:12:36.904Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:12:45.735Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:13:36.906Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:13:45.737Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:14:36.906Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:14:45.738Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:15:36.908Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:15:45.738Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:16:36.910Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:16:45.739Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:17:36.911Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:17:45.740Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:18:36.913Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:18:45.741Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:19:36.915Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:19:45.742Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:20:36.918Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:20:45.744Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:21:36.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:21:45.744Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:22:36.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:22:45.745Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:23:36.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:23:45.745Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:24:36.923Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:24:45.747Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:25:36.923Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:25:45.748Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:26:36.924Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:26:45.750Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:27:36.926Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:27:45.751Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:28:36.928Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:28:45.752Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:29:36.930Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:29:45.752Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:30:36.932Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:30:45.754Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:31:36.932Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:31:45.754Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:32:36.934Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:32:45.755Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:33:36.935Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:33:45.757Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:34:36.937Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:34:45.758Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:35:36.939Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:35:45.760Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:36:36.941Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:36:45.760Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:37:36.942Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:37:45.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:38:36.944Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:38:45.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:39:36.946Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:39:45.764Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:40:36.948Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:40:45.765Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:41:36.960Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:41:45.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:42:36.963Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:42:45.766Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:43:36.963Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:43:45.768Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:44:36.965Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:44:45.770Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:45:36.967Z|5521db26-9f1e-4673-93f4-0ba6b411f5a0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:45:45.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:46:36.969Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:46:45.772Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:47:36.970Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:47:45.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:48:36.971Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:48:45.774Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:49:36.973Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:49:45.775Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:50:36.973Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:50:45.777Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:51:36.975Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:51:45.779Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:52:36.976Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:52:45.780Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:53:36.979Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:53:45.782Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:54:36.982Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:54:45.783Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:55:36.983Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:55:45.783Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:56:36.985Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:56:45.785Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:57:36.986Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:57:45.786Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:58:36.987Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:58:45.786Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T11:59:36.988Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T11:59:45.787Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:00:36.990Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:00:45.788Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:01:36.999Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:01:45.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:02:36.999Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:02:45.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:03:37.000Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:03:45.792Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:04:37.001Z|afaae257-c95d-4740-9eed-5caafea8a7bb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:04:45.793Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:05:37.003Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:05:45.794Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:06:37.004Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:06:45.795Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:07:37.005Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:07:45.795Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:08:37.007Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:08:45.797Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:09:37.009Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:09:45.798Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:10:37.009Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:10:45.800Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:11:37.010Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:11:45.801Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:12:37.011Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:12:45.802Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:13:37.012Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:13:45.803Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:14:37.013Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:14:45.803Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:15:37.014Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:15:45.804Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:16:37.014Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:16:45.804Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:17:37.015Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:17:45.804Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:18:37.016Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:18:45.806Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:19:37.018Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:19:45.807Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:20:37.019Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:20:45.809Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:21:37.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:21:45.811Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:22:37.022Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:22:45.813Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:23:37.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:23:45.813Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:24:37.025Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:24:45.814Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:25:37.025Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:25:45.816Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:26:37.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:26:45.816Z|0a115102-895a-48b9-b6c7-f760d248388a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:27:37.027Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:27:45.818Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:28:37.028Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:28:45.818Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-13T12:29:37.030Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-13T12:29:45.820Z|e32f6523-d106-4692-b3ab-e556c5b700c5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO