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-04-20T00:09:58.079Z||main|||||INFO|500||The following profiles are active: basic
2023-04-20T00:10:09.642Z||main|||||INFO|500||Starting service [Tomcat]
2023-04-20T00:10:09.644Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-04-20T00:10:09.856Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-04-20T00:10:14.356Z||main|||||INFO|500||catdb-pool - Starting...
2023-04-20T00:10:14.955Z||main|||||INFO|500||catdb-pool - Start completed.
2023-04-20T00:10:15.568Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-04-20T00:10:15.946Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-04-20T00:10:16.944Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-04-20T00:10:20.319Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-04-20T00:10:21.343Z||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-04-20T00:10:23.372Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-20T00:10:23.478Z||main|||||INFO|500||reqdb-pool - Starting...
2023-04-20T00:10:23.698Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-04-20T00:10:23.712Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-04-20T00:10:24.271Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-04-20T00:10:24.589Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-20T00:10:25.360Z||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-04-20T00:10:28.039Z||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-04-20T00:10:29.954Z||main|||||WARN|500||---
2023-04-20T00:10:29.955Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-04-20T00:10:29.955Z||main|||||WARN|500||---
2023-04-20T00:10:30.207Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-04-20T00:10:34.294Z||main|||||INFO|500||Started Application in 39.666 seconds (JVM running for 43.6)
2023-04-20T00:10:34.313Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-04-20T00:10:34.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-04-20T00:10:34.320Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-04-20T00:10:34.355Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 25f40569-c9f4-409e-ac5d-fc95098123d0 url= /sdc/v1/artifactTypes
2023-04-20T00:10:34.358Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-04-20T00:10:34.510Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-04-20T00:10:34.560Z||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-04-20T00:10:34.560Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-04-20T00:10:34.560Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5f9c7896-d3ae-463f-9de8-1a90d2a46a1b url= /sdc/v1/distributionKafkaData
2023-04-20T00:10:34.560Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-04-20T00:10:34.594Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-04-20T00:10:34.598Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@5ffecb83
2023-04-20T00:10:34.657Z||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-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b
	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-04-20T00:10:34.697Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Instantiated an idempotent producer.
2023-04-20T00:10:34.770Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-04-20T00:10:34.817Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-20T00:10:34.817Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-20T00:10:34.817Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1681949434814
2023-04-20T00:10:34.821Z||scheduling-1|||||INFO|500||start DistributionClient
2023-04-20T00:10:34.838Z||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-7c6155e5-54f6-45db-a4ae-1d132c79a96d
	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-04-20T00:10:34.900Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-20T00:10:34.900Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-20T00:10:34.901Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1681949434900
2023-04-20T00:10:34.902Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:10:34.905Z||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-5eef85ba-9cc8-4899-8f18-df69f9f213ce
	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-04-20T00:10:34.905Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:10:34.912Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-20T00:10:34.912Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-20T00:10:34.912Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1681949434912
2023-04-20T00:10:34.913Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:10:34.914Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:10:34.920Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-04-20T00:10:35.703Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Cluster ID: 4jqVO0nGRL-2xr-ZMenRGA
2023-04-20T00:10:35.704Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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 AcLbeFquR5yjUxx_TX8r4w
2023-04-20T00:10:35.704Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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 AmodOv9uTLynu4CQ341Z0g
2023-04-20T00:10:35.705Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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 AcLbeFquR5yjUxx_TX8r4w
2023-04-20T00:10:35.705Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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 AmodOv9uTLynu4CQ341Z0g
2023-04-20T00:10:35.705Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] ProducerId set to 2006 with epoch 0
2023-04-20T00:10:35.706Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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 AcLbeFquR5yjUxx_TX8r4w
2023-04-20T00:10:35.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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 AmodOv9uTLynu4CQ341Z0g
2023-04-20T00:10:35.706Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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 AcLbeFquR5yjUxx_TX8r4w
2023-04-20T00:10:35.706Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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 AcLbeFquR5yjUxx_TX8r4w
2023-04-20T00:10:35.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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 AmodOv9uTLynu4CQ341Z0g
2023-04-20T00:10:35.706Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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 AcLbeFquR5yjUxx_TX8r4w
2023-04-20T00:10:35.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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 AmodOv9uTLynu4CQ341Z0g
2023-04-20T00:10:35.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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 AmodOv9uTLynu4CQ341Z0g
2023-04-20T00:10:35.708Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Cluster ID: 4jqVO0nGRL-2xr-ZMenRGA
2023-04-20T00:10:35.708Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Cluster ID: 4jqVO0nGRL-2xr-ZMenRGA
2023-04-20T00:10:35.709Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-04-20T00:10:35.709Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-04-20T00:10:35.731Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] (Re-)joining group
2023-04-20T00:10:35.735Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] (Re-)joining group
2023-04-20T00:10:35.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d-c5c8b450-3fe8-478c-be38-9b08c87af27b
2023-04-20T00:10:35.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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-04-20T00:10:35.813Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] (Re-)joining group
2023-04-20T00:10:35.826Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce-1ae89fd4-eaa7-4188-8eac-0106c8cf471e
2023-04-20T00:10:35.826Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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-04-20T00:10:35.827Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] (Re-)joining group
2023-04-20T00:10:41.822Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce-1ae89fd4-eaa7-4188-8eac-0106c8cf471e', protocol='range'}
2023-04-20T00:10:41.822Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d-c5c8b450-3fe8-478c-be38-9b08c87af27b', protocol='range'}
2023-04-20T00:10:41.881Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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 AcLbeFquR5yjUxx_TX8r4w
2023-04-20T00:10:41.881Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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 AcLbeFquR5yjUxx_TX8r4w
2023-04-20T00:10:41.882Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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 AcLbeFquR5yjUxx_TX8r4w
2023-04-20T00:10:41.882Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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 AcLbeFquR5yjUxx_TX8r4w
2023-04-20T00:10:41.882Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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 AcLbeFquR5yjUxx_TX8r4w
2023-04-20T00:10:41.882Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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 AcLbeFquR5yjUxx_TX8r4w
2023-04-20T00:10:41.886Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d-c5c8b450-3fe8-478c-be38-9b08c87af27b=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce-1ae89fd4-eaa7-4188-8eac-0106c8cf471e=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-04-20T00:10:41.936Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce-1ae89fd4-eaa7-4188-8eac-0106c8cf471e', protocol='range'}
2023-04-20T00:10:41.936Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d-c5c8b450-3fe8-478c-be38-9b08c87af27b', protocol='range'}
2023-04-20T00:10:41.937Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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-04-20T00:10:41.937Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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-04-20T00:10:41.941Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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-04-20T00:10:41.942Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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-04-20T00:10:41.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-20T00:10:41.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-04-20T00:10:41.958Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-04-20T00:10:41.957Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-20T00:10:41.958Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-04-20T00:10:41.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-04-20T00:10:41.959Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-04-20T00:10:41.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-04-20T00:10:41.959Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-04-20T00:10:41.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-04-20T00:10:41.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-04-20T00:10:41.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-04-20T00:10:41.998Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-20T00:10:42.000Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-20T00:10:42.051Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-20T00:10:42.051Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-20T00:10:42.052Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-20T00:10:42.053Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-20T00:10:42.053Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-20T00:10:42.053Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-20T00:10:42.057Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-20T00:10:42.057Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-20T00:10:42.059Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-20T00:10:42.060Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-20T00:11:34.910Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:11:34.917Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:12:34.912Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:12:34.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:13:34.914Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:13:34.921Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:14:34.915Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:14:34.922Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:15:34.915Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:15:34.923Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:16:34.917Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:16:34.925Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:17:34.918Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:17:34.927Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:18:34.918Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:18:34.928Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:19:34.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:19:34.929Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:19:35.753Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5eef85ba-9cc8-4899-8f18-df69f9f213ce, groupId=SO] Node -1 disconnected.
2023-04-20T00:19:35.753Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7c6155e5-54f6-45db-a4ae-1d132c79a96d, groupId=SO] Node -1 disconnected.
2023-04-20T00:19:36.004Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Node -1 disconnected.
2023-04-20T00:20:05.259Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-04-20T00:20:34.921Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:20:34.929Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:21:34.921Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:21:34.931Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:22:34.923Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:22:34.934Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:23:34.924Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:23:34.936Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:24:34.926Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:24:34.936Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:25:34.927Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:25:34.938Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:26:34.929Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:26:34.940Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:27:34.930Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:27:34.941Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:28:34.932Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:28:34.943Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:29:34.932Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:29:34.944Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:30:34.934Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:30:34.945Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:31:34.935Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:31:34.947Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:32:34.936Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:32:34.947Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:33:34.937Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:33:34.949Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:34:34.939Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:34:34.950Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:35:34.941Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:35:34.951Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:36:34.942Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:36:34.952Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:37:34.943Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:37:34.954Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:38:34.944Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:38:34.955Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:39:34.945Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:39:34.956Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:40:34.946Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:40:34.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:41:34.948Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:41:34.959Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:42:34.949Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:42:34.959Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:43:34.950Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:43:34.961Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:44:34.952Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:44:34.962Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:45:34.954Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:45:34.963Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:46:34.954Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:46:34.964Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:47:34.956Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:47:34.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:48:34.957Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:48:34.968Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:49:34.959Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:49:34.968Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:50:34.960Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:50:34.969Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:51:34.961Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:51:34.971Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:52:34.962Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:52:34.972Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:53:34.963Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:53:34.973Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:54:34.964Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:54:34.974Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:55:34.965Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:55:34.975Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:56:34.967Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:56:34.977Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:57:34.968Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:57:34.978Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:58:34.970Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:58:34.978Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T00:59:34.972Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T00:59:34.979Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:00:34.974Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:00:34.981Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:01:34.976Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:01:34.983Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:02:34.978Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:02:34.984Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:03:34.979Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:03:34.985Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:04:34.981Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:04:34.986Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:05:34.981Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:05:34.988Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:06:34.982Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:06:34.988Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:07:34.984Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:07:34.989Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:08:34.986Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:08:34.990Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:09:34.986Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:09:34.992Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:10:34.988Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:10:34.994Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:11:34.989Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:11:34.996Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:12:34.990Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:12:34.997Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:13:34.991Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:13:34.999Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:14:34.993Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:14:34.999Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:15:34.995Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:15:35.001Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:16:34.997Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:16:35.003Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:17:34.998Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:17:35.005Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:18:34.999Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:18:35.007Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:19:35.000Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:19:35.008Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:20:35.000Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:20:35.008Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:21:35.000Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:21:35.010Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:22:35.002Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:22:35.012Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:23:35.002Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:23:35.012Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:24:35.003Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:24:35.013Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:25:35.005Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:25:35.015Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:26:35.006Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:26:35.017Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:27:35.008Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:27:35.018Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:28:35.010Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:28:35.019Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:29:35.011Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:29:35.020Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:30:35.012Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:30:35.022Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:31:35.013Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:31:35.023Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:32:35.013Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:32:35.023Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:33:35.015Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:33:35.025Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:34:35.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:34:35.025Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:35:35.018Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:35:35.027Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:36:35.019Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:36:35.027Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:37:35.021Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:37:35.029Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:38:35.021Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:38:35.029Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:39:35.023Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:39:35.030Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:40:35.024Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:40:35.032Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:41:35.024Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:41:35.032Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:42:35.026Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:42:35.033Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:43:35.026Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:43:35.034Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:44:35.026Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:44:35.035Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:45:35.028Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:45:35.037Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:46:35.030Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:46:35.039Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:47:35.031Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:47:35.041Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:48:35.032Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:48:35.041Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:49:35.034Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:49:35.042Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:50:35.035Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:50:35.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:51:35.036Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:51:35.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:52:35.037Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:52:35.045Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:53:35.038Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:53:35.046Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:54:35.039Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:54:35.047Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:55:35.040Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:55:35.049Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:56:35.042Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:56:35.049Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:57:35.044Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:57:35.050Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:58:35.045Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:58:35.052Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T01:59:35.045Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T01:59:35.052Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:00:35.047Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:00:35.054Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:01:35.048Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:01:35.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:02:35.049Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:02:35.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:03:35.049Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:03:35.056Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:04:35.051Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:04:35.057Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:05:35.051Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:05:35.058Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:06:35.052Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:06:35.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:07:35.054Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:07:35.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:08:35.054Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:08:35.062Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:09:35.056Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:09:35.064Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:10:35.056Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:10:35.065Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:11:35.058Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:11:35.065Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:12:35.059Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:12:35.065Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:13:35.060Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:13:35.065Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:14:35.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:14:35.067Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:15:35.063Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:15:35.067Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:16:35.063Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:16:35.068Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:17:35.065Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:17:35.069Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:18:35.067Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:18:35.070Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:19:35.068Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:19:35.070Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:20:35.069Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:20:35.071Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:21:35.071Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:21:35.072Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:22:35.071Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:22:35.072Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:23:35.071Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:23:35.072Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:24:35.072Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:24:35.073Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:25:35.073Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:25:35.073Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:26:35.073Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:26:35.074Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:27:35.074Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:27:35.075Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:28:35.076Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:28:35.076Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:29:35.078Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:29:35.078Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:30:35.078Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:30:35.080Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:31:35.080Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:31:35.081Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:32:35.081Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:32:35.082Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:33:35.082Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:33:35.083Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:34:35.084Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:34:35.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:35:35.085Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:35:35.085Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:36:35.085Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:36:35.086Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:37:35.087Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:37:35.088Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:38:35.088Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:38:35.088Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:39:35.088Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:39:35.090Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:40:35.090Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:40:35.091Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:41:35.091Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:41:35.092Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:42:35.094Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:42:35.094Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:43:35.094Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:43:35.095Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:44:35.096Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:44:35.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:45:35.097Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:45:35.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:46:35.097Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:46:35.099Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:47:35.098Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:47:35.099Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:48:35.099Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:48:35.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:49:35.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:49:35.101Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:50:35.101Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:50:35.102Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:51:35.102Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:51:35.102Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:52:35.103Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:52:35.104Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:53:35.104Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:53:35.105Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:54:35.105Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:54:35.105Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:55:35.106Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:55:35.107Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:56:35.108Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:56:35.109Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:57:35.110Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:57:35.110Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:58:35.111Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T02:58:35.112Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:59:35.112Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T02:59:35.112Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:00:35.112Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:00:35.114Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:01:35.113Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:01:35.114Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:02:35.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:02:35.115Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:03:35.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:03:35.116Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:04:35.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:04:35.117Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:05:35.117Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:05:35.117Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:06:35.118Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:06:35.118Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:07:35.118Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:07:35.120Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:08:35.119Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:08:35.121Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:09:35.121Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:09:35.122Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:10:35.122Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:10:35.124Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:11:35.123Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:11:35.125Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:12:35.124Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:12:35.125Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:13:35.124Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:13:35.126Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:14:35.125Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:14:35.126Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:15:35.127Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:15:35.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:16:35.128Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:16:35.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:17:35.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:17:35.130Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:18:35.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:18:35.130Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:19:35.130Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:19:35.131Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:20:35.131Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:20:35.132Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:21:35.132Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:21:35.133Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:22:35.134Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:22:35.135Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:23:35.136Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:23:35.136Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:24:35.137Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:24:35.136Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:25:35.137Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:25:35.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:26:35.138Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:26:35.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:27:35.139Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:27:35.139Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:28:35.139Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:28:35.139Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:29:35.141Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:29:35.141Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:30:35.141Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:30:35.141Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:31:35.142Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:31:35.142Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:32:35.142Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:32:35.143Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:33:35.143Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:33:35.144Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:34:35.144Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:34:35.146Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:35:35.145Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:35:35.146Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:36:35.145Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:36:35.147Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:37:35.147Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:37:35.147Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:38:35.147Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:38:35.147Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:39:35.148Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:39:35.148Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:40:35.149Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:40:35.150Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:41:35.149Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:41:35.150Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:42:35.150Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:42:35.150Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:43:35.152Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:43:35.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:44:35.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:44:35.153Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:45:35.154Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:45:35.155Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:46:35.155Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:46:35.155Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:47:35.155Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:47:35.156Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:48:35.157Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:48:35.157Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:49:35.157Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:49:35.158Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:50:35.157Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:50:35.158Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:51:35.158Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:51:35.158Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:52:35.159Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:52:35.160Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:53:35.160Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:53:35.160Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:54:35.161Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:54:35.161Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:55:35.161Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:55:35.162Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:56:35.163Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:56:35.163Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:57:35.164Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:57:35.164Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:58:35.164Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:58:35.165Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T03:59:35.164Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T03:59:35.165Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:00:35.165Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:00:35.166Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:01:35.167Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:01:35.167Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:02:35.168Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:02:35.168Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:03:35.168Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:03:35.170Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:04:35.168Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:04:35.171Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:05:35.169Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:05:35.171Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:06:35.171Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:06:35.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:07:35.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:07:35.174Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:08:35.173Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:08:35.174Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:09:35.174Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:09:35.175Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:10:35.174Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:10:35.175Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:11:35.175Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:11:35.176Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:12:35.176Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:12:35.177Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:13:35.177Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:13:35.178Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:14:35.178Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:14:35.179Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:15:35.179Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:15:35.180Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:16:35.179Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:16:35.181Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:17:35.180Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:17:35.181Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:18:35.182Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:18:35.182Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:19:35.182Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:19:35.184Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:35.184Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:20:35.184Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:40.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-20T04:20:40.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3","serviceName":"vFW 2023-04-20 04-19-29","serviceVersion":"1.0","serviceUUID":"d9e6c820-e5a1-4901-8a48-6219967bf6c2","serviceDescription":"catalog service description","serviceInvariantUUID":"1ca47328-f278-4fa9-8d5b-4a4e786909d4","resources":[{"resourceInstanceName":"vFW 673d39d4-83aa 0","resourceName":"vFW 673d39d4-83aa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e31e5a40-ed8f-4964-a5ac-7bebe1223ea6","resourceInvariantUUID":"7e94cb63-d933-4154-8b48-a6b716bcabe3","resourceCustomizationUUID":"98467762-20dd-4446-b2bb-c9a1e8bd5c8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vf-license-model.xml","artifactChecksum":"MDkxMTdiMmEwNGE3MWVlMmJiYzcyZmUxYzkwODk0ZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84aca699-a766-436c-a97d-ef3919e4204e","artifactVersion":"1"},{"artifactName":"vfw673d39d483aa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json","artifactChecksum":"ZjYxNzc5ZmVjYjA1OTI0ZjkxZTA3N2UyYzNhNTRkYTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"64fcacf2-7321-40ec-af92-e54169533f45","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"51a84d5c-baad-4c9f-801b-a8888b04e416","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vendor-license-model.xml","artifactChecksum":"MGZhNTQ2NzNlYWFkODgyYTY4YTgxMWI1ZmQ3NGM4MTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d1b533a9-b85d-4d20-96f9-75aa9366d303","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8d3ef9f0-1c79-46f0-a156-b3e0bccbe218","artifactVersion":"2","generatedFromUUID":"51a84d5c-baad-4c9f-801b-a8888b04e416"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230420041929-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-template.yml","artifactChecksum":"NDhiNmNmYzcyODJkNGRlNzJiZWY3OGUxMTdhMjRjNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10f4f97b-84db-4b28-bdad-ad6492e1bd2a","artifactVersion":"1"},{"artifactName":"service-Vfw20230420041929-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar","artifactChecksum":"MGQ0NmNhNTkwY2M2NTMzMWUyMmEzMDBmNGEyYTFmZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7eabcba4-6213-40d2-b505-8893673d4c25","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-20T04:20:40.375Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:20:40.382Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:40.382Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:40.382Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:40.394Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:20:40.395Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:20:40.395Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:20:40.395Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:20:40.395Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:20:40.395Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:20:40.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:20:40.445Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964431501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:20:40.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:20:41.430Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:20:41.431Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:41.431Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:41.431Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:42.433Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:20:42.434Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:42.434Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:42.434Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:43.435Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:20:43.436Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:43.437Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:43.437Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:44.439Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:20:44.440Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:44.440Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:44.440Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:45.441Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:20:45.441Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:45.442Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:45.442Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:46.442Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:20:46.443Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:46.443Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:46.443Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:47.446Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "serviceName": "vFW 2023-04-20 04-19-29",
  "serviceVersion": "1.0",
  "serviceUUID": "d9e6c820-e5a1-4901-8a48-6219967bf6c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1ca47328-f278-4fa9-8d5b-4a4e786909d4",
  "resources": [
    {
      "resourceInstanceName": "vFW 673d39d4-83aa 0",
      "resourceCustomizationUUID": "98467762-20dd-4446-b2bb-c9a1e8bd5c8b",
      "resourceName": "vFW 673d39d4-83aa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e31e5a40-ed8f-4964-a5ac-7bebe1223ea6",
      "resourceInvariantUUID": "7e94cb63-d933-4154-8b48-a6b716bcabe3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw673d39d483aa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
          "artifactChecksum": "ZjYxNzc5ZmVjYjA1OTI0ZjkxZTA3N2UyYzNhNTRkYTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "64fcacf2-7321-40ec-af92-e54169533f45",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "51a84d5c-baad-4c9f-801b-a8888b04e416",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8d3ef9f0-1c79-46f0-a156-b3e0bccbe218",
            "generatedFromUUID": "51a84d5c-baad-4c9f-801b-a8888b04e416"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8d3ef9f0-1c79-46f0-a156-b3e0bccbe218",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230420041929-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
      "artifactChecksum": "MGQ0NmNhNTkwY2M2NTMzMWUyMmEzMDBmNGEyYTFmZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7eabcba4-6213-40d2-b505-8893673d4c25"
    }
  ],
  "workloadContext": "Production"
}
2023-04-20T04:20:47.454Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-20T04:20:47.454Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d9e6c820-e5a1-4901-8a48-6219967bf6c2 ASDC
2023-04-20T04:20:47.529Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
ServiceName:vFW 2023-04-20 04-19-29
ServiceVersion:1.0
ServiceUUID:d9e6c820-e5a1-4901-8a48-6219967bf6c2
ServiceInvariantUUID:1ca47328-f278-4fa9-8d5b-4a4e786909d4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230420041929-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar
ArtifactUUID:7eabcba4-6213-40d2-b505-8893673d4c25
ArtifactChecksum:MGQ0NmNhNTkwY2M2NTMzMWUyMmEzMDBmNGEyYTFmZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 673d39d4-83aa 0
ResourceCustomizationUUID:98467762-20dd-4446-b2bb-c9a1e8bd5c8b
ResourceInvariantUUID:7e94cb63-d933-4154-8b48-a6b716bcabe3
ResourceName:vFW 673d39d4-83aa
ResourceType:VF
ResourceUUID:e31e5a40-ed8f-4964-a5ac-7bebe1223ea6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw673d39d483aa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json
ArtifactUUID:64fcacf2-7321-40ec-af92-e54169533f45
ArtifactChecksum:ZjYxNzc5ZmVjYjA1OTI0ZjkxZTA3N2UyYzNhNTRkYTI=
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/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml
ArtifactUUID:51a84d5c-baad-4c9f-801b-a8888b04e416
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/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env
ArtifactUUID:8d3ef9f0-1c79-46f0-a156-b3e0bccbe218
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/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env
ArtifactUUID:8d3ef9f0-1c79-46f0-a156-b3e0bccbe218
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-20T04:20:47.530Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9e6c820-e5a1-4901-8a48-6219967bf6c2 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-04-20T04:20:47.684Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:20:47.684Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:20:47.685Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:20:47.685Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7eabcba4-6213-40d2-b505-8893673d4c25 from URL: /sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:47.685Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:20:47.686Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:47.814Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:20:47.822Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar 7eabcba4-6213-40d2-b505-8893673d4c25 101446
2023-04-20T04:20:47.823Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar ASDC sendASDCNotification
2023-04-20T04:20:47.824Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:47.824Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:20:47.825Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:47.826Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:47.826Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964447822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:48.827Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:20:48.828Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:20:48.828Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7eabcba4-6213-40d2-b505-8893673d4c25, URL: /sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar to file: /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:48.829Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230420041929-csar.csar
2023-04-20T04:20:48.928Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:48.928Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:49.252Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP769084017632734254/Definitions/service-Vfw20230420041929-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-20T04:20:51.426Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-20T04:20:51.430Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||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-Vfw20230420041929-csar.csar
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 673d39d4-83aa 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-Vfw20230420041929-csar.csar
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:51.431Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-20T04:20:51.437Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.439Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:51.442Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is matching search criteria
2023-04-20T04:20:51.442Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-20T04:20:51.444Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 673d39d4-83aa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:20:51.445Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.445Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:51.445Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is matching search criteria
2023-04-20T04:20:51.445Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-20T04:20:51.445Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 673d39d4-83aa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:20:51.445Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.445Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:51.448Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.448Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-20T04:20:51.449Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-20T04:20:51.450Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-20T04:20:51.450Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.450Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-20T04:20:51.451Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.451Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is matching search criteria
2023-04-20T04:20:51.451Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 673d39d4-83aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:20:51.451Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.451Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is matching search criteria
2023-04-20T04:20:51.451Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 673d39d4-83aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:20:51.452Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.452Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is matching search criteria
2023-04-20T04:20:51.452Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 673d39d4-83aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:20:51.452Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.452Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is not matching search criteria
2023-04-20T04:20:51.452Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-20T04:20:51.452Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-20T04:20:51.452Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-20T04:20:51.452Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-20T04:20:51.452Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-20T04:20:51.453Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-20T04:20:51.453Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:51.453Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-20T04:20:51.453Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:51.453Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-20T04:20:51.453Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-20T04:20:51.453Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5af8413e-94af-4a56-8a12-35f17b1de819
2023-04-20T04:20:51.453Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.453Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is not matching search criteria
2023-04-20T04:20:51.453Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-20T04:20:51.453Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-20T04:20:51.454Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-20T04:20:51.454Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:51.454Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-20T04:20:51.454Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-20T04:20:51.454Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-20T04:20:51.454Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-20T04:20:51.454Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-20T04:20:51.454Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:51.454Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-20T04:20:51.454Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-20T04:20:51.454Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=59bf17fe-d80f-4ec7-a62c-05ffbf42329f
2023-04-20T04:20:51.455Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.455Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is not matching search criteria
2023-04-20T04:20:51.455Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-20T04:20:51.455Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-20T04:20:51.455Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-20T04:20:51.455Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:51.455Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-20T04:20:51.455Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-20T04:20:51.455Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-20T04:20:51.455Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-20T04:20:51.455Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-20T04:20:51.456Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-20T04:20:51.456Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:51.456Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-20T04:20:51.456Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7fa79186-d5b9-4b12-b65b-2df4aaa4a3c8
2023-04-20T04:20:51.456Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.456Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:51.456Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.456Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:51.456Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.456Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:51.456Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:51.457Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:51.457Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-20 04-19-29
Description:catalog service description
Model UUID:d9e6c820-e5a1-4901-8a48-6219967bf6c2
Model Version:NULL
Model InvariantUuid:1ca47328-f278-4fa9-8d5b-4a4e786909d4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 673d39d4-83aa
Model UUID:7d50109e-2149-455b-bf17-ed9bcbe0daae
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e94cb63-d933-4154-8b48-a6b716bcabe3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:98467762-20dd-4446-b2bb-c9a1e8bd5c8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:52347078-75b6-4e31-abce-436c73af77f0
ModelName:Vfw673d39d483aa..base_vfw..module-0
ModelUuid:92098274-6240-455b-b205-a3a351bffcf7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5af8413e-94af-4a56-8a12-35f17b1de819
ModelInvariantUuid:705d6854-1f56-478b-af05-649fc831c79f
ModelName:vFW 673d39d4-83aa-nodes.vfwCvfc
ModelUuid:db19ca32-c2f7-4d0d-a43e-b63a3a148b40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d3eb82f3-b922-4dea-8995-0721c4f45b57
ModelInvariantUuid:56cad997-93d8-49ca-818b-d34376c952cb
ModelName:Vfw673d39d483aa.compute.nodes.heat.vfw
ModelUuid:d01447f5-c519-4e3c-8e1a-54b93a216e09
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:59bf17fe-d80f-4ec7-a62c-05ffbf42329f
ModelInvariantUuid:a868abd0-ac86-4af9-825c-a3a6c3666740
ModelName:vFW 673d39d4-83aa-nodes.vsnCvfc
ModelUuid:59f2d269-eda4-4a30-a02e-5436120f8aeb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3d229ed5-b5a4-4b68-8f5d-23c36f49b924
ModelInvariantUuid:b57eaf0c-4d8f-4c46-a9aa-57145611cd11
ModelName:Vfw673d39d483aa.compute.nodes.heat.vsn
ModelUuid:e04d3ea2-58b0-4bcd-a7d1-b8612f475d15
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7fa79186-d5b9-4b12-b65b-2df4aaa4a3c8
ModelInvariantUuid:76d3e086-87e8-447c-a314-6cbbc9223b3a
ModelName:vFW 673d39d4-83aa-nodes.vpgCvfc
ModelUuid:291f5ebb-65bd-4b07-b4c2-5a545396c741
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9f7b9ba5-4e16-40ba-b179-b91adf32c74f
ModelInvariantUuid:4b946b45-f135-4dfd-a4b8-d49f2ebd49c8
ModelName:Vfw673d39d483aa.compute.nodes.heat.vpg
ModelUuid:ce6fb429-0042-40be-b74b-b4ccddf15345
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-04-20T04:20:51.490Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e31e5a40-ed8f-4964-a5ac-7bebe1223ea6
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-04-20T04:20:51.568Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||vFW 673d39d4-83aa 0
2023-04-20T04:20:51.573Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e31e5a40-ed8f-4964-a5ac-7bebe1223ea6
2023-04-20T04:20:51.574Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 64fcacf2-7321-40ec-af92-e54169533f45 from URL: /sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json
2023-04-20T04:20:51.574Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:20:51.574Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json
2023-04-20T04:20:51.798Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:20:51.798Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json 64fcacf2-7321-40ec-af92-e54169533f45 785
2023-04-20T04:20:51.799Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json ASDC sendASDCNotification
2023-04-20T04:20:51.799Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json
2023-04-20T04:20:51.799Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:20:51.800Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:51.800Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:51.800Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964451799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:52.802Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw673d39d483aa..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "52347078-75b6-4e31-abce-436c73af77f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "92098274-6240-455b-b205-a3a351bffcf7",
    "vfModuleModelCustomizationUUID": "c0b5b965-66ca-44f0-8cfe-ecc91f466995",
    "isBase": true,
    "artifacts": [
      "51a84d5c-baad-4c9f-801b-a8888b04e416",
      "8d3ef9f0-1c79-46f0-a156-b3e0bccbe218"
    ],
    "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-04-20T04:20:52.819Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw673d39d483aa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:92098274-6240-455b-b205-a3a351bffcf7
VfModuleModelInvariantUUID:52347078-75b6-4e31-abce-436c73af77f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
51a84d5c-baad-4c9f-801b-a8888b04e416
,
8d3ef9f0-1c79-46f0-a156-b3e0bccbe218

}
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-04-20T04:20:52.822Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw673d39d483aa..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "52347078-75b6-4e31-abce-436c73af77f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "92098274-6240-455b-b205-a3a351bffcf7",
    "vfModuleModelCustomizationUUID": "c0b5b965-66ca-44f0-8cfe-ecc91f466995",
    "isBase": true,
    "artifacts": [
      "51a84d5c-baad-4c9f-801b-a8888b04e416",
      "8d3ef9f0-1c79-46f0-a156-b3e0bccbe218"
    ],
    "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-04-20T04:20:52.822Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw673d39d483aa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:92098274-6240-455b-b205-a3a351bffcf7
VfModuleModelInvariantUUID:52347078-75b6-4e31-abce-436c73af77f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
51a84d5c-baad-4c9f-801b-a8888b04e416
,
8d3ef9f0-1c79-46f0-a156-b3e0bccbe218

}
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-04-20T04:20:52.822Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 51a84d5c-baad-4c9f-801b-a8888b04e416 from URL: /sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml
2023-04-20T04:20:52.822Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:20:52.822Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml
2023-04-20T04:20:52.941Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:20:52.942Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml 51a84d5c-baad-4c9f-801b-a8888b04e416 20368
2023-04-20T04:20:52.942Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-20T04:20:52.942Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml
2023-04-20T04:20:52.943Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:20:52.943Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:52.943Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:52.944Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964452942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:53.945Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8d3ef9f0-1c79-46f0-a156-b3e0bccbe218 from URL: /sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env
2023-04-20T04:20:53.945Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:20:53.945Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env
2023-04-20T04:20:54.074Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:20:54.075Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env 8d3ef9f0-1c79-46f0-a156-b3e0bccbe218 2098
2023-04-20T04:20:54.075Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-20T04:20:54.075Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env
2023-04-20T04:20:54.075Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:20:54.076Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:54.076Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:54.076Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964454075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:55.078Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d9e6c820-e5a1-4901-8a48-6219967bf6c2
2023-04-20T04:20:55.078Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 673d39d4-83aa 0 e31e5a40-ed8f-4964-a5ac-7bebe1223ea6 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-04-20T04:20:55.142Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5298da54, org.onap.sdc.toscaparser.api.parameters.Input@234b8369, org.onap.sdc.toscaparser.api.parameters.Input@2b768e50, org.onap.sdc.toscaparser.api.parameters.Input@345021d7, org.onap.sdc.toscaparser.api.parameters.Input@200e0773]
2023-04-20T04:20:55.145Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.145Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:55.145Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-04-20T04:20:55.145Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 98467762-20dd-4446-b2bb-c9a1e8bd5c8b
2023-04-20T04:20:55.145Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98467762-20dd-4446-b2bb-c9a1e8bd5c8b matches Tosca VF Customization UUID: 98467762-20dd-4446-b2bb-c9a1e8bd5c8b
2023-04-20T04:20:55.145Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 98467762-20dd-4446-b2bb-c9a1e8bd5c8b  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-04-20T04:20:55.154Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.154Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:55.155Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 98467762-20dd-4446-b2bb-c9a1e8bd5c8b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-20T04:20:55.155Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ab76208
2023-04-20T04:20:55.155Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.156Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-20T04:20:55.156Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c0b5b965-66ca-44f0-8cfe-ecc91f466995
2023-04-20T04:20:55.157Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c0b5b965-66ca-44f0-8cfe-ecc91f466995
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-04-20T04:20:55.165Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.165Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is matching search criteria
2023-04-20T04:20:55.165Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 673d39d4-83aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:20:55.166Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.166Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is matching search criteria
2023-04-20T04:20:55.166Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 673d39d4-83aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:20:55.166Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.166Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is not matching search criteria
2023-04-20T04:20:55.166Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-20T04:20:55.167Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-20T04:20:55.167Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-20T04:20:55.167Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-20T04:20:55.167Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-20T04:20:55.167Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-20T04:20:55.167Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:55.167Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-20T04:20:55.167Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:55.167Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-20T04:20:55.167Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-20T04:20:55.167Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5af8413e-94af-4a56-8a12-35f17b1de819
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-04-20T04:20:55.184Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.185Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is matching search criteria
2023-04-20T04:20:55.185Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 673d39d4-83aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:20:55.185Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.185Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is not matching search criteria
2023-04-20T04:20:55.185Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-20T04:20:55.185Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-20T04:20:55.185Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-20T04:20:55.185Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:55.185Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-20T04:20:55.185Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-20T04:20:55.186Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-20T04:20:55.186Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-20T04:20:55.186Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-20T04:20:55.186Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:55.186Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-20T04:20:55.186Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-20T04:20:55.186Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=59bf17fe-d80f-4ec7-a62c-05ffbf42329f
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-04-20T04:20:55.190Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.191Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is matching search criteria
2023-04-20T04:20:55.191Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 673d39d4-83aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:20:55.193Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.193Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is not matching search criteria
2023-04-20T04:20:55.193Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-20T04:20:55.193Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-20T04:20:55.193Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-20T04:20:55.193Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:55.193Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-20T04:20:55.194Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-20T04:20:55.194Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-20T04:20:55.194Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-20T04:20:55.194Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-20T04:20:55.194Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-20T04:20:55.194Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-20T04:20:55.194Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-20T04:20:55.194Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7fa79186-d5b9-4b12-b65b-2df4aaa4a3c8
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-04-20T04:20:55.199Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.199Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is matching search criteria
2023-04-20T04:20:55.199Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 673d39d4-83aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:20:55.199Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.200Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 673d39d4-83aa 0 is matching search criteria
2023-04-20T04:20:55.200Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 673d39d4-83aa 0] matching following query criteria: sdcType=VF, customizationUUID=98467762-20dd-4446-b2bb-c9a1e8bd5c8b
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-04-20T04:20:55.204Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.204Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:55.204Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d9e6c820-e5a1-4901-8a48-6219967bf6c2: vFW 673d39d4-83aa
2023-04-20T04:20:55.204Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.204Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:55.204Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.205Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:55.205Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.205Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:55.205Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.205Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:55.205Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:20:55.205Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-20 04-19-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:20:55.205Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-04-20 04-19-29 
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-04-20T04:20:55.796Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 673d39d4-83aa e31e5a40-ed8f-4964-a5ac-7bebe1223ea6 1 ASDC deployResourceStructure
2023-04-20T04:20:55.797Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json ASDC sendASDCNotification
2023-04-20T04:20:55.797Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json
2023-04-20T04:20:55.797Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:20:55.798Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:55.798Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:55.798Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964455797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:56.800Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-20T04:20:56.800Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml
2023-04-20T04:20:56.800Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:20:56.801Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:56.801Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:56.802Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964456800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:57.805Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-20T04:20:57.806Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env
2023-04-20T04:20:57.806Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:20:57.806Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:57.806Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:57.807Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964457805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:58.808Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar ASDC sendASDCNotification
2023-04-20T04:20:58.808Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar
2023-04-20T04:20:58.808Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:20:58.808Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:20:58.808Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:20:58.809Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964458808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:20:59.810Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:20:59.848Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:20:59.853Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:20:59.853Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:20:59.853Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:21:29.854Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:21:29.880Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:21:29.887Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:21:29.887Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:21:29.887Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:21:34.914Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:21:34.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:21:34.917Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964429840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:21:34.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:21:34.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:21:34.918Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964436566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:21:34.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:21:34.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:21:34.919Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964432618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:21:34.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:21:59.888Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:21:59.922Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:21:59.928Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:21:59.928Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:21:59.928Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:22:29.929Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:22:29.959Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:22:29.966Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:22:29.966Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:22:29.966Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:22:34.914Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:22:34.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964434497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964434497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964431501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964436566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "NOTIFIED"
}
2023-04-20T04:22:34.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964429840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964432618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.924Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "NOTIFIED"
}
2023-04-20T04:22:34.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964434497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:22:34.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964436566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:22:34.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964431501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.925Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964429840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.926Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964432618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:22:34.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.927Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964434497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964436566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964431501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.928Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964429840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964432618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.929Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964434497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964431501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964436566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964429840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964432618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.930Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-20T04:22:34.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964443779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964434497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.931Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964431501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.932Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964429840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.932Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964436566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.932Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964432618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.932Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.933Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964443779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.933Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964434497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:22:34.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.933Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964431501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.933Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964436566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:22:34.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964429840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:22:34.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964432618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:22:34.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964435184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:22:34.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.935Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964443779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.935Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964443779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.935Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964448033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:34.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.935Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964448013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:34.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.936Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964447668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:34.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.936Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964448932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:34.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.936Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964447822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:34.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.936Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964443779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.937Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.937Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964448683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:22:34.937Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.937Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964449037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-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-04-20T04:22:34.961Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
2023-04-20T04:22:34.962Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3 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-04-20T04:22:34.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.985Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964449154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:34.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.986Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964443779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:34.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:34.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:34.986Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964449688,
  "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-04-20T04:22:35.002Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
2023-04-20T04:22:35.002Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3 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-04-20T04:22:35.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.025Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964450264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:35.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.026Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964443779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:22:35.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.026Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964451398,
  "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-04-20T04:22:35.045Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
2023-04-20T04:22:35.046Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-20T04:22:35.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.072Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964451799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:35.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.073Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964451782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:35.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.073Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964452401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-20T04:22:35.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.073Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964452942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:35.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.074Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964454075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:35.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.074Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964455797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/vfw673d39d483aa0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-20T04:22:35.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.074Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964456342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:22:35.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.075Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964456800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-04-20T04:22:35.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.075Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964457347,
  "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-04-20T04:22:35.093Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
2023-04-20T04:22:35.093Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3 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-04-20T04:22:35.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.119Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964457805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/resourceInstances/vfw673d39d483aa0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-04-20T04:22:35.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.120Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964458808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:22:35.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.120Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964460150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230420041929/1.0/artifacts/service-Vfw20230420041929-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:22:35.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.120Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964461155,
  "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-04-20T04:22:35.136Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
2023-04-20T04:22:35.136Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3 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-04-20T04:22:35.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964450689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964462618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964450043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964453406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964470768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964450689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964470768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964453406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "NOTIFIED"
}
2023-04-20T04:22:35.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964462618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964450043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964450689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:22:35.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964470768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964462618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964453406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:22:35.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964450043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964450689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964470768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964462618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964453406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964450043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964450689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964470768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964450043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964453406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964462618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964473779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964470768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964450689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964462618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964453406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964450043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964473779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964450689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681964470768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964450043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964462618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964453406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964473779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964473779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964478325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964477948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964479219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:35.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964478306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:35.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964473779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964478951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:22:35.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681964479317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-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-04-20T04:22:35.217Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 494e10f7-c2af-46b3-8c9c-87d4694505dc
2023-04-20T04:22:35.217Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 494e10f7-c2af-46b3-8c9c-87d4694505dc 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-04-20T04:22:35.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.241Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964479456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:35.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.241Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964473779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:22:35.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.241Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681964479953,
  "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-04-20T04:22:35.256Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 494e10f7-c2af-46b3-8c9c-87d4694505dc
2023-04-20T04:22:35.256Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 494e10f7-c2af-46b3-8c9c-87d4694505dc 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-04-20T04:22:35.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.283Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964480557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:35.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.284Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964473779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:22:35.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.284Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964481615,
  "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-04-20T04:22:35.299Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 494e10f7-c2af-46b3-8c9c-87d4694505dc
2023-04-20T04:22:35.299Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 494e10f7-c2af-46b3-8c9c-87d4694505dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964481585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681964482618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964484720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964483826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.318Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "aai-model-loader",
  "timestamp": 1681964485723,
  "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-04-20T04:22:35.334Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 494e10f7-c2af-46b3-8c9c-87d4694505dc
2023-04-20T04:22:35.334Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 494e10f7-c2af-46b3-8c9c-87d4694505dc 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-04-20T04:22:35.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-20T04:22:35.359Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681964484830,
  "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-04-20T04:22:35.384Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 494e10f7-c2af-46b3-8c9c-87d4694505dc
2023-04-20T04:22:35.384Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 494e10f7-c2af-46b3-8c9c-87d4694505dc 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-04-20T04:22:59.967Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:23:00.002Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:23:00.010Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:23:00.010Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-20T04:23:00.010Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-20T04:23:00.010Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-20T04:23:00.010Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:23:00.010Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:23:00.011Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:23:00.011Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:23:00.011Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:23:00.011Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-20T04:23:00.031Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-20T04:23:30.032Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3 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-04-20T04:23:30.056Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3 and serviceModelVersionId: d9e6c820-e5a1-4901-8a48-6219967bf6c2
2023-04-20T04:23:30.056Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ca47328-f278-4fa9-8d5b-4a4e786909d4
2023-04-20T04:23:34.914Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:40.943Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ca47328-f278-4fa9-8d5b-4a4e786909d4/model-vers/model-ver/d9e6c820-e5a1-4901-8a48-6219967bf6c2?depth=0
2023-04-20T04:23:41.032Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-20T04:23:41.425Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ca47328-f278-4fa9-8d5b-4a4e786909d4/model-vers/model-ver/d9e6c820-e5a1-4901-8a48-6219967bf6c2?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-04-20T04:23:41.433Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ca47328-f278-4fa9-8d5b-4a4e786909d4/model-vers/model-ver/d9e6c820-e5a1-4901-8a48-6219967bf6c2?depth=0|INFO|500||Invoke
2023-04-20T04:23:41.460Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ca47328-f278-4fa9-8d5b-4a4e786909d4/model-vers/model-ver/d9e6c820-e5a1-4901-8a48-6219967bf6c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-20T04:23:41.743Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ca47328-f278-4fa9-8d5b-4a4e786909d4/model-vers/model-ver/d9e6c820-e5a1-4901-8a48-6219967bf6c2?depth=0|INFO|500||InvokeReturn
2023-04-20T04:23:41.744Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ca47328-f278-4fa9-8d5b-4a4e786909d4/model-vers/model-ver/d9e6c820-e5a1-4901-8a48-6219967bf6c2?depth=0 has http status code:200 and response headers:{date=[Thu, 20 Apr 2023 04:23:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[241], vertex-id=[192616], x-aai-txid=[1-aai-resources-230420-04:23:42:436-15082], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-20T04:23:41.747Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-20T04:23:41.752Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-20T04:23:41.752Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-20T04:23:41.767Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-20T04:23:41.768Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-20T04:23:41.770Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-20T04:23:41.771Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:41.771Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:41.771Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964621769,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:41.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-20T04:23:41.788Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964621769,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-20T04:23:41.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-20T04:23:42.810Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:23:42.820Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-20T04:23:42.820Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"494e10f7-c2af-46b3-8c9c-87d4694505dc","serviceName":"basic_onboard_yElNlF","serviceVersion":"1.0","serviceUUID":"f6da32ea-2b65-437b-b129-040c5ac6a996","serviceDescription":"service","serviceInvariantUUID":"20718fb4-751a-4947-9b01-6099e93f1ba0","resources":[{"resourceInstanceName":"basic_onboard_yElNlF 0","resourceName":"basic_onboard_yElNlF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19aa9e15-3501-442a-982a-55837879d9f4","resourceInvariantUUID":"d78106c6-084e-4c3a-8830-777b1c2faec9","resourceCustomizationUUID":"57952cc1-b4b2-4d0f-8d1e-bf0fcba53e44","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vf-license-model.xml","artifactChecksum":"MjExYzkwOTg4NjM2NTllMTY5YjY1YjVkOGYxOTVkMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1737fb49-af97-4fe3-a57d-b29865db3102","artifactVersion":"1"},{"artifactName":"basic_onboard_yelnlf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json","artifactChecksum":"YTg3NDBlYmI4YWY3YzdjY2FhZjg2MzVkYTZlNjgzMmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a11dc2ee-731d-486c-a930-67c39bf67111","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"537303c1-2c5b-41b4-9a7e-e9e1bede12ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"990153f5-d807-4892-a623-da3b677bd7b3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2652c4ad-fe1f-4c76-b1ad-d903b4b76af2","artifactVersion":"2","generatedFromUUID":"537303c1-2c5b-41b4-9a7e-e9e1bede12ee"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYelnlf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-template.yml","artifactChecksum":"MDNiZjU1OTc1NWUzYmRlNDZkMjAwNGQ4MzQzNmU0ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6178e752-2cb4-4e99-bd95-4c8cac8c6ad1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYelnlf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar","artifactChecksum":"Y2Q1Y2IxYjQ0MzQwZTQwNzc3NWNkOTUzNDc2MzY2ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d8c317d9-b3a3-4d04-8d05-f62386e6cba5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-20T04:23:42.824Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:23:42.824Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:42.825Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:42.825Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:43.826Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:23:43.827Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:43.828Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:43.828Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:44.829Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:23:44.830Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:44.830Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:44.830Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:45.831Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:23:45.832Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:45.832Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:45.832Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:46.833Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:23:46.834Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:46.834Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:46.834Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:47.835Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:23:47.836Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:47.836Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:47.836Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:48.837Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:23:48.838Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:48.838Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:48.839Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:49.841Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "serviceName": "basic_onboard_yElNlF",
  "serviceVersion": "1.0",
  "serviceUUID": "f6da32ea-2b65-437b-b129-040c5ac6a996",
  "serviceDescription": "service",
  "serviceInvariantUUID": "20718fb4-751a-4947-9b01-6099e93f1ba0",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_yElNlF 0",
      "resourceCustomizationUUID": "57952cc1-b4b2-4d0f-8d1e-bf0fcba53e44",
      "resourceName": "basic_onboard_yElNlF",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "19aa9e15-3501-442a-982a-55837879d9f4",
      "resourceInvariantUUID": "d78106c6-084e-4c3a-8830-777b1c2faec9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yelnlf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
          "artifactChecksum": "YTg3NDBlYmI4YWY3YzdjY2FhZjg2MzVkYTZlNjgzMmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a11dc2ee-731d-486c-a930-67c39bf67111",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "537303c1-2c5b-41b4-9a7e-e9e1bede12ee",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2652c4ad-fe1f-4c76-b1ad-d903b4b76af2",
            "generatedFromUUID": "537303c1-2c5b-41b4-9a7e-e9e1bede12ee"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2652c4ad-fe1f-4c76-b1ad-d903b4b76af2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYelnlf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
      "artifactChecksum": "Y2Q1Y2IxYjQ0MzQwZTQwNzc3NWNkOTUzNDc2MzY2ZDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d8c317d9-b3a3-4d04-8d05-f62386e6cba5"
    }
  ],
  "workloadContext": "Production"
}
2023-04-20T04:23:49.842Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-20T04:23:49.842Z|8dc2fc65-d701-4b66-a8fb-6e1dfb5c66e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6da32ea-2b65-437b-b129-040c5ac6a996 ASDC
2023-04-20T04:23:49.842Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:494e10f7-c2af-46b3-8c9c-87d4694505dc
ServiceName:basic_onboard_yElNlF
ServiceVersion:1.0
ServiceUUID:f6da32ea-2b65-437b-b129-040c5ac6a996
ServiceInvariantUUID:20718fb4-751a-4947-9b01-6099e93f1ba0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYelnlf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar
ArtifactUUID:d8c317d9-b3a3-4d04-8d05-f62386e6cba5
ArtifactChecksum:Y2Q1Y2IxYjQ0MzQwZTQwNzc3NWNkOTUzNDc2MzY2ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yElNlF 0
ResourceCustomizationUUID:57952cc1-b4b2-4d0f-8d1e-bf0fcba53e44
ResourceInvariantUUID:d78106c6-084e-4c3a-8830-777b1c2faec9
ResourceName:basic_onboard_yElNlF
ResourceType:VF
ResourceUUID:19aa9e15-3501-442a-982a-55837879d9f4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yelnlf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json
ArtifactUUID:a11dc2ee-731d-486c-a930-67c39bf67111
ArtifactChecksum:YTg3NDBlYmI4YWY3YzdjY2FhZjg2MzVkYTZlNjgzMmI=
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/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:537303c1-2c5b-41b4-9a7e-e9e1bede12ee
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/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env
ArtifactUUID:2652c4ad-fe1f-4c76-b1ad-d903b4b76af2
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/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env
ArtifactUUID:2652c4ad-fe1f-4c76-b1ad-d903b4b76af2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-20T04:23:49.843Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6da32ea-2b65-437b-b129-040c5ac6a996 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-04-20T04:23:49.910Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:23:49.910Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:23:49.911Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:23:49.911Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d8c317d9-b3a3-4d04-8d05-f62386e6cba5 from URL: /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:49.911Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:23:49.911Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:50.020Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:23:50.021Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar d8c317d9-b3a3-4d04-8d05-f62386e6cba5 75639
2023-04-20T04:23:50.021Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar ASDC sendASDCNotification
2023-04-20T04:23:50.021Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:50.021Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:23:50.022Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:50.022Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:50.022Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964630021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:51.023Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:23:51.024Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:23:51.025Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d8c317d9-b3a3-4d04-8d05-f62386e6cba5, URL: /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar to file: /app/ASDC/1/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:51.025Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:51.026Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:51.026Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:51.234Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14693723237434734094/Definitions/service-BasicOnboardYelnlf-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-04-20T04:23:52.122Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-20T04:23:52.122Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-20T04:23:52.122Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:52.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-20T04:23:52.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:52.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:52.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yElNlF 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-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:52.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:52.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:52.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:52.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||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-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:52.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-20T04:23:52.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:52.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_yElNlF 0 is matching search criteria
2023-04-20T04:23:52.124Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-20T04:23:52.124Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_yElNlF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:23:52.124Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.124Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:52.124Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_yElNlF 0 is matching search criteria
2023-04-20T04:23:52.124Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-20T04:23:52.124Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_yElNlF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:23:52.124Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.124Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:52.124Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.125Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_yElNlF 0 is not matching search criteria
2023-04-20T04:23:52.125Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-04-20T04:23:52.125Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-04-20T04:23:52.125Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-04-20T04:23:52.125Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-04-20T04:23:52.125Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-20T04:23:52.125Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.125Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-20T04:23:52.125Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.125Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_yElNlF 0 is matching search criteria
2023-04-20T04:23:52.125Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_yElNlF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:23:52.126Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.126Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_yElNlF 0 is matching search criteria
2023-04-20T04:23:52.126Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_yElNlF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:23:52.126Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.126Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_yElNlF 0 is matching search criteria
2023-04-20T04:23:52.126Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_yElNlF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:23:52.126Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.126Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_yElNlF 0 is not matching search criteria
2023-04-20T04:23:52.126Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-04-20T04:23:52.126Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-04-20T04:23:52.127Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b9d9909b-2f6c-4e1a-a2cb-2978ba54c1bf
2023-04-20T04:23:52.127Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.127Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:52.127Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.127Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:52.127Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.127Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:52.127Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:52.127Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:52.127Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_yElNlF
Description:service
Model UUID:f6da32ea-2b65-437b-b129-040c5ac6a996
Model Version:NULL
Model InvariantUuid:20718fb4-751a-4947-9b01-6099e93f1ba0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_yElNlF
Model UUID:b381e422-09fe-4671-a53e-dfa74b87a236
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d78106c6-084e-4c3a-8830-777b1c2faec9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:57952cc1-b4b2-4d0f-8d1e-bf0fcba53e44
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:88234963-03ff-4f00-9d5e-e01e56bf67f3
ModelName:BasicOnboardYelnlf..base_ubuntu18..module-0
ModelUuid:aef0598a-4706-4220-9d6a-d14fe4ec70a5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b9d9909b-2f6c-4e1a-a2cb-2978ba54c1bf
ModelInvariantUuid:435f4e61-17ba-432d-b46b-7c32bd11dd90
ModelName:basic_onboard_yElNlF-nodes.ubuntu18Cvfc
ModelUuid:259a4d78-fe52-4515-8d45-8390e6dc40ba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:1419d6c5-664c-467c-8750-7f35fc5a32c0
ModelInvariantUuid:4a3f3023-cdac-4b0a-a3e7-5f53cd9fbd83
ModelName:BasicOnboardYelnlf.compute.nodes.heat.ubuntu18
ModelUuid:0645a29c-04ed-42f0-8d89-9522201c7f0c
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-04-20T04:23:52.154Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 19aa9e15-3501-442a-982a-55837879d9f4
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-04-20T04:23:52.163Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||basic_onboard_yElNlF 0
2023-04-20T04:23:52.163Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19aa9e15-3501-442a-982a-55837879d9f4
2023-04-20T04:23:52.164Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a11dc2ee-731d-486c-a930-67c39bf67111 from URL: /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json
2023-04-20T04:23:52.164Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:23:52.164Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json
2023-04-20T04:23:52.291Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:23:52.292Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json a11dc2ee-731d-486c-a930-67c39bf67111 798
2023-04-20T04:23:52.293Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json ASDC sendASDCNotification
2023-04-20T04:23:52.293Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json
2023-04-20T04:23:52.293Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:23:52.294Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:52.294Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:52.294Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964632293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:53.295Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYelnlf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "88234963-03ff-4f00-9d5e-e01e56bf67f3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aef0598a-4706-4220-9d6a-d14fe4ec70a5",
    "vfModuleModelCustomizationUUID": "da3ceed4-017e-4598-a5eb-478dc4b10a58",
    "isBase": true,
    "artifacts": [
      "537303c1-2c5b-41b4-9a7e-e9e1bede12ee",
      "2652c4ad-fe1f-4c76-b1ad-d903b4b76af2"
    ],
    "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-04-20T04:23:53.301Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYelnlf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aef0598a-4706-4220-9d6a-d14fe4ec70a5
VfModuleModelInvariantUUID:88234963-03ff-4f00-9d5e-e01e56bf67f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
537303c1-2c5b-41b4-9a7e-e9e1bede12ee
,
2652c4ad-fe1f-4c76-b1ad-d903b4b76af2

}
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-04-20T04:23:53.305Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYelnlf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "88234963-03ff-4f00-9d5e-e01e56bf67f3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aef0598a-4706-4220-9d6a-d14fe4ec70a5",
    "vfModuleModelCustomizationUUID": "da3ceed4-017e-4598-a5eb-478dc4b10a58",
    "isBase": true,
    "artifacts": [
      "537303c1-2c5b-41b4-9a7e-e9e1bede12ee",
      "2652c4ad-fe1f-4c76-b1ad-d903b4b76af2"
    ],
    "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-04-20T04:23:53.306Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYelnlf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aef0598a-4706-4220-9d6a-d14fe4ec70a5
VfModuleModelInvariantUUID:88234963-03ff-4f00-9d5e-e01e56bf67f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
537303c1-2c5b-41b4-9a7e-e9e1bede12ee
,
2652c4ad-fe1f-4c76-b1ad-d903b4b76af2

}
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-04-20T04:23:53.306Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 537303c1-2c5b-41b4-9a7e-e9e1bede12ee from URL: /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml
2023-04-20T04:23:53.306Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:23:53.306Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml
2023-04-20T04:23:53.411Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:23:53.412Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml 537303c1-2c5b-41b4-9a7e-e9e1bede12ee 5033
2023-04-20T04:23:53.412Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-04-20T04:23:53.412Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml
2023-04-20T04:23:53.412Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:23:53.413Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:53.413Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:53.413Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964633412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:54.414Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2652c4ad-fe1f-4c76-b1ad-d903b4b76af2 from URL: /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env
2023-04-20T04:23:54.415Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:23:54.415Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env
2023-04-20T04:23:54.515Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:23:54.516Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env 2652c4ad-fe1f-4c76-b1ad-d903b4b76af2 909
2023-04-20T04:23:54.516Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-04-20T04:23:54.516Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env
2023-04-20T04:23:54.516Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:23:54.517Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:54.517Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:54.517Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964634516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:55.519Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f6da32ea-2b65-437b-b129-040c5ac6a996
2023-04-20T04:23:55.520Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yElNlF 0 19aa9e15-3501-442a-982a-55837879d9f4 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-04-20T04:23:55.554Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3970c9e, org.onap.sdc.toscaparser.api.parameters.Input@4ba24895, org.onap.sdc.toscaparser.api.parameters.Input@1de64127, org.onap.sdc.toscaparser.api.parameters.Input@56a3972a, org.onap.sdc.toscaparser.api.parameters.Input@6d6b829c]
2023-04-20T04:23:55.556Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.557Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:55.557Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-04-20T04:23:55.557Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 57952cc1-b4b2-4d0f-8d1e-bf0fcba53e44
2023-04-20T04:23:55.557Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 57952cc1-b4b2-4d0f-8d1e-bf0fcba53e44 matches Tosca VF Customization UUID: 57952cc1-b4b2-4d0f-8d1e-bf0fcba53e44
2023-04-20T04:23:55.558Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 57952cc1-b4b2-4d0f-8d1e-bf0fcba53e44  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-04-20T04:23:55.562Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.563Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:55.563Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 57952cc1-b4b2-4d0f-8d1e-bf0fcba53e44: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-20T04:23:55.563Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5144d70f
2023-04-20T04:23:55.564Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.564Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-20T04:23:55.564Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da3ceed4-017e-4598-a5eb-478dc4b10a58
2023-04-20T04:23:55.564Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da3ceed4-017e-4598-a5eb-478dc4b10a58
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-04-20T04:23:55.568Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.569Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_yElNlF 0 is matching search criteria
2023-04-20T04:23:55.569Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_yElNlF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:23:55.569Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.569Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_yElNlF 0 is matching search criteria
2023-04-20T04:23:55.570Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_yElNlF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:23:55.570Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.570Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_yElNlF 0 is not matching search criteria
2023-04-20T04:23:55.570Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-04-20T04:23:55.570Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-04-20T04:23:55.570Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b9d9909b-2f6c-4e1a-a2cb-2978ba54c1bf
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-04-20T04:23:55.574Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.575Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_yElNlF 0 is matching search criteria
2023-04-20T04:23:55.575Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_yElNlF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:23:55.575Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.575Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_yElNlF 0 is matching search criteria
2023-04-20T04:23:55.575Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_yElNlF 0] matching following query criteria: sdcType=VF, customizationUUID=57952cc1-b4b2-4d0f-8d1e-bf0fcba53e44
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-04-20T04:23:55.579Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.579Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:55.579Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f6da32ea-2b65-437b-b129-040c5ac6a996: basic_onboard_yElNlF
2023-04-20T04:23:55.580Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.580Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:55.580Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.580Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:55.580Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.580Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:55.580Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.580Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:55.581Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:23:55.581Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_yElNlF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:23:55.581Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_yElNlF 
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-04-20T04:23:55.775Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yElNlF 19aa9e15-3501-442a-982a-55837879d9f4 1 ASDC deployResourceStructure
2023-04-20T04:23:55.775Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json ASDC sendASDCNotification
2023-04-20T04:23:55.775Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json
2023-04-20T04:23:55.776Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:23:55.776Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:55.776Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:55.776Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964635775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:56.778Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-04-20T04:23:56.779Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml
2023-04-20T04:23:56.779Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:23:56.780Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:56.780Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:56.780Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964636778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:57.782Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-04-20T04:23:57.782Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env
2023-04-20T04:23:57.782Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:23:57.783Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:57.783Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:57.783Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964637782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:58.786Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar ASDC sendASDCNotification
2023-04-20T04:23:58.787Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar
2023-04-20T04:23:58.787Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:23:58.788Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:23:58.788Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:23:58.788Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964638786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:23:59.791Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 494e10f7-c2af-46b3-8c9c-87d4694505dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:23:59.818Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 494e10f7-c2af-46b3-8c9c-87d4694505dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:23:59.824Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:23:59.824Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-20T04:23:59.824Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-20T04:23:59.824Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-20T04:23:59.824Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:23:59.824Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:23:59.824Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:23:59.824Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:23:59.824Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:23:59.824Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-20T04:23:59.837Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-20T04:24:29.837Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 494e10f7-c2af-46b3-8c9c-87d4694505dc 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-04-20T04:24:29.854Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 494e10f7-c2af-46b3-8c9c-87d4694505dc and serviceModelVersionId: f6da32ea-2b65-437b-b129-040c5ac6a996
2023-04-20T04:24:29.854Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20718fb4-751a-4947-9b01-6099e93f1ba0
2023-04-20T04:24:29.856Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20718fb4-751a-4947-9b01-6099e93f1ba0/model-vers/model-ver/f6da32ea-2b65-437b-b129-040c5ac6a996?depth=0
2023-04-20T04:24:29.863Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-20T04:24:29.900Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20718fb4-751a-4947-9b01-6099e93f1ba0/model-vers/model-ver/f6da32ea-2b65-437b-b129-040c5ac6a996?depth=0|INFO|500||Invoke
2023-04-20T04:24:29.900Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20718fb4-751a-4947-9b01-6099e93f1ba0/model-vers/model-ver/f6da32ea-2b65-437b-b129-040c5ac6a996?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20718fb4-751a-4947-9b01-6099e93f1ba0/model-vers/model-ver/f6da32ea-2b65-437b-b129-040c5ac6a996?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[494e10f7-c2af-46b3-8c9c-87d4694505dc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[036447b7-f7b8-44e2-bd9c-858f17f06cd5], X-ECOMP-RequestID=[494e10f7-c2af-46b3-8c9c-87d4694505dc], X-TransactionId=[], X-ONAP-RequestID=[494e10f7-c2af-46b3-8c9c-87d4694505dc], Content-Type=[application/merge-patch+json]}
2023-04-20T04:24:29.908Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20718fb4-751a-4947-9b01-6099e93f1ba0/model-vers/model-ver/f6da32ea-2b65-437b-b129-040c5ac6a996?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-20T04:24:30.123Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20718fb4-751a-4947-9b01-6099e93f1ba0/model-vers/model-ver/f6da32ea-2b65-437b-b129-040c5ac6a996?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/20718fb4-751a-4947-9b01-6099e93f1ba0/model-vers/model-ver/f6da32ea-2b65-437b-b129-040c5ac6a996?depth=0 has http status code:200 and response headers:{date=[Thu, 20 Apr 2023 04:24:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[200], vertex-id=[356496], x-aai-txid=[2-aai-resources-230420-04:24:30:883-49536], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-20T04:24:30.124Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20718fb4-751a-4947-9b01-6099e93f1ba0/model-vers/model-ver/f6da32ea-2b65-437b-b129-040c5ac6a996?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-20T04:24:30.125Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20718fb4-751a-4947-9b01-6099e93f1ba0/model-vers/model-ver/f6da32ea-2b65-437b-b129-040c5ac6a996?depth=0|INFO|500||InvokeReturn
2023-04-20T04:24:30.126Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-20T04:24:30.127Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-20T04:24:30.138Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-20T04:24:30.138Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 494e10f7-c2af-46b3-8c9c-87d4694505dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-20T04:24:30.139Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-20T04:24:30.139Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:24:30.140Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:24:30.140Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964670139,
  "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-04-20T04:24:31.174Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:24:34.914Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:24:34.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.923Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:24:34.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.924Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "NOTIFIED"
}
2023-04-20T04:24:34.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.925Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:24:34.925Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.925Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:24:34.925Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.925Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-20T04:24:34.925Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.926Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:24:34.926Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.926Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964622810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:24:34.926Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.926Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964630021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:24:34.926Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.927Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964632293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:24:34.927Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.927Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964633412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:24:34.927Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.927Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964634516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:24:34.927Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.927Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964635775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/basic_onboard_yelnlf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-20T04:24:34.928Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.928Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964636778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-04-20T04:24:34.928Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.928Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964637782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/resourceInstances/basic_onboard_yelnlf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-04-20T04:24:34.928Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.928Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964638786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYelnlf/1.0/artifacts/service-BasicOnboardYelnlf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:24:34.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:24:34.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:24:34.929Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "494e10f7-c2af-46b3-8c9c-87d4694505dc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681964670139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-20T04:24:34.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:25:31.174Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:25:34.914Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:26:31.175Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:26:34.915Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:27:31.176Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:27:34.916Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:28:31.177Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:28:34.917Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:29:31.177Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:29:34.917Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:30:07.571Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Node 1 disconnected.
2023-04-20T04:30:31.178Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:30:34.918Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:31:31.178Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:31:34.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:32:31.180Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:32:34.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:33:31.180Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:33:34.922Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:34:31.182Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:34:34.923Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:34:50.671Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-20T04:34:50.672Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"81f3e60d-984a-432d-9402-227f0655957e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2","serviceDescription":"service","serviceInvariantUUID":"5480ed62-9a0a-43a8-ac55-4dbe0af43500","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d2c274ff-cd3e-4135-a665-67bc7c3cc488","resourceInvariantUUID":"69710d5a-cdd6-4053-b5fd-53832945a3d3","resourceCustomizationUUID":"833f89be-7f13-4cc7-bf13-bee08d02e578","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":"NTk1M2I4OWJiOTJjZjM3YzZkOTM1MzlkOWU1MGUwMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"819db107-1095-4897-b3d7-1a25c2dfb813","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWQyZDZkYmIyYWQ4MWJmNTE3YzMxMTdjYzhlNDljYmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4addd0f8-8519-4dbf-bddd-03e45ea30d16","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-20T04:34:50.676Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:34:50.677Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:34:50.677Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:34:50.678Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965271182,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:34:50.683Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:34:50.684Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:34:50.684Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:34:50.684Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:34:50.684Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:34:50.684Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:34:50.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:34:50.703Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965260342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:34:50.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:34:51.686Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:34:51.686Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:34:51.687Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:34:51.687Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965271182,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:34:52.688Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5480ed62-9a0a-43a8-ac55-4dbe0af43500",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "833f89be-7f13-4cc7-bf13-bee08d02e578",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d2c274ff-cd3e-4135-a665-67bc7c3cc488",
      "resourceInvariantUUID": "69710d5a-cdd6-4053-b5fd-53832945a3d3",
      "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": "YWQyZDZkYmIyYWQ4MWJmNTE3YzMxMTdjYzhlNDljYmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4addd0f8-8519-4dbf-bddd-03e45ea30d16"
    }
  ],
  "workloadContext": "Production"
}
2023-04-20T04:34:52.688Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-20T04:34:52.688Z|494e10f7-c2af-46b3-8c9c-87d4694505dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2 ASDC
2023-04-20T04:34:52.689Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:81f3e60d-984a-432d-9402-227f0655957e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2
ServiceInvariantUUID:5480ed62-9a0a-43a8-ac55-4dbe0af43500
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:4addd0f8-8519-4dbf-bddd-03e45ea30d16
ArtifactChecksum:YWQyZDZkYmIyYWQ4MWJmNTE3YzMxMTdjYzhlNDljYmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:833f89be-7f13-4cc7-bf13-bee08d02e578
ResourceInvariantUUID:69710d5a-cdd6-4053-b5fd-53832945a3d3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d2c274ff-cd3e-4135-a665-67bc7c3cc488
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-20T04:34:52.690Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2 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-04-20T04:34:52.748Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:34:52.748Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:34:52.748Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:34:52.748Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4addd0f8-8519-4dbf-bddd-03e45ea30d16 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-20T04:34:52.748Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:34:52.748Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-20T04:34:53.024Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:34:53.027Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4addd0f8-8519-4dbf-bddd-03e45ea30d16 57779
2023-04-20T04:34:53.027Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-20T04:34:53.027Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-20T04:34:53.028Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:34:53.028Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:34:53.028Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:34:53.028Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965293027,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:34:54.029Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:34:54.029Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:34:54.030Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4addd0f8-8519-4dbf-bddd-03e45ea30d16, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-20T04:34:54.030Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-20T04:34:54.031Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-20T04:34:54.031Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-20T04:34:54.125Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4255855680429468483/Definitions/service-BasicNetwork-template.yml
2023-04-20T04:34:54.515Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-20T04:34:54.516Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-20T04:34:54.517Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-20T04:34:54.517Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-20T04:34:54.517Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||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-04-20T04:34:54.517Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||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-04-20T04:34:54.517Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||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-04-20T04:34:54.518Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||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-04-20T04:34:54.518Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-20T04:34:54.518Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||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-04-20T04:34:54.519Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||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-04-20T04:34:54.520Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||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-04-20T04:34:54.520Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-20T04:34:54.520Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.520Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.520Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-20T04:34:54.520Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-20T04:34:54.520Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:34:54.520Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.520Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.521Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-20T04:34:54.521Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-20T04:34:54.521Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:34:54.521Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.521Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.521Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.521Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.522Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.522Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.522Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.522Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.522Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.522Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.523Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2
Model Version:NULL
Model InvariantUuid:5480ed62-9a0a-43a8-ac55-4dbe0af43500
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:69710d5a-cdd6-4053-b5fd-53832945a3d3
Model UUID:c77fac8f-afe8-488d-83b4-fbfe2941953b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:833f89be-7f13-4cc7-bf13-bee08d02e578
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-04-20T04:34:54.547Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: d2c274ff-cd3e-4135-a665-67bc7c3cc488
2023-04-20T04:34:54.547Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||No resources found for Service: e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2
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-04-20T04:34:54.555Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||
2023-04-20T04:34:54.555Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-04-20T04:34:54.556Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2
2023-04-20T04:34:54.556Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2
2023-04-20T04:34:54.556Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-04-20T04:34:54.556Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||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-04-20T04:34:54.569Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45ae0a2e, org.onap.sdc.toscaparser.api.parameters.Input@5986f20, org.onap.sdc.toscaparser.api.parameters.Input@4b741e5f, org.onap.sdc.toscaparser.api.parameters.Input@227ad4f8, org.onap.sdc.toscaparser.api.parameters.Input@173045e3]
2023-04-20T04:34:54.571Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.572Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.572Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.572Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.572Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2: Generic NeutronNet
2023-04-20T04:34:54.572Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.573Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.573Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.573Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||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-04-20T04:34:54.643Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.643Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.644Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.644Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.644Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:34:54.644Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:34:54.644Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||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-04-20T04:34:54.738Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-04-20T04:34:54.739Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-20T04:34:54.739Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-20T04:34:54.739Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:34:54.739Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:34:54.739Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:34:54.739Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965294739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:34:55.740Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f3e60d-984a-432d-9402-227f0655957e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:34:55.771Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f3e60d-984a-432d-9402-227f0655957e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:34:55.776Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:34:55.776Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:34:55.777Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:35:25.777Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f3e60d-984a-432d-9402-227f0655957e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:35:25.808Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f3e60d-984a-432d-9402-227f0655957e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:35:25.814Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:35:25.815Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:35:25.815Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:35:34.914Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:35:34.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:35:34.916Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965272618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:35:34.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:35:34.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:35:34.917Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965290805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:35:34.917Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:35:55.815Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f3e60d-984a-432d-9402-227f0655957e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:35:55.840Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f3e60d-984a-432d-9402-227f0655957e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:35:55.845Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:35:55.845Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:35:55.845Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:36:25.845Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f3e60d-984a-432d-9402-227f0655957e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:36:25.875Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f3e60d-984a-432d-9402-227f0655957e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:36:25.880Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:36:25.880Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:36:25.880Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:36:34.914Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:36:34.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.917Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965263657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:36:34.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.918Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965271182,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:36:34.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.918Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965260980,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:36:34.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.918Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965283779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:36:34.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.918Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965272618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:36:34.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.919Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965260342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:36:34.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.919Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965263657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:36:34.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.920Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965271182,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:36:34.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.920Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965260980,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:36:34.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.920Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965290805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:36:34.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.921Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965283779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:36:34.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.921Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965294246,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:36:34.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.921Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965293027,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:36:34.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.921Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965293379,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:36:34.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965293033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:36:34.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965293494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:36:34.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.922Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965294383,
  "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-04-20T04:36:34.943Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81f3e60d-984a-432d-9402-227f0655957e
2023-04-20T04:36:34.943Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f3e60d-984a-432d-9402-227f0655957e 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-04-20T04:36:34.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965294037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:36:34.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965294739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:36:34.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:34.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:34.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965295038,
  "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-04-20T04:36:34.984Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81f3e60d-984a-432d-9402-227f0655957e
2023-04-20T04:36:34.984Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f3e60d-984a-432d-9402-227f0655957e 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-04-20T04:36:35.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:35.011Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965294976,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:36:35.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:35.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:35.012Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965297129,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:36:35.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:36:35.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:35.012Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965295980,
  "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-04-20T04:36:35.029Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81f3e60d-984a-432d-9402-227f0655957e
2023-04-20T04:36:35.029Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f3e60d-984a-432d-9402-227f0655957e 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-04-20T04:36:35.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-20T04:36:35.058Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965298130,
  "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-04-20T04:36:35.073Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81f3e60d-984a-432d-9402-227f0655957e
2023-04-20T04:36:35.074Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f3e60d-984a-432d-9402-227f0655957e 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-04-20T04:36:55.880Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f3e60d-984a-432d-9402-227f0655957e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:36:55.906Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f3e60d-984a-432d-9402-227f0655957e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:36:55.917Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:36:55.917Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-20T04:36:55.917Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-20T04:36:55.917Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-20T04:36:55.917Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:36:55.918Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:36:55.918Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:36:55.918Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:36:55.918Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:36:55.918Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-20T04:36:55.932Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-20T04:37:25.932Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81f3e60d-984a-432d-9402-227f0655957e 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-04-20T04:37:25.947Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81f3e60d-984a-432d-9402-227f0655957e and serviceModelVersionId: e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2
2023-04-20T04:37:25.947Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5480ed62-9a0a-43a8-ac55-4dbe0af43500
2023-04-20T04:37:25.948Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5480ed62-9a0a-43a8-ac55-4dbe0af43500/model-vers/model-ver/e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2?depth=0
2023-04-20T04:37:25.952Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-20T04:37:25.980Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5480ed62-9a0a-43a8-ac55-4dbe0af43500/model-vers/model-ver/e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2?depth=0|INFO|500||Invoke
2023-04-20T04:37:25.980Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5480ed62-9a0a-43a8-ac55-4dbe0af43500/model-vers/model-ver/e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5480ed62-9a0a-43a8-ac55-4dbe0af43500/model-vers/model-ver/e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[81f3e60d-984a-432d-9402-227f0655957e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b19d18cc-c905-4f27-9a52-f69e40fff34e], X-ECOMP-RequestID=[81f3e60d-984a-432d-9402-227f0655957e], X-TransactionId=[], X-ONAP-RequestID=[81f3e60d-984a-432d-9402-227f0655957e], Content-Type=[application/merge-patch+json]}
2023-04-20T04:37:25.992Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5480ed62-9a0a-43a8-ac55-4dbe0af43500/model-vers/model-ver/e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-20T04:37:26.168Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5480ed62-9a0a-43a8-ac55-4dbe0af43500/model-vers/model-ver/e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2?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/5480ed62-9a0a-43a8-ac55-4dbe0af43500/model-vers/model-ver/e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2?depth=0 has http status code:200 and response headers:{date=[Thu, 20 Apr 2023 04:37:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[172], vertex-id=[233592], x-aai-txid=[1-aai-resources-230420-04:37:26:968-98353], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-20T04:37:26.169Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5480ed62-9a0a-43a8-ac55-4dbe0af43500/model-vers/model-ver/e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-20T04:37:26.170Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5480ed62-9a0a-43a8-ac55-4dbe0af43500/model-vers/model-ver/e9d2ddbb-bb0b-4683-a06a-28e0f7f54fb2?depth=0|INFO|500||InvokeReturn
2023-04-20T04:37:26.170Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-20T04:37:26.171Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-20T04:37:26.187Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-20T04:37:26.188Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81f3e60d-984a-432d-9402-227f0655957e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-20T04:37:26.188Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-20T04:37:26.189Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:37:26.189Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:37:26.189Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965446188,
  "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-04-20T04:37:27.235Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:37:27.244Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-20T04:37:27.245Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"0be4e1f7-97ca-40f7-aaa9-f0e96dacea14","serviceName":"Demo_pNF_pur2jylGLeVkcAxT2IDj","serviceVersion":"1.0","serviceUUID":"d56fe90d-b8ce-47a3-b0b5-1890734b632b","serviceDescription":"catalog service description","serviceInvariantUUID":"204667a6-7dbf-4bc1-9717-8a7cee83f628","resources":[{"resourceInstanceName":"pNF aefb5496-257e 0","resourceName":"pNF aefb5496-257e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f770f9c-21a3-456b-801b-d00b3b1117a8","resourceInvariantUUID":"b028e21a-5814-482a-85ea-8f10c6d063ff","resourceCustomizationUUID":"4fde3cfc-604f-49f9-9cd0-72977d1f7422","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vf-license-model.xml","artifactChecksum":"N2JlNjg3NDg4YzlmNmVhOTFkNzg0ODYwOWQwZjkzZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e5c67ff-d05e-4d76-b13b-b2149cbe5dba","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/pNF.csar","artifactChecksum":"Mzg2MTM2OGYyZGZjMmM4NjQ2NDQyNmE3ZmY2Y2ZjOTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a766643a-ef7b-4f0b-87d6-24939b97ecf3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85955f48-a39f-4063-9638-4b437200f1a7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vendor-license-model.xml","artifactChecksum":"OTdhZTNiZGQxMjBkN2NjMWQ5YmNiMTdiNTI0N2JjNDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02dd00c3-72c9-4a23-9869-0330266a6822","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a20a319c-cbea-4f92-a563-1f7407ed6280","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"73d359e2-8e29-4033-85d8-1b29b35a4a2a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPur2jylglevkcaxt2idj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-template.yml","artifactChecksum":"YWY3M2FjYjQ1MzUyMDU0MWQyY2ZiNGI5YmQ0ZDQyMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5c71324-cf86-470f-bae4-299b6b865834","artifactVersion":"1"},{"artifactName":"service-DemoPnfPur2jylglevkcaxt2idj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar","artifactChecksum":"YmMxNTg0ZDY5ZTZiZDFhNWE4MGZkZGM2NDc0NjNiMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e84e68f-281a-45a2-bcc0-9e637021906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-20T04:37:27.248Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:37:27.248Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:37:27.248Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:37:27.248Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:37:28.249Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:37:28.250Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:37:28.250Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:37:28.250Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:37:29.251Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:37:29.251Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:37:29.252Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:37:29.252Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:37:30.255Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:37:30.256Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:37:30.256Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:37:30.256Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:37:31.257Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:37:31.257Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:37:31.258Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:37:31.258Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:37:32.258Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:37:32.259Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:37:32.259Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:37:32.259Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:37:33.260Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:37:33.261Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:37:33.261Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:37:33.261Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:37:34.262Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:37:34.262Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:37:34.263Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:37:34.263Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:37:34.914Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:37:34.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.921Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965295386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.922Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965323072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.923Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965330767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.923Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965332618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.924Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965326041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.924Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965343779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.925Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965295386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.925Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965330767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.925Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965326041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.926Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965323072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.926Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965332618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.926Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965343779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.927Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965295386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.927Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965332618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965330767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965323072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965326041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965343779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965295386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.930Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965332618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.930Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965323072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.930Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965330767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.931Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965326041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.931Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965343779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.931Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965295386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.932Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965332618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.932Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965323072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.933Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965330767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.933Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965326041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.933Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965343779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.934Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965295386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.934Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965332618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.934Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965323072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.935Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965330767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:37:34.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.935Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965326041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.936Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965343779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.936Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965295386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.937Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965332618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.937Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965323072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.937Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965326041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.938Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.938Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965330767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.938Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.938Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965343779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.938Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.938Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965295386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:37:34.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.939Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965332618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:37:34.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.939Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965323072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:37:34.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.940Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965326041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:37:34.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.940Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965330767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:34.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.941Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965343779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:37:34.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.941Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965353036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:37:34.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.941Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965352687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:37:34.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.942Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965353138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:37:34.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.942Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965353968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:37:34.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.942Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965353330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:37:34.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:34.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:34.943Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965354040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-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-04-20T04:37:34.992Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14
2023-04-20T04:37:34.992Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14 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-04-20T04:37:35.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.016Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965353691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:37:35.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.017Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965354278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-04-20T04:37:35.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.018Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965354693,
  "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-04-20T04:37:35.034Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14
2023-04-20T04:37:35.034Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14 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-04-20T04:37:35.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.060Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965355280,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T04:37:35.079Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14
2023-04-20T04:37:35.079Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14 and ComponentName 
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-04-20T04:37:35.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.106Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965355086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:37:35.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.107Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965356090,
  "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-04-20T04:37:35.125Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14
2023-04-20T04:37:35.126Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14 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-04-20T04:37:35.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.153Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965357633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:37:35.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.154Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965358636,
  "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-04-20T04:37:35.173Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14
2023-04-20T04:37:35.173Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14 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-04-20T04:37:35.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.196Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965355041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965352960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.197Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965356281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965355694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.198Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965355041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965355694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965352960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-20T04:37:35.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.199Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965356281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965355041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.200Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965356281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965352960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:37:35.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.201Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965355694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:37:35.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965355041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.202Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965355694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.203Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965356281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.203Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965352960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.204Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965362618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.204Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965355041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.204Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965355694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.205Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965352960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-20T04:37:35.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.205Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965356281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.206Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965362618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.206Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965355041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.206Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965355694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.207Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965356281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.207Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965352960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.208Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965362618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.208Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.208Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965355041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:37:35.208Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.208Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965355694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:37:35.209Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.209Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681965356281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.209Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.209Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965352960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:37:35.209Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.210Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965362618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.210Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.210Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965362618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.210Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.210Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965365860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:37:35.211Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.211Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965365481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:37:35.212Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.212Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965365834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:37:35.212Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.213Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965362618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.213Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.213Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965366484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:37:35.213Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.213Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681965366837,
  "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-04-20T04:37:35.246Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37cdd433-68b9-47ce-868d-dad1913111ea
2023-04-20T04:37:35.246Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37cdd433-68b9-47ce-868d-dad1913111ea 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-04-20T04:37:35.264Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "serviceName": "Demo_pNF_pur2jylGLeVkcAxT2IDj",
  "serviceVersion": "1.0",
  "serviceUUID": "d56fe90d-b8ce-47a3-b0b5-1890734b632b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "204667a6-7dbf-4bc1-9717-8a7cee83f628",
  "resources": [
    {
      "resourceInstanceName": "pNF aefb5496-257e 0",
      "resourceCustomizationUUID": "4fde3cfc-604f-49f9-9cd0-72977d1f7422",
      "resourceName": "pNF aefb5496-257e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f770f9c-21a3-456b-801b-d00b3b1117a8",
      "resourceInvariantUUID": "b028e21a-5814-482a-85ea-8f10c6d063ff",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
      "artifactChecksum": "YmMxNTg0ZDY5ZTZiZDFhNWE4MGZkZGM2NDc0NjNiMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e84e68f-281a-45a2-bcc0-9e637021906e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-20T04:37:35.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.264Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965366963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:37:35.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.265Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965362618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:37:35.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.265Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681965367486,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2023-04-20T04:37:35.264Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-20T04:37:35.265Z|81f3e60d-984a-432d-9402-227f0655957e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d56fe90d-b8ce-47a3-b0b5-1890734b632b ASDC
2023-04-20T04:37:35.266Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0be4e1f7-97ca-40f7-aaa9-f0e96dacea14
ServiceName:Demo_pNF_pur2jylGLeVkcAxT2IDj
ServiceVersion:1.0
ServiceUUID:d56fe90d-b8ce-47a3-b0b5-1890734b632b
ServiceInvariantUUID:204667a6-7dbf-4bc1-9717-8a7cee83f628
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
ArtifactUUID:3e84e68f-281a-45a2-bcc0-9e637021906e
ArtifactChecksum:YmMxNTg0ZDY5ZTZiZDFhNWE4MGZkZGM2NDc0NjNiMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF aefb5496-257e 0
ResourceCustomizationUUID:4fde3cfc-604f-49f9-9cd0-72977d1f7422
ResourceInvariantUUID:b028e21a-5814-482a-85ea-8f10c6d063ff
ResourceName:pNF aefb5496-257e
ResourceType:PNF
ResourceUUID:2f770f9c-21a3-456b-801b-d00b3b1117a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-20T04:37:35.266Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d56fe90d-b8ce-47a3-b0b5-1890734b632b ASDC treatNotification
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T04:37:35.277Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37cdd433-68b9-47ce-868d-dad1913111ea
2023-04-20T04:37:35.277Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37cdd433-68b9-47ce-868d-dad1913111ea and ComponentName POLICY
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: 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_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_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=?
2023-04-20T04:37:35.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.298Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965368066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:37:35.298Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.298Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965369766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:37:35.298Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.298Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965369133,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-20T04:37:35.310Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37cdd433-68b9-47ce-868d-dad1913111ea
2023-04-20T04:37:35.310Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37cdd433-68b9-47ce-868d-dad1913111ea 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=?
2023-04-20T04:37:35.314Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:37:35.315Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:37:35.315Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:37:35.315Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3e84e68f-281a-45a2-bcc0-9e637021906e from URL: /sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:35.315Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:37:35.315Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-20T04:37:35.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.328Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681965370136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-20T04:37:35.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.328Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965375157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:37:35.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.329Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965373779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.330Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.330Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "aai-model-loader",
  "timestamp": 1681965376159,
  "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-04-20T04:37:35.345Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37cdd433-68b9-47ce-868d-dad1913111ea
2023-04-20T04:37:35.346Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37cdd433-68b9-47ce-868d-dad1913111ea 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-04-20T04:37:35.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.370Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965373779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.371Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965373779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.371Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965373779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.371Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965373779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.371Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965373779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:37:35.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.372Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965373779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:37:35.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.372Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965381582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:37:35.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.372Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965383688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:37:35.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:37:35.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:37:35.372Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681965384691,
  "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-04-20T04:37:35.388Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37cdd433-68b9-47ce-868d-dad1913111ea
2023-04-20T04:37:35.388Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37cdd433-68b9-47ce-868d-dad1913111ea 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-04-20T04:37:35.423Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:37:35.424Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar 3e84e68f-281a-45a2-bcc0-9e637021906e 87992
2023-04-20T04:37:35.425Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar ASDC sendASDCNotification
2023-04-20T04:37:35.425Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:35.425Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:37:35.425Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:37:35.425Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:37:35.425Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965455425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:37:36.426Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:37:36.427Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:37:36.427Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3e84e68f-281a-45a2-bcc0-9e637021906e, URL: /sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar to file: /app/ASDC/1/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:36.427Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:36.428Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:36.428Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:36.497Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2026019594381327093/Definitions/service-DemoPnfPur2jylglevkcaxt2idj-template.yml
2023-04-20T04:37:37.090Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF aefb5496-257e 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-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:37:37.091Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pur2jylGLeVkcAxT2IDj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Node template pNF aefb5496-257e 0 is matching search criteria
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF aefb5496-257e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pur2jylGLeVkcAxT2IDj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Node template pNF aefb5496-257e 0 is matching search criteria
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF aefb5496-257e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pur2jylGLeVkcAxT2IDj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pur2jylGLeVkcAxT2IDj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:37:37.092Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pur2jylGLeVkcAxT2IDj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:37:37.093Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:37:37.093Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pur2jylGLeVkcAxT2IDj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:37:37.093Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:37:37.093Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pur2jylGLeVkcAxT2IDj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:37:37.093Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pur2jylGLeVkcAxT2IDj
Description:catalog service description
Model UUID:d56fe90d-b8ce-47a3-b0b5-1890734b632b
Model Version:NULL
Model InvariantUuid:204667a6-7dbf-4bc1-9717-8a7cee83f628
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-04-20T04:37:37.109Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2f770f9c-21a3-456b-801b-d00b3b1117a8
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-04-20T04:37:37.114Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||pNF aefb5496-257e 0
2023-04-20T04:37:37.114Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2f770f9c-21a3-456b-801b-d00b3b1117a8
2023-04-20T04:37:37.114Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||No resources found for Service: d56fe90d-b8ce-47a3-b0b5-1890734b632b
2023-04-20T04:37:37.114Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d56fe90d-b8ce-47a3-b0b5-1890734b632b
2023-04-20T04:37:37.114Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF aefb5496-257e 0 2f770f9c-21a3-456b-801b-d00b3b1117a8 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-04-20T04:37:37.125Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3356b21b, org.onap.sdc.toscaparser.api.parameters.Input@943f626, org.onap.sdc.toscaparser.api.parameters.Input@4f172e7c, org.onap.sdc.toscaparser.api.parameters.Input@370cd6ab, org.onap.sdc.toscaparser.api.parameters.Input@314c7c3b]
2023-04-20T04:37:37.125Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:37:37.125Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pur2jylGLeVkcAxT2IDj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:37:37.125Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d56fe90d-b8ce-47a3-b0b5-1890734b632b: pNF aefb5496-257e
2023-04-20T04:37:37.125Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Processing PNF resource: 2f770f9c-21a3-456b-801b-d00b3b1117a8
2023-04-20T04:37:37.126Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:37:37.126Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pur2jylGLeVkcAxT2IDj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:37:37.126Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Resource customization UUID: 4fde3cfc-604f-49f9-9cd0-72977d1f7422 is the same as notified resource customizationUUID: 4fde3cfc-604f-49f9-9cd0-72977d1f7422
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-04-20T04:37:37.217Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF aefb5496-257e 2f770f9c-21a3-456b-801b-d00b3b1117a8 0 ASDC deployResourceStructure
2023-04-20T04:37:37.217Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar ASDC sendASDCNotification
2023-04-20T04:37:37.217Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar
2023-04-20T04:37:37.217Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:37:37.217Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:37:37.217Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:37:37.217Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965457217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:37:38.218Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:37:38.249Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:37:38.255Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:37:38.255Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-20T04:37:38.255Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-20T04:37:38.255Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-20T04:37:38.255Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:37:38.255Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:37:38.255Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:37:38.255Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:37:38.256Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:37:38.256Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:37:38.256Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-20T04:37:38.272Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-20T04:38:08.273Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14 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-04-20T04:38:08.285Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14 and serviceModelVersionId: d56fe90d-b8ce-47a3-b0b5-1890734b632b
2023-04-20T04:38:08.286Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 204667a6-7dbf-4bc1-9717-8a7cee83f628
2023-04-20T04:38:08.286Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/204667a6-7dbf-4bc1-9717-8a7cee83f628/model-vers/model-ver/d56fe90d-b8ce-47a3-b0b5-1890734b632b?depth=0
2023-04-20T04:38:08.289Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-20T04:38:08.330Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/204667a6-7dbf-4bc1-9717-8a7cee83f628/model-vers/model-ver/d56fe90d-b8ce-47a3-b0b5-1890734b632b?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-04-20T04:38:08.331Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/204667a6-7dbf-4bc1-9717-8a7cee83f628/model-vers/model-ver/d56fe90d-b8ce-47a3-b0b5-1890734b632b?depth=0|INFO|500||Invoke
2023-04-20T04:38:08.338Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/204667a6-7dbf-4bc1-9717-8a7cee83f628/model-vers/model-ver/d56fe90d-b8ce-47a3-b0b5-1890734b632b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-20T04:38:08.497Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/204667a6-7dbf-4bc1-9717-8a7cee83f628/model-vers/model-ver/d56fe90d-b8ce-47a3-b0b5-1890734b632b?depth=0|INFO|500||InvokeReturn
2023-04-20T04:38:08.498Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/204667a6-7dbf-4bc1-9717-8a7cee83f628/model-vers/model-ver/d56fe90d-b8ce-47a3-b0b5-1890734b632b?depth=0 has http status code:200 and response headers:{date=[Thu, 20 Apr 2023 04:38:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[155680], x-aai-txid=[0-aai-resources-230420-04:38:09:312-2794], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-20T04:38:08.498Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-20T04:38:08.500Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-20T04:38:08.501Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-20T04:38:08.515Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-20T04:38:08.517Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0be4e1f7-97ca-40f7-aaa9-f0e96dacea14 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-20T04:38:08.517Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-20T04:38:08.518Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:08.519Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:08.519Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965488517,
  "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-04-20T04:38:09.554Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-20T04:38:09.554Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"37cdd433-68b9-47ce-868d-dad1913111ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b2c67f80-9fee-4a12-b328-aa7a8304ed7d","serviceDescription":"service","serviceInvariantUUID":"29dccc69-a8cd-47f4-a997-b1732464d54b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6619e60-2e9c-4593-b527-97522ecd94e8","resourceInvariantUUID":"8518715f-1b7a-463b-83f9-02e6ee873572","resourceCustomizationUUID":"0338361a-1792-4420-9074-05d5783f1f2f","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":"ODdkMTM3N2YxYzAyNDllZDVlYzUwMDQxYTNmNjQ5ZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e7a63c7-8077-4b11-a76c-e5ecb422bd58","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":"NTc4Y2Q0N2VkYzg5Nzg1NTEzYzgyMmQwZGNiM2EyYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2980af25-cc24-48e5-8c96-458f1600eb19","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":"4bdfa7fd-279e-45fb-8075-96fb83aaa609","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":"1e6f49d7-5ece-4c76-bfdb-b8cf0498d20e","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":"d0500868-17b9-49fb-a246-84415844eaa0","artifactVersion":"2","generatedFromUUID":"4bdfa7fd-279e-45fb-8075-96fb83aaa609"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Njk1YjE3ZjFjMmE3MzIyMjk1OWRiZTc0NDJjY2MzZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd20e70c-d7f8-40b7-b6c3-c4e3158ca382","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWY0ZmM1OTM5OGMzOTIxYThiZDFmNTE3NTAyZDFiMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7eac7ebb-f9c3-43a4-8d35-13428904f32d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-20T04:38:09.555Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:38:09.555Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:09.555Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:09.555Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "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-04-20T04:38:10.556Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:38:10.557Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:10.557Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:10.558Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "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-04-20T04:38:11.559Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:38:11.560Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:11.560Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:11.561Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "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-04-20T04:38:12.562Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:38:12.563Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:12.563Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:12.563Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "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-04-20T04:38:13.564Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:38:13.565Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:13.565Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:13.565Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "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-04-20T04:38:14.567Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:38:14.568Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:14.568Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:14.568Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:38:15.570Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:38:15.570Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:15.570Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:15.571Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:38:16.572Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b2c67f80-9fee-4a12-b328-aa7a8304ed7d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "29dccc69-a8cd-47f4-a997-b1732464d54b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "0338361a-1792-4420-9074-05d5783f1f2f",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a6619e60-2e9c-4593-b527-97522ecd94e8",
      "resourceInvariantUUID": "8518715f-1b7a-463b-83f9-02e6ee873572",
      "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": "NTc4Y2Q0N2VkYzg5Nzg1NTEzYzgyMmQwZGNiM2EyYjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2980af25-cc24-48e5-8c96-458f1600eb19",
          "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": "4bdfa7fd-279e-45fb-8075-96fb83aaa609",
          "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": "d0500868-17b9-49fb-a246-84415844eaa0",
            "generatedFromUUID": "4bdfa7fd-279e-45fb-8075-96fb83aaa609"
          },
          "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": "d0500868-17b9-49fb-a246-84415844eaa0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWY0ZmM1OTM5OGMzOTIxYThiZDFmNTE3NTAyZDFiMDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7eac7ebb-f9c3-43a4-8d35-13428904f32d"
    }
  ],
  "workloadContext": "Production"
}
2023-04-20T04:38:16.573Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-20T04:38:16.573Z|0be4e1f7-97ca-40f7-aaa9-f0e96dacea14|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b2c67f80-9fee-4a12-b328-aa7a8304ed7d ASDC
2023-04-20T04:38:16.574Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:37cdd433-68b9-47ce-868d-dad1913111ea
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b2c67f80-9fee-4a12-b328-aa7a8304ed7d
ServiceInvariantUUID:29dccc69-a8cd-47f4-a997-b1732464d54b
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:7eac7ebb-f9c3-43a4-8d35-13428904f32d
ArtifactChecksum:OWY0ZmM1OTM5OGMzOTIxYThiZDFmNTE3NTAyZDFiMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0338361a-1792-4420-9074-05d5783f1f2f
ResourceInvariantUUID:8518715f-1b7a-463b-83f9-02e6ee873572
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a6619e60-2e9c-4593-b527-97522ecd94e8
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:2980af25-cc24-48e5-8c96-458f1600eb19
ArtifactChecksum:NTc4Y2Q0N2VkYzg5Nzg1NTEzYzgyMmQwZGNiM2EyYjI=
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:4bdfa7fd-279e-45fb-8075-96fb83aaa609
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:d0500868-17b9-49fb-a246-84415844eaa0
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:d0500868-17b9-49fb-a246-84415844eaa0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-20T04:38:16.577Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2c67f80-9fee-4a12-b328-aa7a8304ed7d 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-04-20T04:38:19.032Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:38:19.033Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:38:19.033Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:38:19.033Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7eac7ebb-f9c3-43a4-8d35-13428904f32d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-20T04:38:19.033Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:38:19.034Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-20T04:38:19.153Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:38:19.155Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7eac7ebb-f9c3-43a4-8d35-13428904f32d 75157
2023-04-20T04:38:19.155Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-20T04:38:19.156Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-20T04:38:19.156Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:38:19.156Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:19.156Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:19.157Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965499155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:38:20.158Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:38:20.158Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-20T04:38:20.159Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7eac7ebb-f9c3-43a4-8d35-13428904f32d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-20T04:38:20.159Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-20T04:38:20.159Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-20T04:38:20.159Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-20T04:38:20.276Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15020748305885893798/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-04-20T04:38:21.187Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.188Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:21.189Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-20T04:38:21.189Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-20T04:38:21.189Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:38:21.189Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.189Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:21.189Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-20T04:38:21.189Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-20T04:38:21.190Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:38:21.190Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.190Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:21.190Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.190Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-20T04:38:21.190Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-20T04:38:21.190Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-20T04:38:21.190Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-20T04:38:21.190Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-20T04:38:21.190Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-20T04:38:21.191Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.191Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-20T04:38:21.191Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.191Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-20T04:38:21.191Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:38:21.191Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.192Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-20T04:38:21.192Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:38:21.192Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.192Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-20T04:38:21.192Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:38:21.192Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.192Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-20T04:38:21.192Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-20T04:38:21.192Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-20T04:38:21.193Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=11c007aa-1a08-42ac-bdbf-5f6bc8c45190
2023-04-20T04:38:21.193Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.193Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:21.193Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.193Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:21.193Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.193Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:21.193Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:21.193Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:21.193Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b2c67f80-9fee-4a12-b328-aa7a8304ed7d
Model Version:NULL
Model InvariantUuid:29dccc69-a8cd-47f4-a997-b1732464d54b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f6d48493-3eb9-4f74-8f28-043109ea2844
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8518715f-1b7a-463b-83f9-02e6ee873572
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0338361a-1792-4420-9074-05d5783f1f2f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8f9c7940-71d8-4eba-bca7-f1bacbc61ebf
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:477ea0cc-a959-4f1e-a886-56c9d5bb34d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:11c007aa-1a08-42ac-bdbf-5f6bc8c45190
ModelInvariantUuid:13c455e5-ee6e-4dff-881e-b8f9aec63e30
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:8b1a3c02-02f2-4449-bcaf-fb8cb264e9a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c05ef740-0d45-4579-a4e1-0f8b34e16e7f
ModelInvariantUuid:11e6ae04-736b-45c5-b9e0-76de0a02c4d8
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:547c1b31-d895-4b5b-9c1b-e569ac7afe33
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-04-20T04:38:21.214Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a6619e60-2e9c-4593-b527-97522ecd94e8
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-04-20T04:38:21.220Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||basic_vm 0
2023-04-20T04:38:21.220Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a6619e60-2e9c-4593-b527-97522ecd94e8
2023-04-20T04:38:21.221Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2980af25-cc24-48e5-8c96-458f1600eb19 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-20T04:38:21.221Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:38:21.221Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:21.327Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:38:21.328Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2980af25-cc24-48e5-8c96-458f1600eb19 787
2023-04-20T04:38:21.328Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:21.328Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:21.328Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:38:21.329Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:21.329Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:21.329Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965501328,
  "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-04-20T04:38:22.329Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8f9c7940-71d8-4eba-bca7-f1bacbc61ebf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "477ea0cc-a959-4f1e-a886-56c9d5bb34d0",
    "vfModuleModelCustomizationUUID": "bae9f25f-3d72-49a5-a9b7-47d6bced39a2",
    "isBase": true,
    "artifacts": [
      "4bdfa7fd-279e-45fb-8075-96fb83aaa609",
      "d0500868-17b9-49fb-a246-84415844eaa0"
    ],
    "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-04-20T04:38:22.332Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:477ea0cc-a959-4f1e-a886-56c9d5bb34d0
VfModuleModelInvariantUUID:8f9c7940-71d8-4eba-bca7-f1bacbc61ebf
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bdfa7fd-279e-45fb-8075-96fb83aaa609
,
d0500868-17b9-49fb-a246-84415844eaa0

}
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-04-20T04:38:22.333Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8f9c7940-71d8-4eba-bca7-f1bacbc61ebf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "477ea0cc-a959-4f1e-a886-56c9d5bb34d0",
    "vfModuleModelCustomizationUUID": "bae9f25f-3d72-49a5-a9b7-47d6bced39a2",
    "isBase": true,
    "artifacts": [
      "4bdfa7fd-279e-45fb-8075-96fb83aaa609",
      "d0500868-17b9-49fb-a246-84415844eaa0"
    ],
    "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-04-20T04:38:22.334Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:477ea0cc-a959-4f1e-a886-56c9d5bb34d0
VfModuleModelInvariantUUID:8f9c7940-71d8-4eba-bca7-f1bacbc61ebf
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bdfa7fd-279e-45fb-8075-96fb83aaa609
,
d0500868-17b9-49fb-a246-84415844eaa0

}
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-04-20T04:38:22.334Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4bdfa7fd-279e-45fb-8075-96fb83aaa609 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-20T04:38:22.334Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:38:22.334Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:22.410Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:38:22.410Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4bdfa7fd-279e-45fb-8075-96fb83aaa609 5033
2023-04-20T04:38:22.410Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:22.410Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:22.410Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:38:22.410Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:22.411Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:22.411Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965502410,
  "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-04-20T04:38:23.411Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d0500868-17b9-49fb-a246-84415844eaa0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-20T04:38:23.411Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-20T04:38:23.412Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:23.507Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-20T04:38:23.507Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d0500868-17b9-49fb-a246-84415844eaa0 903
2023-04-20T04:38:23.507Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:23.508Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:23.508Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:38:23.508Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:23.508Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:23.508Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965503507,
  "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-04-20T04:38:24.509Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b2c67f80-9fee-4a12-b328-aa7a8304ed7d
2023-04-20T04:38:24.509Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a6619e60-2e9c-4593-b527-97522ecd94e8 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-04-20T04:38:24.539Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ea99aad, org.onap.sdc.toscaparser.api.parameters.Input@568dcc22, org.onap.sdc.toscaparser.api.parameters.Input@2013e9e8, org.onap.sdc.toscaparser.api.parameters.Input@6906e9d4, org.onap.sdc.toscaparser.api.parameters.Input@2b386aab]
2023-04-20T04:38:24.541Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.542Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:24.542Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-04-20T04:38:24.542Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 0338361a-1792-4420-9074-05d5783f1f2f
2023-04-20T04:38:24.542Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0338361a-1792-4420-9074-05d5783f1f2f matches Tosca VF Customization UUID: 0338361a-1792-4420-9074-05d5783f1f2f
2023-04-20T04:38:24.544Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 0338361a-1792-4420-9074-05d5783f1f2f  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-04-20T04:38:24.549Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.550Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:24.551Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 0338361a-1792-4420-9074-05d5783f1f2f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-20T04:38:24.552Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7219bc12
2023-04-20T04:38:24.552Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.552Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-20T04:38:24.552Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bae9f25f-3d72-49a5-a9b7-47d6bced39a2
2023-04-20T04:38:24.553Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bae9f25f-3d72-49a5-a9b7-47d6bced39a2
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-04-20T04:38:24.558Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.558Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-20T04:38:24.558Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:38:24.559Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.559Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-20T04:38:24.559Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:38:24.559Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.560Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-20T04:38:24.560Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-20T04:38:24.560Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-20T04:38:24.560Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=11c007aa-1a08-42ac-bdbf-5f6bc8c45190
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-04-20T04:38:24.565Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.565Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-20T04:38:24.566Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:38:24.566Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.566Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-20T04:38:24.566Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0338361a-1792-4420-9074-05d5783f1f2f
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-04-20T04:38:24.570Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.571Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:24.571Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b2c67f80-9fee-4a12-b328-aa7a8304ed7d: basic_vm
2023-04-20T04:38:24.571Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.571Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:24.572Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.572Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:24.572Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.572Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:24.572Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.572Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:24.572Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:38:24.573Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-20T04:38:24.573Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:24.811Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a6619e60-2e9c-4593-b527-97522ecd94e8 1 ASDC deployResourceStructure
2023-04-20T04:38:24.812Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:24.812Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:24.812Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:38:24.812Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:24.812Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:24.812Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965504812,
  "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-04-20T04:38:25.813Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:25.813Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:25.813Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:38:25.814Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:25.814Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:25.814Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965505813,
  "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-04-20T04:38:26.815Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:26.816Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||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-04-20T04:38:26.816Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:38:26.816Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:26.816Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:26.816Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965506815,
  "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-04-20T04:38:27.818Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-20T04:38:27.819Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-20T04:38:27.819Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:38:27.819Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:27.819Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:27.819Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965507818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:38:28.820Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37cdd433-68b9-47ce-868d-dad1913111ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:38:28.849Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37cdd433-68b9-47ce-868d-dad1913111ea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:38:28.855Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:38:28.855Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-20T04:38:28.855Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-20T04:38:28.855Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-20T04:38:28.855Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:38:28.855Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:38:28.855Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:38:28.856Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:38:28.856Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:38:28.856Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-20T04:38:28.871Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-20T04:38:34.914Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:38:34.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:38:34.916Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81f3e60d-984a-432d-9402-227f0655957e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965446188,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-20T04:38:34.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:38:34.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:38:34.917Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:38:34.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:38:34.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:38:34.917Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:38:34.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:38:34.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:38:34.917Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:38:34.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/resourceInstances/pnfaefb5496257e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:38:34.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:38:34.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:38:58.872Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37cdd433-68b9-47ce-868d-dad1913111ea 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-04-20T04:38:58.882Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37cdd433-68b9-47ce-868d-dad1913111ea and serviceModelVersionId: b2c67f80-9fee-4a12-b328-aa7a8304ed7d
2023-04-20T04:38:58.882Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29dccc69-a8cd-47f4-a997-b1732464d54b
2023-04-20T04:38:58.883Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29dccc69-a8cd-47f4-a997-b1732464d54b/model-vers/model-ver/b2c67f80-9fee-4a12-b328-aa7a8304ed7d?depth=0
2023-04-20T04:38:58.889Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-20T04:38:58.933Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29dccc69-a8cd-47f4-a997-b1732464d54b/model-vers/model-ver/b2c67f80-9fee-4a12-b328-aa7a8304ed7d?depth=0|INFO|500||Invoke
2023-04-20T04:38:58.933Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29dccc69-a8cd-47f4-a997-b1732464d54b/model-vers/model-ver/b2c67f80-9fee-4a12-b328-aa7a8304ed7d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29dccc69-a8cd-47f4-a997-b1732464d54b/model-vers/model-ver/b2c67f80-9fee-4a12-b328-aa7a8304ed7d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[37cdd433-68b9-47ce-868d-dad1913111ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3977e04-98ec-4500-b611-1cbe00bdacd1], X-ECOMP-RequestID=[37cdd433-68b9-47ce-868d-dad1913111ea], X-TransactionId=[], X-ONAP-RequestID=[37cdd433-68b9-47ce-868d-dad1913111ea], Content-Type=[application/merge-patch+json]}
2023-04-20T04:38:58.943Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29dccc69-a8cd-47f4-a997-b1732464d54b/model-vers/model-ver/b2c67f80-9fee-4a12-b328-aa7a8304ed7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-20T04:38:59.105Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29dccc69-a8cd-47f4-a997-b1732464d54b/model-vers/model-ver/b2c67f80-9fee-4a12-b328-aa7a8304ed7d?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/29dccc69-a8cd-47f4-a997-b1732464d54b/model-vers/model-ver/b2c67f80-9fee-4a12-b328-aa7a8304ed7d?depth=0 has http status code:200 and response headers:{date=[Thu, 20 Apr 2023 04:38:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[254136], x-aai-txid=[2-aai-resources-230420-04:38:59:917-36813], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-20T04:38:59.105Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29dccc69-a8cd-47f4-a997-b1732464d54b/model-vers/model-ver/b2c67f80-9fee-4a12-b328-aa7a8304ed7d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-20T04:38:59.106Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29dccc69-a8cd-47f4-a997-b1732464d54b/model-vers/model-ver/b2c67f80-9fee-4a12-b328-aa7a8304ed7d?depth=0|INFO|500||InvokeReturn
2023-04-20T04:38:59.106Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-20T04:38:59.107Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-20T04:38:59.121Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-20T04:38:59.121Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37cdd433-68b9-47ce-868d-dad1913111ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-20T04:38:59.122Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-20T04:38:59.122Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:38:59.122Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:38:59.122Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965539122,
  "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-04-20T04:39:00.153Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:39:34.914Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:39:34.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.916Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965455425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:39:34.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.917Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965457217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPur2jylglevkcaxt2idj/1.0/artifacts/service-DemoPnfPur2jylglevkcaxt2idj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:39:34.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0be4e1f7-97ca-40f7-aaa9-f0e96dacea14",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965488517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.919Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:39:34.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.919Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-20T04:39:34.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.919Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:39:34.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.919Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965447235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:39:34.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.920Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965499155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:39:34.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.920Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965501328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:39:34.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.920Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965502410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:39:34.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.921Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965503507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:39:34.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.921Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965504812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-20T04:39:34.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.921Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965505813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-04-20T04:39:34.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.921Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965506815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-04-20T04:39:34.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:39:34.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:39:34.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965507818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:39:34.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:40:00.154Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:40:34.914Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:40:34.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-20T04:40:34.916Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "37cdd433-68b9-47ce-868d-dad1913111ea",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681965539122,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-20T04:40:34.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:41:00.155Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:41:34.914Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:42:00.157Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:42:34.915Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:43:00.159Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:43:34.916Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:44:00.159Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:44:34.917Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:45:00.161Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:45:34.918Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:46:00.161Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:46:34.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:47:00.163Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:47:34.921Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:48:00.164Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:48:34.921Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:49:00.165Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:49:34.923Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:50:00.166Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:50:33.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-20T04:50:33.580Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"7a08e8c2-850a-4d92-9d19-1c427b5eabe0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8fa82dd4-b31e-4696-8dcb-84d054a3f157","serviceDescription":"service","serviceInvariantUUID":"756f1f07-270a-4d8d-9f87-52ab4e2a555d","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"982697c1-ef48-44f0-8f9a-a60615b33a8b","resourceInvariantUUID":"116f9fe1-423a-476b-a7ba-0948464073a3","resourceCustomizationUUID":"c207e62d-da87-4d80-b59a-2311dbe4381c","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":"ODcyNjhmOWFhZGUwODQwZmNiNGRiMTExMTAwNWNiZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa71b335-fd5a-4d84-80e5-451f40b530a4","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":"YTdjY2JhMzcyZTZmNTAxYmY5YjQ3MGZhODJmYWQ5NDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fa43f4df-302a-4f54-8fd4-67648a5d0892","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":"5be38d9e-aa5d-4859-afd4-10da48e31b37","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":"45306eb2-f153-47f7-822d-1811dee339d0","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":"42aff11e-c332-4e7e-8efb-e9229b063256","artifactVersion":"2","generatedFromUUID":"575d2de0-4c26-452e-854e-64f31a02ccf3"},{"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":"f586ef04-368e-4c7c-8e14-7d4ef4b72dfa","artifactVersion":"2","generatedFromUUID":"5be38d9e-aa5d-4859-afd4-10da48e31b37"},{"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":"575d2de0-4c26-452e-854e-64f31a02ccf3","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":"53e6a75b-39f2-48d9-8e1b-8e1f1e96cae7","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":"ZjNmZjA1OTRjNmZjNjIzMDAxN2U2Yjg4ZWJkODk2NjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4250dc94-4e12-488f-ba50-a940fbfd0bc0","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"M2FiNGMzMGYzMjFiYzRkYzkwMDM2MTcyMTc1ZDlhOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da34906b-f246-4bf5-8830-ba1486614819","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-20T04:50:33.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:50:33.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:33.583Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:33.583Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "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-04-20T04:50:33.590Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:50:33.591Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:50:33.591Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:50:33.591Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:50:33.591Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:50:33.591Z||kafka-producer-network-thread | SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cc3a7bf5-7a5b-40ed-8dd0-f30ac067ce5b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to AcLbeFquR5yjUxx_TX8r4w
2023-04-20T04:50:33.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:50:33.610Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966207852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:50:33.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:50:34.593Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:50:34.593Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:34.593Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:34.593Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "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-04-20T04:50:34.914Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:50:34.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:50:34.915Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966232618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:50:34.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:50:34.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:50:34.916Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966230803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:50:34.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:50:34.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:50:34.916Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:50:34.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:50:34.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:50:34.916Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966211168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:50:34.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:50:34.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:50:34.917Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966208513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:50:34.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:50:35.596Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:50:35.597Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:35.597Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:35.597Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "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-04-20T04:50:36.597Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:50:36.598Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:36.598Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:36.598Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "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-04-20T04:50:37.599Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:50:37.599Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:37.599Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:37.599Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "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-04-20T04:50:38.600Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:50:38.600Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:38.601Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:38.601Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "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-04-20T04:50:39.601Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:50:39.602Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:39.602Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:39.602Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "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-04-20T04:50:40.603Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:50:40.603Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:40.603Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:40.603Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "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-04-20T04:50:41.604Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:50:41.604Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:41.605Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:41.605Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:50:42.605Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:50:42.606Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:42.606Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:42.606Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:50:43.607Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fa82dd4-b31e-4696-8dcb-84d054a3f157",
  "serviceDescription": "service",
  "serviceInvariantUUID": "756f1f07-270a-4d8d-9f87-52ab4e2a555d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "c207e62d-da87-4d80-b59a-2311dbe4381c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "982697c1-ef48-44f0-8f9a-a60615b33a8b",
      "resourceInvariantUUID": "116f9fe1-423a-476b-a7ba-0948464073a3",
      "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": "YTdjY2JhMzcyZTZmNTAxYmY5YjQ3MGZhODJmYWQ5NDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fa43f4df-302a-4f54-8fd4-67648a5d0892",
          "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": "5be38d9e-aa5d-4859-afd4-10da48e31b37",
          "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": "f586ef04-368e-4c7c-8e14-7d4ef4b72dfa",
            "generatedFromUUID": "5be38d9e-aa5d-4859-afd4-10da48e31b37"
          },
          "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": "42aff11e-c332-4e7e-8efb-e9229b063256",
          "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": "f586ef04-368e-4c7c-8e14-7d4ef4b72dfa",
          "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": "575d2de0-4c26-452e-854e-64f31a02ccf3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "M2FiNGMzMGYzMjFiYzRkYzkwMDM2MTcyMTc1ZDlhOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da34906b-f246-4bf5-8830-ba1486614819"
    }
  ],
  "workloadContext": "Production"
}
2023-04-20T04:50:43.608Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-20T04:50:43.608Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8fa82dd4-b31e-4696-8dcb-84d054a3f157 ASDC
2023-04-20T04:50:43.608Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7a08e8c2-850a-4d92-9d19-1c427b5eabe0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:8fa82dd4-b31e-4696-8dcb-84d054a3f157
ServiceInvariantUUID:756f1f07-270a-4d8d-9f87-52ab4e2a555d
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:da34906b-f246-4bf5-8830-ba1486614819
ArtifactChecksum:M2FiNGMzMGYzMjFiYzRkYzkwMDM2MTcyMTc1ZDlhOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:c207e62d-da87-4d80-b59a-2311dbe4381c
ResourceInvariantUUID:116f9fe1-423a-476b-a7ba-0948464073a3
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:982697c1-ef48-44f0-8f9a-a60615b33a8b
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:fa43f4df-302a-4f54-8fd4-67648a5d0892
ArtifactChecksum:YTdjY2JhMzcyZTZmNTAxYmY5YjQ3MGZhODJmYWQ5NDc=
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:5be38d9e-aa5d-4859-afd4-10da48e31b37
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:f586ef04-368e-4c7c-8e14-7d4ef4b72dfa
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:42aff11e-c332-4e7e-8efb-e9229b063256
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:f586ef04-368e-4c7c-8e14-7d4ef4b72dfa
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:575d2de0-4c26-452e-854e-64f31a02ccf3
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-20T04:50:43.609Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fa82dd4-b31e-4696-8dcb-84d054a3f157 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-04-20T04:50:43.687Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:50:43.689Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-20T04:50:43.689Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-20T04:50:43.689Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: da34906b-f246-4bf5-8830-ba1486614819 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-20T04:50:43.689Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-20T04:50:43.690Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:43.837Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-20T04:50:43.838Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar da34906b-f246-4bf5-8830-ba1486614819 163273
2023-04-20T04:50:43.838Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:43.838Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:43.838Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:50:43.839Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:43.839Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:43.839Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966243838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:50:44.840Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:50:44.841Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-20T04:50:44.843Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: da34906b-f246-4bf5-8830-ba1486614819, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-20T04:50:44.843Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-20T04:50:44.844Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-20T04:50:44.844Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-20T04:50:44.922Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8006635637542559233/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-20T04:50:45.729Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-20T04:50:45.729Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-20T04:50:45.729Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-20T04:50:45.729Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-20T04:50:45.729Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.729Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.729Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.729Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.729Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-20T04:50:45.729Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-20T04:50:45.730Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-20T04:50:45.731Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9eb4f32e-b4d6-4178-919a-849a875ef23a
2023-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.732Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:8fa82dd4-b31e-4696-8dcb-84d054a3f157
Model Version:NULL
Model InvariantUuid:756f1f07-270a-4d8d-9f87-52ab4e2a555d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:f86a7421-f26e-479d-b0e1-a074f316fcc8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:116f9fe1-423a-476b-a7ba-0948464073a3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c207e62d-da87-4d80-b59a-2311dbe4381c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8ccbecec-73e9-44f9-a95d-76cd825dec1a
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a44c2fc7-5ba2-4349-87d7-9dffc680a5ac
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:7346d0b9-e4f0-4146-8260-4b49385620fb
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c32ffafd-d937-4f26-8430-5e1056949ca9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9eb4f32e-b4d6-4178-919a-849a875ef23a
ModelInvariantUuid:330f223e-9ec0-4011-8dc4-f928d3f526ae
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:6da62521-2319-464e-8943-fd13171c52bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:4fa16c64-5078-4549-bd75-5ac792ddfe40
ModelInvariantUuid:94e92ca9-1137-4736-b535-41992f975338
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:b4c440ff-85fc-4c6e-8182-58b018f8430b
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-04-20T04:50:45.748Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 982697c1-ef48-44f0-8f9a-a60615b33a8b
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-04-20T04:50:45.754Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2023-04-20T04:50:45.754Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 982697c1-ef48-44f0-8f9a-a60615b33a8b
2023-04-20T04:50:45.754Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fa43f4df-302a-4f54-8fd4-67648a5d0892 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-04-20T04:50:45.754Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-20T04:50:45.754Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.842Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-20T04:50:45.843Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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 fa43f4df-302a-4f54-8fd4-67648a5d0892 1565
2023-04-20T04:50:45.843Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.843Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:45.843Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:50:45.844Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:45.844Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:45.844Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966245843,
  "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-04-20T04:50:46.844Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "7346d0b9-e4f0-4146-8260-4b49385620fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c32ffafd-d937-4f26-8430-5e1056949ca9",
    "vfModuleModelCustomizationUUID": "0bd391cc-4d3e-4ddb-8a33-c9592b1952ce",
    "isBase": true,
    "artifacts": [
      "5be38d9e-aa5d-4859-afd4-10da48e31b37",
      "f586ef04-368e-4c7c-8e14-7d4ef4b72dfa"
    ],
    "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": "8ccbecec-73e9-44f9-a95d-76cd825dec1a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a44c2fc7-5ba2-4349-87d7-9dffc680a5ac",
    "vfModuleModelCustomizationUUID": "df821b89-195a-45f3-8a9c-7595c1eee0d3",
    "isBase": false,
    "artifacts": [
      "575d2de0-4c26-452e-854e-64f31a02ccf3"
    ],
    "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-04-20T04:50:46.849Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c32ffafd-d937-4f26-8430-5e1056949ca9
VfModuleModelInvariantUUID:7346d0b9-e4f0-4146-8260-4b49385620fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
5be38d9e-aa5d-4859-afd4-10da48e31b37
,
f586ef04-368e-4c7c-8e14-7d4ef4b72dfa

}
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:a44c2fc7-5ba2-4349-87d7-9dffc680a5ac
VfModuleModelInvariantUUID:8ccbecec-73e9-44f9-a95d-76cd825dec1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
575d2de0-4c26-452e-854e-64f31a02ccf3

}
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-04-20T04:50:46.853Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "7346d0b9-e4f0-4146-8260-4b49385620fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c32ffafd-d937-4f26-8430-5e1056949ca9",
    "vfModuleModelCustomizationUUID": "0bd391cc-4d3e-4ddb-8a33-c9592b1952ce",
    "isBase": true,
    "artifacts": [
      "5be38d9e-aa5d-4859-afd4-10da48e31b37",
      "f586ef04-368e-4c7c-8e14-7d4ef4b72dfa"
    ],
    "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": "8ccbecec-73e9-44f9-a95d-76cd825dec1a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a44c2fc7-5ba2-4349-87d7-9dffc680a5ac",
    "vfModuleModelCustomizationUUID": "df821b89-195a-45f3-8a9c-7595c1eee0d3",
    "isBase": false,
    "artifacts": [
      "575d2de0-4c26-452e-854e-64f31a02ccf3"
    ],
    "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-04-20T04:50:46.853Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c32ffafd-d937-4f26-8430-5e1056949ca9
VfModuleModelInvariantUUID:7346d0b9-e4f0-4146-8260-4b49385620fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
5be38d9e-aa5d-4859-afd4-10da48e31b37
,
f586ef04-368e-4c7c-8e14-7d4ef4b72dfa

}
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:a44c2fc7-5ba2-4349-87d7-9dffc680a5ac
VfModuleModelInvariantUUID:8ccbecec-73e9-44f9-a95d-76cd825dec1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
575d2de0-4c26-452e-854e-64f31a02ccf3

}
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-04-20T04:50:46.853Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5be38d9e-aa5d-4859-afd4-10da48e31b37 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-04-20T04:50:46.853Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-20T04:50:46.854Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:46.969Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-20T04:50:46.970Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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 5be38d9e-aa5d-4859-afd4-10da48e31b37 914
2023-04-20T04:50:46.970Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:46.970Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:46.971Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:50:46.971Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:46.971Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:46.971Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966246970,
  "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-04-20T04:50:47.972Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 42aff11e-c332-4e7e-8efb-e9229b063256 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-04-20T04:50:47.972Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-20T04:50:47.972Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:48.079Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-20T04:50:48.079Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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 42aff11e-c332-4e7e-8efb-e9229b063256 12
2023-04-20T04:50:48.080Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:48.080Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:48.080Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:50:48.080Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:48.080Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:48.080Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966248080,
  "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-04-20T04:50:49.082Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f586ef04-368e-4c7c-8e14-7d4ef4b72dfa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-04-20T04:50:49.082Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-20T04:50:49.083Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:49.174Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-20T04:50:49.175Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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 f586ef04-368e-4c7c-8e14-7d4ef4b72dfa 96
2023-04-20T04:50:49.175Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:49.176Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:49.176Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:50:49.176Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:49.176Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:49.176Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966249175,
  "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-04-20T04:50:50.177Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 575d2de0-4c26-452e-854e-64f31a02ccf3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-04-20T04:50:50.178Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-20T04:50:50.178Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:50.285Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-20T04:50:50.286Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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 575d2de0-4c26-452e-854e-64f31a02ccf3 20206
2023-04-20T04:50:50.287Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:50.287Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:50.287Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:50:50.287Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:50.288Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:50.288Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966250287,
  "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-04-20T04:50:51.291Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8fa82dd4-b31e-4696-8dcb-84d054a3f157
2023-04-20T04:50:51.291Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 982697c1-ef48-44f0-8f9a-a60615b33a8b 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-04-20T04:50:51.314Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76c2d847, org.onap.sdc.toscaparser.api.parameters.Input@5b226ca, org.onap.sdc.toscaparser.api.parameters.Input@50f99596, org.onap.sdc.toscaparser.api.parameters.Input@4c7e39ef, org.onap.sdc.toscaparser.api.parameters.Input@2c1ed0c7]
2023-04-20T04:50:51.316Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:51.316Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:51.317Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-04-20T04:50:51.317Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c207e62d-da87-4d80-b59a-2311dbe4381c
2023-04-20T04:50:51.317Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c207e62d-da87-4d80-b59a-2311dbe4381c matches Tosca VF Customization UUID: c207e62d-da87-4d80-b59a-2311dbe4381c
2023-04-20T04:50:51.317Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c207e62d-da87-4d80-b59a-2311dbe4381c  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-04-20T04:50:51.322Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:51.322Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:51.323Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c207e62d-da87-4d80-b59a-2311dbe4381c: {\"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-04-20T04:50:51.323Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19cbb47c
2023-04-20T04:50:51.323Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:51.323Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:51.324Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : df821b89-195a-45f3-8a9c-7595c1eee0d3
2023-04-20T04:50:51.324Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID df821b89-195a-45f3-8a9c-7595c1eee0d3
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-04-20T04:50:51.329Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:51.329Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-20T04:50:51.329Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:50:51.329Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:51.329Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-20T04:50:51.330Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:50:51.330Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:51.330Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-20T04:50:51.330Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c207e62d-da87-4d80-b59a-2311dbe4381c
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-04-20T04:50:51.335Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:51.335Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:51.335Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8fa82dd4-b31e-4696-8dcb-84d054a3f157: basic_cnf_macro
2023-04-20T04:50:51.335Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:51.336Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:51.336Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:51.336Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:51.336Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:51.336Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:51.336Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:51.336Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:51.336Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:50:51.336Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:51.336Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:51.422Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 982697c1-ef48-44f0-8f9a-a60615b33a8b 2 ASDC deployResourceStructure
2023-04-20T04:50:51.423Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:51.423Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:51.423Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:50:51.423Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:51.423Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:51.424Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966251423,
  "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-04-20T04:50:52.424Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:52.425Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:52.425Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:50:52.425Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:52.425Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:52.425Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966252424,
  "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-04-20T04:50:53.432Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:53.432Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:53.432Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-20T04:50:53.433Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:53.433Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:53.433Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966253426,
  "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-04-20T04:50:54.434Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:54.434Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:54.434Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:50:54.434Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:54.435Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:54.435Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966254434,
  "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-04-20T04:50:55.436Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:55.436Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:55.436Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-20T04:50:55.437Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:55.437Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:55.437Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966255436,
  "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-04-20T04:50:56.438Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:56.438Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:50:56.438Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:50:56.438Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:50:56.438Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:50:56.438Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966256437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:50:57.439Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:50:57.467Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:50:57.472Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:50:57.472Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:50:57.473Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:51:27.473Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:51:27.497Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:51:27.502Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:51:27.503Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:51:27.503Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:51:34.914Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:51:34.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:51:34.916Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966207852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:51:34.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:51:34.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:51:34.919Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966232618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:51:34.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:51:34.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:51:34.919Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966211168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-20T04:51:34.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:51:34.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:51:34.919Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966230803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:51:34.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:51:34.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:51:34.920Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966208513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:51:34.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:51:34.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:51:34.920Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-20T04:51:34.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:51:57.503Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:51:57.532Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:51:57.538Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:51:57.539Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:51:57.539Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:52:27.540Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:52:27.568Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:52:27.573Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:52:27.574Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:52:27.574Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:52:34.914Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:52:34.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.920Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966207852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.920Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966232618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.921Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966208513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.921Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966211168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966230803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966207852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966208513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.924Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966230803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.924Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966211168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.924Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966232618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.924Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.925Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966207852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.925Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966232618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.925Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966230803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.925Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966208513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966211168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966207852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966232618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.927Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966208513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.927Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.927Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966211168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966230803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966207852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966208513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966232618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966211168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966230803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966207852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966230803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966232618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966211168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966208513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966207852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.931Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966230803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.931Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.931Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966232618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.931Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966208513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966211168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966207852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966200166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966230803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.932Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966232618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966208513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966211168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966244202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966243823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:34.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966244178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966243838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966245126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966243779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.934Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966244826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:52:34.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.935Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966245329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:34.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.935Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966243779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:34.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.935Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966245828,
  "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-04-20T04:52:34.957Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
2023-04-20T04:52:34.957Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a08e8c2-850a-4d92-9d19-1c427b5eabe0 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-04-20T04:52:34.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.977Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966245843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:34.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.977Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966246434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:34.978Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:34.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:34.978Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966246723,
  "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-04-20T04:52:34.990Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
2023-04-20T04:52:34.991Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a08e8c2-850a-4d92-9d19-1c427b5eabe0 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-04-20T04:52:35.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.011Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966243779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.011Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966246970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:35.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.011Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966247550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:35.012Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.012Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966243779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.012Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.012Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966248080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:35.012Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.013Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966248718,
  "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-04-20T04:52:35.028Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
2023-04-20T04:52:35.028Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a08e8c2-850a-4d92-9d19-1c427b5eabe0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966243779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966249175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966249720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966243779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966251000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:52:35.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966250287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:35.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966243779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966252003,
  "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-04-20T04:52:35.061Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
2023-04-20T04:52:35.061Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a08e8c2-850a-4d92-9d19-1c427b5eabe0 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-04-20T04:52:35.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.084Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966251423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-20T04:52:35.084Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.084Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966243779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966252424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966243779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966253426,
  "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-04-20T04:52:35.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966243779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966254434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966254595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966255436,
  "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-04-20T04:52:35.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966256437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966256791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.086Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966257796,
  "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-04-20T04:52:35.098Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
2023-04-20T04:52:35.098Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a08e8c2-850a-4d92-9d19-1c427b5eabe0 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-04-20T04:52:35.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.114Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966247725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.114Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966276829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966280725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966270766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966247725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966276829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966270766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966280725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.115Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966247725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966276829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966280725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966270766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966292618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966247725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966276829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966270766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966280725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966292618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966247725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966276829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966280725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966270766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966292618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.117Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966247725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966276829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966280725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966270766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966292618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966247725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966276829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966270766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:35.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:52:35.119Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966280725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:52:35.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:52:57.574Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:52:57.600Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a08e8c2-850a-4d92-9d19-1c427b5eabe0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:52:57.608Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:52:57.608Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-20T04:52:57.608Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-20T04:52:57.608Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-20T04:52:57.608Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:52:57.608Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:52:57.608Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:52:57.608Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:52:57.608Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:52:57.608Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:52:57.620Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-20T04:53:27.621Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a08e8c2-850a-4d92-9d19-1c427b5eabe0 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-04-20T04:53:27.636Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a08e8c2-850a-4d92-9d19-1c427b5eabe0 and serviceModelVersionId: 8fa82dd4-b31e-4696-8dcb-84d054a3f157
2023-04-20T04:53:27.636Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 756f1f07-270a-4d8d-9f87-52ab4e2a555d
2023-04-20T04:53:27.637Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/756f1f07-270a-4d8d-9f87-52ab4e2a555d/model-vers/model-ver/8fa82dd4-b31e-4696-8dcb-84d054a3f157?depth=0
2023-04-20T04:53:27.643Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-20T04:53:27.687Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/756f1f07-270a-4d8d-9f87-52ab4e2a555d/model-vers/model-ver/8fa82dd4-b31e-4696-8dcb-84d054a3f157?depth=0|INFO|500||Invoke
2023-04-20T04:53:27.687Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/756f1f07-270a-4d8d-9f87-52ab4e2a555d/model-vers/model-ver/8fa82dd4-b31e-4696-8dcb-84d054a3f157?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/756f1f07-270a-4d8d-9f87-52ab4e2a555d/model-vers/model-ver/8fa82dd4-b31e-4696-8dcb-84d054a3f157?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a08e8c2-850a-4d92-9d19-1c427b5eabe0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e7c88eb-3f9c-4e4c-b541-3351a3aa4583], X-ECOMP-RequestID=[7a08e8c2-850a-4d92-9d19-1c427b5eabe0], X-TransactionId=[], X-ONAP-RequestID=[7a08e8c2-850a-4d92-9d19-1c427b5eabe0], Content-Type=[application/merge-patch+json]}
2023-04-20T04:53:27.698Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/756f1f07-270a-4d8d-9f87-52ab4e2a555d/model-vers/model-ver/8fa82dd4-b31e-4696-8dcb-84d054a3f157?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-20T04:53:27.849Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/756f1f07-270a-4d8d-9f87-52ab4e2a555d/model-vers/model-ver/8fa82dd4-b31e-4696-8dcb-84d054a3f157?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/756f1f07-270a-4d8d-9f87-52ab4e2a555d/model-vers/model-ver/8fa82dd4-b31e-4696-8dcb-84d054a3f157?depth=0 has http status code:200 and response headers:{date=[Thu, 20 Apr 2023 04:53:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[442512], x-aai-txid=[2-aai-resources-230420-04:53:28:673-82473], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-20T04:53:27.849Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/756f1f07-270a-4d8d-9f87-52ab4e2a555d/model-vers/model-ver/8fa82dd4-b31e-4696-8dcb-84d054a3f157?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-20T04:53:27.850Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/756f1f07-270a-4d8d-9f87-52ab4e2a555d/model-vers/model-ver/8fa82dd4-b31e-4696-8dcb-84d054a3f157?depth=0|INFO|500||InvokeReturn
2023-04-20T04:53:27.851Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-20T04:53:27.851Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:53:27.866Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|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-04-20T04:53:27.867Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a08e8c2-850a-4d92-9d19-1c427b5eabe0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-20T04:53:27.867Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-20T04:53:27.868Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:27.868Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:27.868Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966407867,
  "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-04-20T04:53:28.896Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:53:28.904Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-20T04:53:28.905Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"97f48c0d-7511-48be-97d5-950eec649cab","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e9461194-17ba-4649-824b-5986f356b6a8","serviceDescription":"service","serviceInvariantUUID":"6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a79043b-b6e5-424d-9a1a-9782e43ca18f","resourceInvariantUUID":"02be0831-deb1-4e90-89ee-7b20826173cd","resourceCustomizationUUID":"30bf2552-7a69-4a99-81ef-098e26f1bac8","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":"MGYyODk4MzUzNzMxZTExMWQ0MTQ4MzMzZWU3NzhiNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ba42b18-373f-4c1a-975f-52a267028be3","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":"ZmM3MzZkOWIxZTRlMzY3ODNjODYwMzY5MTA1ZWRjNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02cb4763-0fe7-49aa-bf9b-e4f815cb0e6c","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":"e7461f32-e831-40e0-9480-0e60e91b6efe","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":"ff8bfb36-95d8-4327-bda6-12ee942fb027","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":"15dc5483-65a2-419f-a0e0-6dbb1f519651","artifactVersion":"2","generatedFromUUID":"e7461f32-e831-40e0-9480-0e60e91b6efe"},{"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":"MjRhYjZlZTMxNzNmM2NkNzNiMzFlNGM2YTIzY2UyZmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"33ba905e-0288-45cc-9b45-bfb213621972","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":"MDdlNmYwZTI1NGZlZmE0NWE4MDk2NzU1ZjU5MjNlOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a73cf192-2979-4129-bbbe-3c86c93a1bba","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzViZTlmNDNhYzAwYjhkODIyNGUzOThjNmY2ZWI3NDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d40752b-58e5-4df7-b70a-7e5620a7c391","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-20T04:53:28.906Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:53:28.906Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:28.906Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:28.907Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "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-04-20T04:53:29.907Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:53:29.908Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:29.908Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:29.908Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "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-04-20T04:53:30.909Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:53:30.909Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:30.910Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:30.910Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "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-04-20T04:53:31.911Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:53:31.912Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:31.912Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:31.912Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "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-04-20T04:53:32.912Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:53:32.913Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:32.914Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:32.914Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "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-04-20T04:53:33.915Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:53:33.915Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:33.916Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:33.916Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "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-04-20T04:53:34.914Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:53:34.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.916Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966292618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:34.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.917Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:53:34.917Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966247725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:53:34.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.917Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966276829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:53:34.917Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:34.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.917Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:34.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.917Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:53:34.917Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966280725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:53:34.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.918Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966270766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:34.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.918Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966292618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:34.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.918Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966297379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:53:34.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.919Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966297005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:53:34.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.919Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966297358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:53:34.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.919Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966292618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:34.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.920Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966298008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:53:34.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.920Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966298481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:53:34.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.920Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966292618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:53:34.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:34.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.921Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966298732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-20T04:53:34.964Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97f48c0d-7511-48be-97d5-950eec649cab
2023-04-20T04:53:34.965Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97f48c0d-7511-48be-97d5-950eec649cab 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-04-20T04:53:34.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:34.988Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966299009,
  "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-04-20T04:53:35.003Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97f48c0d-7511-48be-97d5-950eec649cab
2023-04-20T04:53:35.003Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97f48c0d-7511-48be-97d5-950eec649cab 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-04-20T04:53:35.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.027Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966299584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:53:35.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.028Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966300789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:53:35.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.028Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966300648,
  "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-04-20T04:53:35.042Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97f48c0d-7511-48be-97d5-950eec649cab
2023-04-20T04:53:35.042Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97f48c0d-7511-48be-97d5-950eec649cab and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-20T04:53:35.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.061Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966301651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-20T04:53:35.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.061Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966303779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:35.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.062Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966306339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:53:35.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.062Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966303779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:35.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.062Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966307342,
  "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-04-20T04:53:35.075Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97f48c0d-7511-48be-97d5-950eec649cab
2023-04-20T04:53:35.076Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97f48c0d-7511-48be-97d5-950eec649cab 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-04-20T04:53:35.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.097Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966303779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:35.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.097Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966303779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:35.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.097Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966303779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:35.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.097Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966303779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:35.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.098Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966303779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:35.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.098Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966303779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:53:35.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.099Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966312589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:53:35.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.099Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966314683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:53:35.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.099Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966315686,
  "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-04-20T04:53:35.113Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97f48c0d-7511-48be-97d5-950eec649cab
2023-04-20T04:53:35.113Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97f48c0d-7511-48be-97d5-950eec649cab 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-04-20T04:53:35.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.134Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966330012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:35.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966352618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:35.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966337235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:35.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.135Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966299733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:35.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:53:35.136Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966332657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:53:35.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:53:35.918Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:53:35.918Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:35.918Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:35.919Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:53:36.920Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e9461194-17ba-4649-824b-5986f356b6a8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "30bf2552-7a69-4a99-81ef-098e26f1bac8",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4a79043b-b6e5-424d-9a1a-9782e43ca18f",
      "resourceInvariantUUID": "02be0831-deb1-4e90-89ee-7b20826173cd",
      "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": "ZmM3MzZkOWIxZTRlMzY3ODNjODYwMzY5MTA1ZWRjNzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02cb4763-0fe7-49aa-bf9b-e4f815cb0e6c",
          "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": "e7461f32-e831-40e0-9480-0e60e91b6efe",
          "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": "15dc5483-65a2-419f-a0e0-6dbb1f519651",
            "generatedFromUUID": "e7461f32-e831-40e0-9480-0e60e91b6efe"
          },
          "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": "15dc5483-65a2-419f-a0e0-6dbb1f519651",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzViZTlmNDNhYzAwYjhkODIyNGUzOThjNmY2ZWI3NDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7d40752b-58e5-4df7-b70a-7e5620a7c391"
    }
  ],
  "workloadContext": "Production"
}
2023-04-20T04:53:36.920Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-20T04:53:36.920Z|7a08e8c2-850a-4d92-9d19-1c427b5eabe0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e9461194-17ba-4649-824b-5986f356b6a8 ASDC
2023-04-20T04:53:36.921Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:97f48c0d-7511-48be-97d5-950eec649cab
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e9461194-17ba-4649-824b-5986f356b6a8
ServiceInvariantUUID:6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3
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:7d40752b-58e5-4df7-b70a-7e5620a7c391
ArtifactChecksum:NzViZTlmNDNhYzAwYjhkODIyNGUzOThjNmY2ZWI3NDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:30bf2552-7a69-4a99-81ef-098e26f1bac8
ResourceInvariantUUID:02be0831-deb1-4e90-89ee-7b20826173cd
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4a79043b-b6e5-424d-9a1a-9782e43ca18f
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:02cb4763-0fe7-49aa-bf9b-e4f815cb0e6c
ArtifactChecksum:ZmM3MzZkOWIxZTRlMzY3ODNjODYwMzY5MTA1ZWRjNzQ=
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:e7461f32-e831-40e0-9480-0e60e91b6efe
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:15dc5483-65a2-419f-a0e0-6dbb1f519651
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:15dc5483-65a2-419f-a0e0-6dbb1f519651
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-20T04:53:36.921Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9461194-17ba-4649-824b-5986f356b6a8 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-04-20T04:53:37.002Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:53:37.002Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-20T04:53:37.002Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-20T04:53:37.003Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7d40752b-58e5-4df7-b70a-7e5620a7c391 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-20T04:53:37.003Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-20T04:53:37.003Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:37.097Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-20T04:53:37.098Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 7d40752b-58e5-4df7-b70a-7e5620a7c391 82979
2023-04-20T04:53:37.098Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:37.098Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:37.098Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:53:37.098Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:37.098Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:37.098Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966417098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:53:38.099Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:53:38.100Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-20T04:53:38.100Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7d40752b-58e5-4df7-b70a-7e5620a7c391, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-20T04:53:38.100Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-20T04:53:38.101Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-20T04:53:38.101Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-20T04:53:38.186Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1887622825980653313/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-04-20T04:53:39.087Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-20T04:53:39.087Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-20T04:53:39.087Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-20T04:53:39.087Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-20T04:53:39.087Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.087Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.087Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:53:39.088Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.089Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.089Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.089Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-20T04:53:39.089Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-20T04:53:39.089Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-20T04:53:39.089Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-20T04:53:39.089Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-20T04:53:39.089Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-20T04:53:39.089Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.089Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.089Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.089Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-20T04:53:39.090Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:53:39.090Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.090Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-20T04:53:39.090Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:53:39.090Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.090Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-20T04:53:39.090Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:53:39.090Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.090Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-20T04:53:39.090Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-20T04:53:39.090Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-20T04:53:39.091Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=80e62191-8dcf-47f5-8677-918cb514169e
2023-04-20T04:53:39.091Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.091Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.091Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.091Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.091Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.091Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.091Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:39.091Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.091Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e9461194-17ba-4649-824b-5986f356b6a8
Model Version:NULL
Model InvariantUuid:6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:7ae238d6-b4fe-4f77-b296-3c0a464d75ab
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02be0831-deb1-4e90-89ee-7b20826173cd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:30bf2552-7a69-4a99-81ef-098e26f1bac8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c4d98c8b-e480-4504-ab77-1daa9990b340
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:01a7268a-4a35-4df1-b94d-87b30a071b00
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:80e62191-8dcf-47f5-8677-918cb514169e
ModelInvariantUuid:f7d054b8-f49d-48e4-b360-c37a46e62daf
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:896761ac-087d-48d6-a0ed-c582770201b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:967a22e8-b2d6-47a6-a64c-821271bad250
ModelInvariantUuid:d1cbe742-1a65-4c47-a08d-d78f16226d6e
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:dc5958ff-2660-4508-8aaf-5a13cc122169
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-04-20T04:53:39.106Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a79043b-b6e5-424d-9a1a-9782e43ca18f
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-04-20T04:53:39.110Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2023-04-20T04:53:39.110Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a79043b-b6e5-424d-9a1a-9782e43ca18f
2023-04-20T04:53:39.110Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 02cb4763-0fe7-49aa-bf9b-e4f815cb0e6c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-04-20T04:53:39.110Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-20T04:53:39.111Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.207Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-20T04:53:39.208Z|97f48c0d-7511-48be-97d5-950eec649cab|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 02cb4763-0fe7-49aa-bf9b-e4f815cb0e6c 792
2023-04-20T04:53:39.208Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.208Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:39.208Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:53:39.209Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:39.209Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:39.209Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966419208,
  "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-04-20T04:53:40.210Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c4d98c8b-e480-4504-ab77-1daa9990b340",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "01a7268a-4a35-4df1-b94d-87b30a071b00",
    "vfModuleModelCustomizationUUID": "54db5db9-c226-49cf-9ad7-006961c04fd5",
    "isBase": true,
    "artifacts": [
      "e7461f32-e831-40e0-9480-0e60e91b6efe",
      "15dc5483-65a2-419f-a0e0-6dbb1f519651"
    ],
    "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-04-20T04:53:40.214Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01a7268a-4a35-4df1-b94d-87b30a071b00
VfModuleModelInvariantUUID:c4d98c8b-e480-4504-ab77-1daa9990b340
VfModuleModelDescription:NULL
Artifacts UUID List:{
e7461f32-e831-40e0-9480-0e60e91b6efe
,
15dc5483-65a2-419f-a0e0-6dbb1f519651

}
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-04-20T04:53:40.217Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c4d98c8b-e480-4504-ab77-1daa9990b340",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "01a7268a-4a35-4df1-b94d-87b30a071b00",
    "vfModuleModelCustomizationUUID": "54db5db9-c226-49cf-9ad7-006961c04fd5",
    "isBase": true,
    "artifacts": [
      "e7461f32-e831-40e0-9480-0e60e91b6efe",
      "15dc5483-65a2-419f-a0e0-6dbb1f519651"
    ],
    "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-04-20T04:53:40.218Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01a7268a-4a35-4df1-b94d-87b30a071b00
VfModuleModelInvariantUUID:c4d98c8b-e480-4504-ab77-1daa9990b340
VfModuleModelDescription:NULL
Artifacts UUID List:{
e7461f32-e831-40e0-9480-0e60e91b6efe
,
15dc5483-65a2-419f-a0e0-6dbb1f519651

}
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-04-20T04:53:40.218Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e7461f32-e831-40e0-9480-0e60e91b6efe from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-04-20T04:53:40.218Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-20T04:53:40.218Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:40.324Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-20T04:53:40.325Z|97f48c0d-7511-48be-97d5-950eec649cab|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 e7461f32-e831-40e0-9480-0e60e91b6efe 5033
2023-04-20T04:53:40.325Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:40.325Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:40.326Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:53:40.326Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:40.326Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:40.326Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966420325,
  "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-04-20T04:53:41.327Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 15dc5483-65a2-419f-a0e0-6dbb1f519651 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-04-20T04:53:41.327Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-20T04:53:41.327Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:41.427Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-20T04:53:41.428Z|97f48c0d-7511-48be-97d5-950eec649cab|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 15dc5483-65a2-419f-a0e0-6dbb1f519651 903
2023-04-20T04:53:41.428Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:41.428Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:41.428Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:53:41.428Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:41.429Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:41.429Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966421428,
  "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-04-20T04:53:42.429Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e9461194-17ba-4649-824b-5986f356b6a8
2023-04-20T04:53:42.430Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4a79043b-b6e5-424d-9a1a-9782e43ca18f 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-04-20T04:53:42.453Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e6f4ea8, org.onap.sdc.toscaparser.api.parameters.Input@59dc9897, org.onap.sdc.toscaparser.api.parameters.Input@5a83b0f3, org.onap.sdc.toscaparser.api.parameters.Input@9dc96c6, org.onap.sdc.toscaparser.api.parameters.Input@2d62935b]
2023-04-20T04:53:42.456Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.456Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:42.456Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-04-20T04:53:42.457Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 30bf2552-7a69-4a99-81ef-098e26f1bac8
2023-04-20T04:53:42.457Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30bf2552-7a69-4a99-81ef-098e26f1bac8 matches Tosca VF Customization UUID: 30bf2552-7a69-4a99-81ef-098e26f1bac8
2023-04-20T04:53:42.457Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 30bf2552-7a69-4a99-81ef-098e26f1bac8  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-04-20T04:53:42.461Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.461Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:42.462Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 30bf2552-7a69-4a99-81ef-098e26f1bac8: {\"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-04-20T04:53:42.462Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a035603
2023-04-20T04:53:42.463Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.463Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:42.463Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54db5db9-c226-49cf-9ad7-006961c04fd5
2023-04-20T04:53:42.463Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54db5db9-c226-49cf-9ad7-006961c04fd5
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-04-20T04:53:42.468Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.468Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-20T04:53:42.468Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:53:42.469Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.469Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-20T04:53:42.469Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:53:42.469Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.469Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-20T04:53:42.469Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-20T04:53:42.470Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-20T04:53:42.470Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=80e62191-8dcf-47f5-8677-918cb514169e
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-04-20T04:53:42.474Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.479Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-20T04:53:42.479Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-20T04:53:42.479Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.479Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-20T04:53:42.479Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=30bf2552-7a69-4a99-81ef-098e26f1bac8
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-04-20T04:53:42.483Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.483Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:42.483Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e9461194-17ba-4649-824b-5986f356b6a8: basic_vm_macro
2023-04-20T04:53:42.483Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.483Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:42.483Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.483Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:42.483Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.483Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:42.484Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.484Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:42.484Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:53:42.484Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:42.484Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:42.686Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4a79043b-b6e5-424d-9a1a-9782e43ca18f 1 ASDC deployResourceStructure
2023-04-20T04:53:42.686Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:42.687Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:42.687Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:53:42.687Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:42.687Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:42.687Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966422686,
  "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-04-20T04:53:43.688Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:43.689Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:43.689Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:53:43.689Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:43.689Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:43.689Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966423688,
  "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-04-20T04:53:44.691Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:44.691Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:44.691Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:53:44.691Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:44.691Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:44.692Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966424690,
  "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-04-20T04:53:45.693Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:45.693Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:45.694Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:53:45.694Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:53:45.694Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:53:45.694Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966425693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:53:46.695Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97f48c0d-7511-48be-97d5-950eec649cab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:53:46.723Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97f48c0d-7511-48be-97d5-950eec649cab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:53:46.730Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:53:46.730Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-20T04:53:46.730Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-20T04:53:46.730Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-20T04:53:46.731Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:53:46.731Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:53:46.731Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:53:46.731Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:53:46.731Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:53:46.731Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:53:46.745Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-20T04:54:16.746Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97f48c0d-7511-48be-97d5-950eec649cab 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-04-20T04:54:16.761Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97f48c0d-7511-48be-97d5-950eec649cab and serviceModelVersionId: e9461194-17ba-4649-824b-5986f356b6a8
2023-04-20T04:54:16.761Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3
2023-04-20T04:54:16.762Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3/model-vers/model-ver/e9461194-17ba-4649-824b-5986f356b6a8?depth=0
2023-04-20T04:54:16.766Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-20T04:54:16.802Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3/model-vers/model-ver/e9461194-17ba-4649-824b-5986f356b6a8?depth=0|INFO|500||Invoke
2023-04-20T04:54:16.802Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3/model-vers/model-ver/e9461194-17ba-4649-824b-5986f356b6a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3/model-vers/model-ver/e9461194-17ba-4649-824b-5986f356b6a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97f48c0d-7511-48be-97d5-950eec649cab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36221fc2-2008-4dea-aa5f-4962b24d0f3d], X-ECOMP-RequestID=[97f48c0d-7511-48be-97d5-950eec649cab], X-TransactionId=[], X-ONAP-RequestID=[97f48c0d-7511-48be-97d5-950eec649cab], Content-Type=[application/merge-patch+json]}
2023-04-20T04:54:16.814Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3/model-vers/model-ver/e9461194-17ba-4649-824b-5986f356b6a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-20T04:54:16.979Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3/model-vers/model-ver/e9461194-17ba-4649-824b-5986f356b6a8?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/6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3/model-vers/model-ver/e9461194-17ba-4649-824b-5986f356b6a8?depth=0 has http status code:200 and response headers:{date=[Thu, 20 Apr 2023 04:54:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[217296], x-aai-txid=[1-aai-resources-230420-04:54:17:792-45868], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-20T04:54:16.980Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3/model-vers/model-ver/e9461194-17ba-4649-824b-5986f356b6a8?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-20T04:54:16.981Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d9b5efa-a062-4c7c-ad97-6d29fb8cf3c3/model-vers/model-ver/e9461194-17ba-4649-824b-5986f356b6a8?depth=0|INFO|500||InvokeReturn
2023-04-20T04:54:16.981Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-20T04:54:16.981Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:54:16.994Z|97f48c0d-7511-48be-97d5-950eec649cab|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-04-20T04:54:16.994Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97f48c0d-7511-48be-97d5-950eec649cab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-20T04:54:16.994Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-20T04:54:16.995Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:54:16.995Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:54:16.995Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966456994,
  "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-04-20T04:54:18.021Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-20T04:54:18.022Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"8fa9c11c-a8ec-4688-845d-0623cbe844c2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"443c7c2e-02b3-422a-b965-e958c117fc86","serviceDescription":"service","serviceInvariantUUID":"47254f69-fdf4-48bf-8ec2-0e040ae48e3b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"91373175-39ec-4fcc-891b-9108c5ad2d6b","resourceInvariantUUID":"d81702ae-c987-4aee-b304-e3ab1711d54c","resourceCustomizationUUID":"babbe198-9f18-49f2-85f5-0a313088bc75","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":"NGMzOWNhMDM0ODNlZjIwZGQxNGI0MjZmZmVmOGU5NWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d26747c9-366b-4ef8-b7a6-aedf073780e2","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":"d8653b8a-8176-43c2-9983-9e67ead6e66c","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":"41678819-ba9c-4c17-880c-27b1eb5ed012","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":"ODM4YmFmYzYwODI2YzI0ZWFjMmUxYzE2M2M5ZmQ0ZGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"939fe53b-b2f7-4b3a-9ec1-206fb4cd1b75","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":"ca126418-1c2b-46f3-bbb3-ac520cc3d0ef","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":"c45299c6-cc0d-44b4-aa2e-3719b289052d","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":"23fc1160-d3e8-40b1-951d-d02e1d189371","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":"Yzc1ODQ5NTIyMTAyMWIxMzljN2I3NjI2MDU4MWMxNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25b8a968-356b-4510-8e8a-6670f8af5b67","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OGJjNTM5MWUxYTZmNjlhZjIyYzk1MzcwY2NhNDAyZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3f8f574-5302-4385-b91a-a08a0b1e6828","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-20T04:54:18.022Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:54:18.022Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:54:18.022Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:54:18.022Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "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-04-20T04:54:19.023Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:54:19.024Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:54:19.024Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:54:19.024Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:54:20.025Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:54:20.025Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:54:20.025Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:54:20.025Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:54:21.026Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:54:21.027Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:54:21.027Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:54:21.027Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "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-04-20T04:54:22.028Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:54:22.028Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:54:22.029Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:54:22.029Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "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-04-20T04:54:23.030Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:54:23.031Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:54:23.031Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:54:23.031Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "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-04-20T04:54:24.033Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:54:24.033Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:54:24.034Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:54:24.034Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "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-04-20T04:54:25.035Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:54:25.035Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:54:25.035Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:54:25.035Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:54:26.036Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-20T04:54:26.037Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:54:26.037Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:54:26.037Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:54:27.039Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "443c7c2e-02b3-422a-b965-e958c117fc86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "47254f69-fdf4-48bf-8ec2-0e040ae48e3b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "babbe198-9f18-49f2-85f5-0a313088bc75",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "91373175-39ec-4fcc-891b-9108c5ad2d6b",
      "resourceInvariantUUID": "d81702ae-c987-4aee-b304-e3ab1711d54c",
      "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": "OGJjNTM5MWUxYTZmNjlhZjIyYzk1MzcwY2NhNDAyZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b3f8f574-5302-4385-b91a-a08a0b1e6828"
    }
  ],
  "workloadContext": "Production"
}
2023-04-20T04:54:27.039Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-20T04:54:27.040Z|97f48c0d-7511-48be-97d5-950eec649cab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 443c7c2e-02b3-422a-b965-e958c117fc86 ASDC
2023-04-20T04:54:27.040Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8fa9c11c-a8ec-4688-845d-0623cbe844c2
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:443c7c2e-02b3-422a-b965-e958c117fc86
ServiceInvariantUUID:47254f69-fdf4-48bf-8ec2-0e040ae48e3b
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:b3f8f574-5302-4385-b91a-a08a0b1e6828
ArtifactChecksum:OGJjNTM5MWUxYTZmNjlhZjIyYzk1MzcwY2NhNDAyZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:babbe198-9f18-49f2-85f5-0a313088bc75
ResourceInvariantUUID:d81702ae-c987-4aee-b304-e3ab1711d54c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:91373175-39ec-4fcc-891b-9108c5ad2d6b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-20T04:54:27.040Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 443c7c2e-02b3-422a-b965-e958c117fc86 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-04-20T04:54:27.107Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:54:27.108Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-20T04:54:27.108Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-20T04:54:27.108Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b3f8f574-5302-4385-b91a-a08a0b1e6828 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-20T04:54:27.108Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-20T04:54:27.109Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:27.212Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-20T04:54:27.213Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b3f8f574-5302-4385-b91a-a08a0b1e6828 111072
2023-04-20T04:54:27.213Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:27.213Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:27.213Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-20T04:54:27.214Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:54:27.214Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:54:27.214Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966467213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:54:28.215Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-20T04:54:28.216Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-20T04:54:28.216Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b3f8f574-5302-4385-b91a-a08a0b1e6828, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-20T04:54:28.216Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-04-20T04:54:28.217Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-20T04:54:28.217Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-20T04:54:28.325Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13444813813330346013/Definitions/service-TestPnfMacro-template.yml
2023-04-20T04:54:28.955Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-20T04:54:28.955Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-20T04:54:28.955Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-20T04:54:28.955Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-20T04:54:28.955Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.955Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-20T04:54:28.956Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-20T04:54:28.957Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:54:28.957Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.957Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:54:28.957Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.957Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:54:28.957Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.957Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:54:28.957Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.957Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:54:28.957Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.957Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:443c7c2e-02b3-422a-b965-e958c117fc86
Model Version:NULL
Model InvariantUuid:47254f69-fdf4-48bf-8ec2-0e040ae48e3b
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-04-20T04:54:28.974Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 91373175-39ec-4fcc-891b-9108c5ad2d6b
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-04-20T04:54:28.980Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||test-pnf 0
2023-04-20T04:54:28.980Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 91373175-39ec-4fcc-891b-9108c5ad2d6b
2023-04-20T04:54:28.980Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 443c7c2e-02b3-422a-b965-e958c117fc86
2023-04-20T04:54:28.980Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 443c7c2e-02b3-422a-b965-e958c117fc86
2023-04-20T04:54:28.980Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 91373175-39ec-4fcc-891b-9108c5ad2d6b 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-04-20T04:54:28.994Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f6fe3c9, org.onap.sdc.toscaparser.api.parameters.Input@6230670d, org.onap.sdc.toscaparser.api.parameters.Input@a4a5e05, org.onap.sdc.toscaparser.api.parameters.Input@69dc3fe8, org.onap.sdc.toscaparser.api.parameters.Input@69ade8b1]
2023-04-20T04:54:28.994Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:54:28.995Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.995Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 443c7c2e-02b3-422a-b965-e958c117fc86: test-pnf
2023-04-20T04:54:28.995Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||Processing PNF resource: 91373175-39ec-4fcc-891b-9108c5ad2d6b
2023-04-20T04:54:28.995Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-20T04:54:28.995Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:28.995Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||Resource customization UUID: babbe198-9f18-49f2-85f5-0a313088bc75 is the same as notified resource customizationUUID: babbe198-9f18-49f2-85f5-0a313088bc75
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-04-20T04:54:29.078Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 91373175-39ec-4fcc-891b-9108c5ad2d6b 0 ASDC deployResourceStructure
2023-04-20T04:54:29.078Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:29.079Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:54:29.079Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-20T04:54:29.079Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:54:29.079Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:54:29.079Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966469078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:54:30.081Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fa9c11c-a8ec-4688-845d-0623cbe844c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:54:30.106Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fa9c11c-a8ec-4688-845d-0623cbe844c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:54:30.111Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:54:30.111Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-20T04:54:30.111Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-20T04:54:34.914Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:54:34.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.917Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966330012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.918Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966352618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.918Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966337235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.918Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966332657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966299733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966330012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966299733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966352618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.920Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966337235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.920Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966332657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.920Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966330012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.920Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966299733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.921Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966337235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.921Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966332657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.921Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966352618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.921Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966330012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.922Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966299733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.922Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966337235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.922Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966352618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.923Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966332657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.923Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966330012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.923Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966299733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.924Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966337235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.924Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966352618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.924Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966332657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.924Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966330012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.925Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966299733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.925Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966352618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.925Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966337235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:54:34.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.925Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966332657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.926Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966330012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.926Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966299733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.926Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966352618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966337235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966332657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966330012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966337235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.927Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966299733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966352618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681966332657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966363739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966364187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966364096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966365026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966363779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966364741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:54:34.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966365220,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-04-20T04:54:34.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681966365432,
  "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=?
2023-04-20T04:54:34.952Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8fa9c11c-a8ec-4688-845d-0623cbe844c2
2023-04-20T04:54:34.952Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fa9c11c-a8ec-4688-845d-0623cbe844c2 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-04-20T04:54:34.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.977Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966363779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:34.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:34.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:34.977Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681966365743,
  "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-04-20T04:54:34.992Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fa9c11c-a8ec-4688-845d-0623cbe844c2
2023-04-20T04:54:34.992Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fa9c11c-a8ec-4688-845d-0623cbe844c2 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-04-20T04:54:35.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.022Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681966366221,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-20T04:54:35.035Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8fa9c11c-a8ec-4688-845d-0623cbe844c2
2023-04-20T04:54:35.036Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fa9c11c-a8ec-4688-845d-0623cbe844c2 and ComponentName 
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-04-20T04:54:35.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.058Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966363779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:35.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.058Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966368675,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:54:35.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.058Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966363779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:35.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.059Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1681966369677,
  "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-04-20T04:54:35.072Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8fa9c11c-a8ec-4688-845d-0623cbe844c2
2023-04-20T04:54:35.072Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fa9c11c-a8ec-4688-845d-0623cbe844c2 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-04-20T04:54:35.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.091Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966363779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:35.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.092Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966363779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:35.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.092Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966363779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:35.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.092Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966363779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:35.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.092Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966363779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:54:35.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.093Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966373638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:54:35.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.093Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966375446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:54:35.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.093Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681966376449,
  "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-04-20T04:54:35.105Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8fa9c11c-a8ec-4688-845d-0623cbe844c2
2023-04-20T04:54:35.105Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fa9c11c-a8ec-4688-845d-0623cbe844c2 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-04-20T04:54:35.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.126Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a08e8c2-850a-4d92-9d19-1c427b5eabe0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966407867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-20T04:54:35.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.126Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:35.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.126Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-20T04:54:35.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.127Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-20T04:54:35.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.127Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:35.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.128Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-20T04:54:35.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:54:35.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-20T04:54:35.128Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:54:35.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:00.112Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fa9c11c-a8ec-4688-845d-0623cbe844c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-20T04:55:00.139Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fa9c11c-a8ec-4688-845d-0623cbe844c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-20T04:55:00.146Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-20T04:55:00.146Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-20T04:55:00.146Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-20T04:55:00.147Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-20T04:55:00.147Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:55:00.147Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:55:00.147Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:55:00.147Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:55:00.147Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:55:00.147Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-20T04:55:00.147Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:55:00.160Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-20T04:55:30.161Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8fa9c11c-a8ec-4688-845d-0623cbe844c2 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-04-20T04:55:30.171Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8fa9c11c-a8ec-4688-845d-0623cbe844c2 and serviceModelVersionId: 443c7c2e-02b3-422a-b965-e958c117fc86
2023-04-20T04:55:30.171Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47254f69-fdf4-48bf-8ec2-0e040ae48e3b
2023-04-20T04:55:30.172Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47254f69-fdf4-48bf-8ec2-0e040ae48e3b/model-vers/model-ver/443c7c2e-02b3-422a-b965-e958c117fc86?depth=0
2023-04-20T04:55:30.176Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-20T04:55:30.222Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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/47254f69-fdf4-48bf-8ec2-0e040ae48e3b/model-vers/model-ver/443c7c2e-02b3-422a-b965-e958c117fc86?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-04-20T04:55:30.224Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/47254f69-fdf4-48bf-8ec2-0e040ae48e3b/model-vers/model-ver/443c7c2e-02b3-422a-b965-e958c117fc86?depth=0|INFO|500||Invoke
2023-04-20T04:55:30.231Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/47254f69-fdf4-48bf-8ec2-0e040ae48e3b/model-vers/model-ver/443c7c2e-02b3-422a-b965-e958c117fc86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-20T04:55:30.383Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/47254f69-fdf4-48bf-8ec2-0e040ae48e3b/model-vers/model-ver/443c7c2e-02b3-422a-b965-e958c117fc86?depth=0|INFO|500||InvokeReturn
2023-04-20T04:55:30.385Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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/47254f69-fdf4-48bf-8ec2-0e040ae48e3b/model-vers/model-ver/443c7c2e-02b3-422a-b965-e958c117fc86?depth=0 has http status code:200 and response headers:{date=[Thu, 20 Apr 2023 04:55:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[504040], x-aai-txid=[2-aai-resources-230420-04:55:31:205-66337], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-20T04:55:30.385Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-20T04:55:30.386Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-20T04:55:30.386Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:55:30.396Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|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-04-20T04:55:30.397Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8fa9c11c-a8ec-4688-845d-0623cbe844c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-20T04:55:30.397Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-20T04:55:30.397Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-20T04:55:30.397Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-20T04:55:30.398Z|8fa9c11c-a8ec-4688-845d-0623cbe844c2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966530397,
  "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-04-20T04:55:31.434Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:55:34.914Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:55:34.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.916Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:55:34.917Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.917Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:55:34.917Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.917Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966417098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:55:34.917Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966419208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966420325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966421428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966422686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966423688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.919Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966424690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-04-20T04:55:34.919Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.919Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966425693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:55:34.919Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.920Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "97f48c0d-7511-48be-97d5-950eec649cab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966456994,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-20T04:55:34.920Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.920Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:55:34.920Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:55:34.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:55:34.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:55:34.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:55:34.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:55:34.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.923Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:55:34.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.924Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-20T04:55:34.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.924Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966408896,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-20T04:55:34.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966467213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-20T04:55:34.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:55:34.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:55:34.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966469078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-20T04:55:34.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:56:31.434Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:56:34.914Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:56:34.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-20T04:56:34.915Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8fa9c11c-a8ec-4688-845d-0623cbe844c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681966530397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-20T04:56:34.916Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-20T04:57:31.436Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:57:34.914Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:58:31.437Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:58:34.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T04:59:31.438Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T04:59:34.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:00:31.439Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:00:34.917Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:01:31.439Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:01:34.918Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:02:31.441Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:02:34.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:03:31.442Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:03:34.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:04:31.444Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:04:34.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:05:31.444Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:05:34.922Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:06:31.446Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:06:34.922Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:07:31.447Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:07:34.923Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:08:31.447Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:08:34.925Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:09:31.449Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:09:34.925Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:10:31.449Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:10:34.927Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:11:31.450Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:11:34.928Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:12:31.450Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:12:34.928Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:13:31.451Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:13:34.930Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:14:31.453Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:14:34.932Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:15:31.454Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:15:34.933Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:16:31.454Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:16:34.934Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:17:31.455Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:17:34.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:18:31.455Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:18:34.937Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:19:31.456Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:19:34.937Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:20:31.457Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:20:34.938Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:21:31.457Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:21:34.939Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:22:31.458Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:22:34.939Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:23:31.458Z|37cdd433-68b9-47ce-868d-dad1913111ea|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:23:34.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:24:31.458Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:24:34.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:25:31.460Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:25:34.941Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:26:31.460Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:26:34.942Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:27:31.461Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:27:34.943Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:28:31.461Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:28:34.944Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:29:31.462Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:29:34.946Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:30:31.462Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:30:34.947Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:31:31.464Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:31:34.948Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:32:31.464Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:32:34.949Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:33:31.465Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:33:34.949Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:34:31.466Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:34:34.951Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:35:31.466Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:35:34.953Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:36:31.467Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:36:34.954Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:37:31.467Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:37:34.954Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:38:31.469Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:38:34.956Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:39:31.470Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:39:34.957Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:40:31.471Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:40:34.957Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-20T05:41:31.472Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-20T05:41:34.958Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO