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-05-06T03:41:08.334Z||main|||||INFO|500||The following profiles are active: basic
2023-05-06T03:41:22.033Z||main|||||INFO|500||Starting service [Tomcat]
2023-05-06T03:41:22.034Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-05-06T03:41:22.345Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-05-06T03:41:25.976Z||main|||||INFO|500||catdb-pool - Starting...
2023-05-06T03:41:26.460Z||main|||||INFO|500||catdb-pool - Start completed.
2023-05-06T03:41:26.947Z||main|||||INFO|500||reqdb-pool - Starting...
2023-05-06T03:41:26.986Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-05-06T03:41:27.204Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-05-06T03:41:27.690Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-05-06T03:41:29.099Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-06T03:41:32.679Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-06T03:41:35.596Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-06T03:41:35.681Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-05-06T03:41:36.205Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-06T03:41:36.823Z||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-05-06T03:41:37.920Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-06T03:41:39.252Z||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-05-06T03:41:40.208Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-05-06T03:41:40.209Z||main|||||ERROR|500||(conn=1451) Table 'catalogdb.activity_spec' doesn't exist
2023-05-06T03:41:40.227Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-05-06T03:41:43.086Z||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-05-06T03:41:45.433Z||main|||||WARN|500||---
2023-05-06T03:41:45.434Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-05-06T03:41:45.434Z||main|||||WARN|500||---
2023-05-06T03:41:46.152Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-05-06T03:41:51.112Z||main|||||INFO|500||Started Application in 51.139 seconds (JVM running for 55.241)
2023-05-06T03:41:51.153Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-05-06T03:41:51.156Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-05-06T03:41:51.177Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-05-06T03:41:51.270Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b83b003a-6b61-47af-a5cc-3af8da434b5c url= /sdc/v1/artifactTypes
2023-05-06T03:41:51.282Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-05-06T03:41:51.530Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-06T03:41:51.604Z||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-05-06T03:41:51.605Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-05-06T03:41:51.605Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4b33b190-b67e-478b-aefe-e74245f363ee url= /sdc/v1/distributionKafkaData
2023-05-06T03:41:51.605Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-05-06T03:41:51.640Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-06T03:41:51.647Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@3546c48b
2023-05-06T03:41:51.712Z||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-13708c0b-926f-4fd2-b1ab-4c6c428b1798
	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-05-06T03:41:51.767Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798] Instantiated an idempotent producer.
2023-05-06T03:41:51.836Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-05-06T03:41:51.901Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-06T03:41:51.902Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-06T03:41:51.902Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683344511897
2023-05-06T03:41:51.910Z||scheduling-1|||||INFO|500||start DistributionClient
2023-05-06T03:41:51.944Z||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-896ab269-ffee-44c8-8b9b-5217223158c0
	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-05-06T03:41:52.067Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-06T03:41:52.067Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-06T03:41:52.068Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683344512067
2023-05-06T03:41:52.069Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:41:52.074Z||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-7a7d1780-b35e-424e-bb51-9cbb1cab885f
	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-05-06T03:41:52.073Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:41:52.086Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-06T03:41:52.086Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-06T03:41:52.087Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683344512086
2023-05-06T03:41:52.087Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:41:52.092Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:41:52.099Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-05-06T03:41:53.248Z||kafka-producer-network-thread | SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798] Cluster ID: gru9b0QMTAWzQNZOnYDBLg
2023-05-06T03:41:53.248Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, 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 EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T03:41:53.248Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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 8cJFVidtRDi6xtlsCvoSfA
2023-05-06T03:41:53.249Z||kafka-producer-network-thread | SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798] ProducerId set to 6 with epoch 0
2023-05-06T03:41:53.249Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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 8cJFVidtRDi6xtlsCvoSfA
2023-05-06T03:41:53.250Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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 8cJFVidtRDi6xtlsCvoSfA
2023-05-06T03:41:53.249Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, 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 EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T03:41:53.250Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, 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 EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T03:41:53.250Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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 8cJFVidtRDi6xtlsCvoSfA
2023-05-06T03:41:53.251Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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 8cJFVidtRDi6xtlsCvoSfA
2023-05-06T03:41:53.251Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, 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 EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T03:41:53.251Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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 8cJFVidtRDi6xtlsCvoSfA
2023-05-06T03:41:53.251Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, 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 EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T03:41:53.252Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, 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 EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T03:41:53.255Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Cluster ID: gru9b0QMTAWzQNZOnYDBLg
2023-05-06T03:41:53.256Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-06T03:41:53.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Cluster ID: gru9b0QMTAWzQNZOnYDBLg
2023-05-06T03:41:53.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-06T03:41:53.300Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] (Re-)joining group
2023-05-06T03:41:53.300Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] (Re-)joining group
2023-05-06T03:41:53.395Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0-0f791bda-8a9e-4a92-bf41-674922b2554a
2023-05-06T03:41:53.397Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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-05-06T03:41:53.397Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] (Re-)joining group
2023-05-06T03:41:53.409Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f-566a5f49-4580-4780-8543-b572feb944d8
2023-05-06T03:41:53.410Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, 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-05-06T03:41:53.411Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] (Re-)joining group
2023-05-06T03:41:59.408Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0-0f791bda-8a9e-4a92-bf41-674922b2554a', protocol='range'}
2023-05-06T03:41:59.409Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f-566a5f49-4580-4780-8543-b572feb944d8', protocol='range'}
2023-05-06T03:41:59.479Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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 EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T03:41:59.480Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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 EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T03:41:59.480Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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 EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T03:41:59.482Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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 EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T03:41:59.482Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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 EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T03:41:59.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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 EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T03:41:59.493Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f-566a5f49-4580-4780-8543-b572feb944d8=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0-0f791bda-8a9e-4a92-bf41-674922b2554a=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-05-06T03:41:59.538Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f-566a5f49-4580-4780-8543-b572feb944d8', protocol='range'}
2023-05-06T03:41:59.539Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0-0f791bda-8a9e-4a92-bf41-674922b2554a', protocol='range'}
2023-05-06T03:41:59.540Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, 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-05-06T03:41:59.540Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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-05-06T03:41:59.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, 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-05-06T03:41:59.551Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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-05-06T03:41:59.581Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-06T03:41:59.581Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-05-06T03:41:59.582Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-05-06T03:41:59.582Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-05-06T03:41:59.582Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-06T03:41:59.583Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-05-06T03:41:59.583Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-06T03:41:59.584Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-05-06T03:41:59.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-06T03:41:59.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-06T03:41:59.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-06T03:41:59.589Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-06T03:41:59.656Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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-05-06T03:41:59.659Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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-05-06T03:41:59.737Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-06T03:41:59.738Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-06T03:41:59.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-06T03:41:59.740Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-06T03:41:59.749Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-06T03:41:59.749Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-06T03:41:59.760Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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-05-06T03:41:59.760Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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-05-06T03:41:59.761Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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-05-06T03:41:59.761Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, 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-05-06T03:42:52.078Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:42:52.093Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:43:52.081Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:43:52.095Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:44:52.083Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:44:52.096Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:45:52.084Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:45:52.097Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:46:52.086Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:46:52.098Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:47:52.088Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:47:52.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:48:52.089Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:48:52.101Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:49:52.090Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:49:52.103Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:50:52.092Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:50:52.104Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:50:53.303Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7a7d1780-b35e-424e-bb51-9cbb1cab885f, groupId=SO] Node -1 disconnected.
2023-05-06T03:50:53.304Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-896ab269-ffee-44c8-8b9b-5217223158c0, groupId=SO] Node -1 disconnected.
2023-05-06T03:50:53.537Z||kafka-producer-network-thread | SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798] Node -1 disconnected.
2023-05-06T03:51:15.366Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-06T03:51:52.094Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:51:52.106Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:52:52.094Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:52:52.107Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:53:52.096Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:53:52.109Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:54:52.098Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:54:52.110Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:55:52.098Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:55:52.113Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:56:52.099Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:56:52.115Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:57:52.100Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:57:52.115Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:58:52.102Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:58:52.118Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T03:59:52.104Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T03:59:52.119Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:00:52.106Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:00:52.120Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:01:52.108Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:01:52.121Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:02:52.109Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:02:52.125Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:03:52.111Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:03:52.126Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:04:52.113Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:04:52.126Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:05:52.115Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:05:52.127Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:06:52.117Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:06:52.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:07:52.119Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:07:52.131Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:08:52.119Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:08:52.132Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:09:52.121Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:09:52.134Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:10:52.123Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:10:52.136Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:11:52.125Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:11:52.137Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:12:52.127Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:12:52.139Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:13:52.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:13:52.140Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:14:52.131Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:14:52.142Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:15:52.133Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:15:52.144Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:16:52.134Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:16:52.146Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:17:52.136Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:17:52.148Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:18:52.137Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:18:52.150Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:19:52.139Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:19:52.151Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:20:52.140Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:20:52.153Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:21:52.142Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:21:52.153Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:22:52.145Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:22:52.155Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:23:52.147Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:23:52.157Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:24:52.148Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:24:52.160Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:25:52.150Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:25:52.162Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:26:52.152Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:26:52.162Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:27:52.154Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:27:52.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:28:52.155Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:28:52.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:29:52.157Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:29:52.166Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:30:52.159Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:30:52.166Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:31:52.161Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:31:52.167Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:32:52.162Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:32:52.169Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:33:52.164Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:33:52.169Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:34:52.165Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:34:52.171Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:35:52.167Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:35:52.172Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:36:52.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:36:52.174Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:37:52.174Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:37:52.175Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:38:52.176Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:38:52.176Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:39:52.177Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:39:52.178Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:40:52.178Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:40:52.179Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:41:52.180Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:41:52.180Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:42:52.181Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:42:52.181Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:43:52.183Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:43:52.183Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:44:52.184Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:44:52.185Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:45:52.186Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:45:52.187Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:46:52.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:46:52.188Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:47:52.188Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:47:52.190Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:48:52.190Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:48:52.190Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:49:52.190Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:49:52.191Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:50:52.192Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:50:52.192Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:51:52.193Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:51:52.195Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:52:52.194Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:52:52.196Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:53:52.197Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:53:52.197Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:54:52.198Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:54:52.199Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:55:52.199Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:55:52.199Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:56:52.200Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:56:52.204Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:57:52.202Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:57:52.205Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:58:52.202Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:58:52.207Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T04:59:52.204Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T04:59:52.210Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:00:52.204Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:00:52.210Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:01:52.205Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:01:52.212Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:02:52.206Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:02:52.213Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:03:52.208Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:03:52.214Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:04:52.210Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:04:52.215Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:05:52.212Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:05:52.216Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:06:52.213Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:06:52.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:07:52.213Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:07:52.217Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:08:52.214Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:08:52.219Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:09:52.215Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:09:52.219Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:10:52.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:10:52.220Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:11:52.218Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:11:52.221Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:12:52.219Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:12:52.221Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:13:52.222Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:13:52.222Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:14:52.222Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:14:52.224Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:15:52.224Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:15:52.225Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:16:52.226Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:16:52.226Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:17:52.227Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:17:52.228Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:18:52.228Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:18:52.228Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:19:52.230Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:19:52.230Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:20:52.231Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:20:52.232Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:21:52.233Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:21:52.233Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:22:52.234Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:22:52.234Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:23:52.234Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:23:52.235Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:24:52.235Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:24:52.236Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:25:52.236Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:25:52.237Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:26:52.236Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:26:52.238Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:27:52.237Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:27:52.239Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:28:52.238Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:28:52.240Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:29:52.239Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:29:52.240Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:30:52.240Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:30:52.241Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:31:52.241Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:31:52.243Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:32:52.242Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:32:52.244Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:33:52.244Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:33:52.244Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:34:52.244Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:34:52.245Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:35:52.246Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:35:52.245Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:36:52.246Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:36:52.246Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:37:52.246Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:37:52.248Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:38:52.247Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:38:52.250Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:39:05.312Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-06T05:39:52.249Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:39:52.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:40:52.250Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:40:52.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:41:52.251Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:41:52.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:42:52.253Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:42:52.254Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:43:52.253Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:43:52.254Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:44:52.254Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:44:52.255Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:45:52.256Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:45:52.256Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:46:52.257Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:46:52.258Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:47:52.258Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:47:52.258Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:48:52.258Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:48:52.260Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:49:52.259Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:49:52.261Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:50:52.262Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:50:52.261Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:51:52.263Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:51:52.264Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:52:52.264Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:52:52.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:53:52.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:53:52.266Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:54:52.266Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:54:52.266Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:55:52.267Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:55:52.267Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:56:52.268Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:56:52.268Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:57:52.268Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:57:52.269Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:58:52.270Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:58:52.270Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T05:59:52.271Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T05:59:52.272Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:00:52.272Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:00:52.273Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:01:52.272Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:01:52.273Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:02:52.273Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:02:52.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:03:52.273Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:03:52.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:04:52.275Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:04:52.277Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:05:52.276Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:05:52.277Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:06:52.277Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:06:52.279Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:07:52.280Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:07:52.279Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:08:52.281Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:08:52.281Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:09:52.282Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:09:52.282Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:10:52.283Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:10:52.283Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:11:52.284Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:11:52.285Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:12:52.285Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:12:52.286Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:13:52.287Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:13:52.287Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:14:52.289Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:14:52.289Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:15:52.290Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:15:52.291Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:16:52.292Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:16:52.293Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:17:52.293Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:17:52.295Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:18:52.295Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:18:52.296Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:19:52.296Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:19:52.296Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:20:52.297Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:20:52.298Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:21:52.299Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:21:52.299Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:22:52.300Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:22:52.300Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:23:52.301Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:23:52.301Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:24:52.302Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:24:52.302Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:25:52.303Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:25:52.303Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:26:52.303Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:26:52.304Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:27:52.305Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:27:52.305Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:28:52.305Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:28:52.306Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:29:52.307Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:29:52.308Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:30:52.308Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:30:52.309Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:31:52.309Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:31:52.310Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:32:52.310Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:32:52.311Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:33:52.312Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:33:52.313Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:34:52.313Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:34:52.315Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:35:52.315Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:35:52.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:36:52.317Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:36:52.317Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:37:52.317Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:37:52.320Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:38:52.319Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:38:52.321Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:39:52.320Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:39:52.323Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:40:52.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:40:52.324Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:41:52.324Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:41:52.324Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:42:52.325Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:42:52.326Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:43:52.327Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:43:52.327Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:44:52.327Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:44:52.328Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:45:52.328Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:45:52.329Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:46:52.330Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:46:52.330Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:47:52.332Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:47:52.332Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:48:52.332Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:48:52.332Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:49:52.333Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:49:52.333Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:50:52.334Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:50:52.335Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:51:52.336Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:51:52.336Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:52:52.338Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:52:52.338Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:53:52.339Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:53:52.340Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:54:52.340Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:54:52.342Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:55:52.342Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:55:52.343Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:56:52.342Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:56:52.344Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:57:52.344Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:57:52.345Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:58:52.345Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:58:52.346Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T06:59:52.346Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T06:59:52.347Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:00:52.347Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:00:52.347Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:01:52.348Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:01:52.349Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:02:52.349Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:02:52.350Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:03:52.350Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:03:52.351Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:04:52.351Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:04:52.353Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:05:52.353Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:05:52.353Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:06:52.353Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:06:52.354Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:07:52.354Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:07:52.357Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:08:52.356Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:08:52.358Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:09:52.356Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:09:52.358Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:10:52.357Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:10:52.360Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:11:52.359Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:11:52.361Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:12:52.361Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:12:52.361Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:13:52.362Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:13:52.363Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:14:52.363Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:14:52.364Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:15:52.364Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:15:52.365Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:16:52.366Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:16:52.366Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:17:52.367Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:17:52.367Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:18:52.368Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:18:52.369Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:19:52.370Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:19:52.370Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:20:52.371Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:20:52.370Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:21:52.372Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:21:52.373Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:22:52.374Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:22:52.373Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:23:52.374Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:23:52.386Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:24:52.377Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:24:52.387Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:25:52.377Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:25:52.388Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:26:52.378Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:26:52.388Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:27:52.379Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:27:52.390Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:28:52.380Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:28:52.391Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:29:52.381Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:29:52.391Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:30:52.382Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:30:52.392Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:31:52.383Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:31:52.393Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:32:52.386Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:32:52.394Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:33:52.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:33:52.395Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:34:52.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:34:52.396Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:35:52.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:35:52.397Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:36:52.391Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:36:52.399Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:37:52.392Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:37:52.399Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:38:52.393Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:38:52.400Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:39:52.394Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:39:52.401Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:40:52.396Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:40:52.402Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:41:52.398Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:41:52.404Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:42:52.398Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:42:52.405Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:43:52.400Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:43:52.407Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:44:52.401Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:44:52.408Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:45:52.403Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:45:52.409Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:46:52.404Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:46:52.410Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:47:52.405Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:47:52.411Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:48:52.406Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:48:52.413Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:49:52.408Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:49:52.415Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:50:52.409Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:50:52.416Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:51:52.410Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:51:52.416Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:52:52.411Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:52:52.418Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:53:52.412Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:53:52.419Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:54:52.414Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:54:52.420Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:55:52.416Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:55:52.421Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:56:52.422Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:56:52.431Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:57:52.424Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:57:52.433Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:58:52.426Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:58:52.434Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T07:59:52.426Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T07:59:52.435Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:00:52.427Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:00:52.436Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:01:52.428Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:01:52.437Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:02:52.430Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:02:52.440Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:03:52.432Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:03:52.441Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:04:52.433Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:04:52.442Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:05:52.434Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:05:52.443Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:06:52.435Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:06:52.444Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:07:52.435Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:07:52.445Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:08:52.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:08:52.446Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:09:52.438Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:09:52.447Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:10:52.439Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:10:52.448Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:11:52.439Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:11:52.450Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:12:52.441Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:12:52.450Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:13:52.442Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:13:52.452Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:14:52.443Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:14:52.452Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:15:52.444Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:15:52.453Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:16:52.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:16:52.454Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:17:52.446Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:17:52.455Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:18:52.447Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:18:52.456Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:19:52.448Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:19:52.457Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:20:52.449Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:20:52.458Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:21:52.451Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:21:52.460Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:22:52.452Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:22:52.460Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:23:52.453Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:23:52.461Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:24:52.456Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:24:52.461Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:25:52.457Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:25:52.462Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:26:52.457Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:26:52.463Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:27:52.459Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:27:52.464Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:28:52.460Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:28:52.465Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:29:52.462Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:29:52.467Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:30:52.463Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:30:52.468Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:31:52.465Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:31:52.468Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:32:52.466Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:32:52.471Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:33:52.468Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:33:52.471Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:34:52.470Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:34:52.472Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:35:52.471Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:35:52.472Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:36:52.472Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:36:52.473Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:37:52.474Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:37:52.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:38:52.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:38:52.475Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:39:52.476Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:39:52.476Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:40:52.477Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:40:52.477Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:41:52.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:41:52.479Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:42:52.479Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:42:52.480Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:43:52.481Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:43:52.481Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:44:52.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:44:52.483Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:45:52.485Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:45:52.484Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:46:52.485Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:46:52.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:47:52.486Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:47:52.487Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:48:52.487Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:48:52.487Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:49:52.487Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:49:52.488Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:50:52.488Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:50:52.489Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:51:52.490Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:51:52.491Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:52:52.491Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:52:52.492Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:53:52.492Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:53:52.492Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:54:52.493Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:54:52.493Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:55:52.493Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:55:52.493Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:56:52.495Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:56:52.495Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:57:52.496Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:57:52.496Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:58:52.496Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:58:52.497Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T08:59:52.498Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T08:59:52.499Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:00:52.499Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:00:52.500Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:01:52.500Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:01:52.500Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:02:52.500Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:02:52.501Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:03:52.502Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:03:52.503Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:04:52.502Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:04:52.503Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:05:52.503Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:05:52.505Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:06:52.503Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:06:52.506Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:07:52.504Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:07:52.507Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:08:52.505Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:08:52.508Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:09:52.507Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:09:52.508Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:10:52.509Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:10:52.509Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:11:52.510Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:11:52.511Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:12:52.511Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:12:52.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:13:52.512Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:13:52.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:14:52.514Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:14:52.514Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:15:52.514Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:15:52.515Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:16:52.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:16:52.517Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:17:52.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:17:52.517Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:18:52.517Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:18:52.519Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:19:52.519Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:19:52.520Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:20:52.520Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:20:52.520Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:21:52.520Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:21:52.522Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:22:52.521Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:22:52.523Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:23:52.522Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:23:52.523Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:24:52.522Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:24:52.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:25:52.524Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:25:52.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:26:52.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:26:52.527Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:27:52.526Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:27:52.527Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:28:52.527Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:28:52.528Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:29:52.528Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:29:52.529Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:30:52.529Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:30:52.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:31:52.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:31:52.531Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:32:52.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:32:52.531Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:33:52.532Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:33:52.533Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:34:52.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:34:52.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:35:52.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:35:52.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:36:52.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:36:52.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:37:52.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:37:52.536Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:38:52.536Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:38:52.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:39:52.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:39:52.537Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:40:52.538Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:40:52.539Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:41:52.539Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:41:52.540Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:42:52.540Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:42:52.541Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:43:52.542Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:43:52.543Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:44:52.543Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:44:52.544Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:45:52.543Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:45:52.544Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:46:52.545Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:46:52.545Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:47:52.546Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:47:52.546Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:48:52.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:48:52.547Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:49:52.548Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:49:52.548Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:50:52.548Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:50:52.549Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:51:52.549Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:51:52.550Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:52:52.551Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:52:52.551Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:53:52.553Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:53:52.553Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:54:52.554Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:54:52.560Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:55:52.556Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:55:52.561Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:56:52.558Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:56:52.562Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:57:52.559Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:57:52.563Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:58:52.560Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:58:52.564Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T09:59:52.562Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T09:59:52.565Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:00:52.564Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:00:52.566Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:01:52.566Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:01:52.567Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:02:52.566Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:02:52.569Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:03:52.568Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:03:52.569Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:04:52.569Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:04:52.570Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:05:52.571Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:05:52.571Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:06:52.571Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:06:52.572Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:07:52.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:07:52.573Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:08:52.574Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:08:52.574Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:09:52.575Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:09:52.575Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:10:52.575Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:10:52.576Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:11:52.577Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:11:52.577Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:12:52.579Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:12:52.579Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:13:52.584Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:13:52.584Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:14:52.586Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:14:52.588Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:15:52.588Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:15:52.592Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:16:52.592Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:16:52.595Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:17:52.596Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:17:52.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:18:52.597Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:18:52.599Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:19:52.598Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:19:52.600Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:20:52.600Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:20:52.601Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:21:52.602Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:21:52.603Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:22:52.607Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:22:52.607Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:23:52.608Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:23:52.610Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:24:52.610Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:24:52.611Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:25:52.612Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:25:52.612Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:26:52.613Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:26:52.615Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:27:52.615Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:27:52.616Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:28:52.616Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:28:52.617Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:29:52.618Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:29:52.619Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:30:52.619Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:30:52.620Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:31:52.621Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:31:52.622Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:32:52.623Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:32:52.623Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:33:52.623Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:33:52.625Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:34:52.624Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:34:52.626Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:35:52.628Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:35:52.628Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:36:52.629Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:36:52.629Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:37:52.632Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:37:52.632Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:38:52.634Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:38:52.634Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:39:52.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:39:52.640Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:40:52.637Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:40:52.641Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:41:52.638Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:41:52.643Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:42:52.639Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:42:52.644Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:43:52.641Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:43:52.646Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:44:52.642Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:44:52.647Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:45:52.648Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:45:52.649Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:46:52.649Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:46:52.650Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:47:52.651Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:47:52.651Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:48:52.653Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:48:52.653Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:49:52.653Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:49:52.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:50:52.655Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:50:52.654Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:51:52.656Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:51:52.656Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:52:52.657Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:52:52.657Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:53:52.657Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:53:52.657Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:54:52.659Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:54:52.659Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:55:52.659Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:55:52.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:56:52.661Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:56:52.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:57:52.663Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:57:52.663Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:58:52.663Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T10:58:52.664Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:59:52.665Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T10:59:52.666Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:00:52.666Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:00:52.667Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:01:52.668Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:01:52.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:02:52.669Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:02:52.670Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:03:52.671Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:03:52.671Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:04:52.671Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:04:52.672Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:05:52.672Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:05:52.672Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:06:52.672Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:06:52.673Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:07:52.673Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:07:52.674Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:08:52.673Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:08:52.675Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:09:52.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:09:52.676Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:10:52.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:10:52.677Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:11:52.676Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:11:52.677Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:12:52.680Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:12:52.680Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:13:52.681Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:13:52.681Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:14:52.682Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:14:52.682Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:15:52.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:15:52.684Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:16:52.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:16:52.689Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:17:52.687Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:17:52.690Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:18:52.689Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:18:52.690Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:19:52.690Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:19:52.691Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:20:52.692Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:20:52.692Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:21:52.693Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:21:52.694Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:22:52.694Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:22:52.696Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:23:52.695Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:23:52.697Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:24:52.697Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:24:52.700Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:25:52.700Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:25:52.701Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:26:52.702Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:26:52.702Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:27:52.703Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:27:52.703Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:28:52.704Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:28:52.704Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:29:52.705Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:29:52.706Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:30:52.707Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:30:52.707Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:07.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-06T11:31:07.870Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f12d01d1-b770-4d8b-a14a-444f007d1221","serviceName":"vFW 2023-05-06 11-29-37","serviceVersion":"1.0","serviceUUID":"d0bd5877-6a23-48e2-acd0-c359b4c0fae4","serviceDescription":"catalog service description","serviceInvariantUUID":"56058c9c-a5d8-4ef6-b29b-e12a1e28fec5","resources":[{"resourceInstanceName":"vFW 77b26460-5651 0","resourceName":"vFW 77b26460-5651","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9665cdb3-d42d-4ff6-8b2d-bff13ce0e6be","resourceInvariantUUID":"22df2180-27ab-4178-93d0-bb977e2fbc50","resourceCustomizationUUID":"60894218-ec07-45fc-840c-c6fd701274d1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vf-license-model.xml","artifactChecksum":"ZWI0ZmYyOWYyNTRkNDQ0Y2FiN2Q5ZTU2Y2M3YjQ3Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"745d0949-c778-4ff6-ba80-ff28f41a0ced","artifactVersion":"1"},{"artifactName":"vfw77b2646056510_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json","artifactChecksum":"MTViMjIzOTYyOGQ5YTdkMWZkMjU3OGM4NzI4YjQ5Mjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe314a1d-ceff-4224-9d0c-9eec3fcf6bf2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"22dadd7a-db73-4220-b365-6007f3c3574e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vendor-license-model.xml","artifactChecksum":"ODkzYWU3NDk4NzE4ZjU0NmEzNDM5ZmZhZGQ5OGY5ZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e45279b-a63b-4ce5-9ca0-2bdb8bc5d570","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b0770139-1431-47e8-8d4e-8fcc5c647421","artifactVersion":"2","generatedFromUUID":"22dadd7a-db73-4220-b365-6007f3c3574e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230506112937-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-template.yml","artifactChecksum":"ZDY3NGQ2MmVmMTQ2ZDMyZjBkMDc4OGI3MDA1NTQyM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6e5d35a-5610-4436-be5e-497c95414116","artifactVersion":"1"},{"artifactName":"service-Vfw20230506112937-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar","artifactChecksum":"MGRjMjM5OTdjNDhmNGIwMDdiZjU4NzRlYjRkYzY3MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"488e752e-fe53-415d-be28-5b5d40561e42","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-06T11:31:07.896Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:31:07.909Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:07.909Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:07.909Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:07.922Z||kafka-producer-network-thread | SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T11:31:07.922Z||kafka-producer-network-thread | SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T11:31:07.923Z||kafka-producer-network-thread | SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T11:31:07.923Z||kafka-producer-network-thread | SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T11:31:07.923Z||kafka-producer-network-thread | SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T11:31:07.923Z||kafka-producer-network-thread | SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to EfZI2JqLSKeK8JCuUdGbdQ
2023-05-06T11:31:07.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:31:07.991Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372657080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:31:08.030Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:31:08.966Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:31:08.967Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:08.967Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:08.967Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:09.970Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:31:09.971Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:09.971Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:09.971Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:10.973Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:31:10.974Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:10.974Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:10.974Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:11.975Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:31:11.976Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:11.976Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:11.977Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:12.978Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:31:12.978Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:12.978Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:12.979Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:13.980Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:31:13.981Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:13.981Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:13.981Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:14.983Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "serviceName": "vFW 2023-05-06 11-29-37",
  "serviceVersion": "1.0",
  "serviceUUID": "d0bd5877-6a23-48e2-acd0-c359b4c0fae4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56058c9c-a5d8-4ef6-b29b-e12a1e28fec5",
  "resources": [
    {
      "resourceInstanceName": "vFW 77b26460-5651 0",
      "resourceCustomizationUUID": "60894218-ec07-45fc-840c-c6fd701274d1",
      "resourceName": "vFW 77b26460-5651",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9665cdb3-d42d-4ff6-8b2d-bff13ce0e6be",
      "resourceInvariantUUID": "22df2180-27ab-4178-93d0-bb977e2fbc50",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw77b2646056510_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
          "artifactChecksum": "MTViMjIzOTYyOGQ5YTdkMWZkMjU3OGM4NzI4YjQ5Mjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fe314a1d-ceff-4224-9d0c-9eec3fcf6bf2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "22dadd7a-db73-4220-b365-6007f3c3574e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b0770139-1431-47e8-8d4e-8fcc5c647421",
            "generatedFromUUID": "22dadd7a-db73-4220-b365-6007f3c3574e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b0770139-1431-47e8-8d4e-8fcc5c647421",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230506112937-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
      "artifactChecksum": "MGRjMjM5OTdjNDhmNGIwMDdiZjU4NzRlYjRkYzY3MDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "488e752e-fe53-415d-be28-5b5d40561e42"
    }
  ],
  "workloadContext": "Production"
}
2023-05-06T11:31:14.987Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-06T11:31:14.987Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d0bd5877-6a23-48e2-acd0-c359b4c0fae4 ASDC
2023-05-06T11:31:15.078Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f12d01d1-b770-4d8b-a14a-444f007d1221
ServiceName:vFW 2023-05-06 11-29-37
ServiceVersion:1.0
ServiceUUID:d0bd5877-6a23-48e2-acd0-c359b4c0fae4
ServiceInvariantUUID:56058c9c-a5d8-4ef6-b29b-e12a1e28fec5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230506112937-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar
ArtifactUUID:488e752e-fe53-415d-be28-5b5d40561e42
ArtifactChecksum:MGRjMjM5OTdjNDhmNGIwMDdiZjU4NzRlYjRkYzY3MDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 77b26460-5651 0
ResourceCustomizationUUID:60894218-ec07-45fc-840c-c6fd701274d1
ResourceInvariantUUID:22df2180-27ab-4178-93d0-bb977e2fbc50
ResourceName:vFW 77b26460-5651
ResourceType:VF
ResourceUUID:9665cdb3-d42d-4ff6-8b2d-bff13ce0e6be
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw77b2646056510_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json
ArtifactUUID:fe314a1d-ceff-4224-9d0c-9eec3fcf6bf2
ArtifactChecksum:MTViMjIzOTYyOGQ5YTdkMWZkMjU3OGM4NzI4YjQ5Mjk=
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/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml
ArtifactUUID:22dadd7a-db73-4220-b365-6007f3c3574e
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/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env
ArtifactUUID:b0770139-1431-47e8-8d4e-8fcc5c647421
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/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env
ArtifactUUID:b0770139-1431-47e8-8d4e-8fcc5c647421
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-06T11:31:15.078Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0bd5877-6a23-48e2-acd0-c359b4c0fae4 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-05-06T11:31:15.343Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T11:31:15.344Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:31:15.345Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:31:15.346Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 488e752e-fe53-415d-be28-5b5d40561e42 from URL: /sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:15.346Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:31:15.346Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:15.490Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:31:15.501Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar 488e752e-fe53-415d-be28-5b5d40561e42 101474
2023-05-06T11:31:15.502Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar ASDC sendASDCNotification
2023-05-06T11:31:15.502Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:15.504Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:31:15.505Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:15.505Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:15.505Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372675501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:16.506Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T11:31:16.507Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:31:16.508Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 488e752e-fe53-415d-be28-5b5d40561e42, URL: /sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar to file: /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:16.509Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230506112937-csar.csar
2023-05-06T11:31:16.655Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:16.655Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:17.039Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8379071837920832225/Definitions/service-Vfw20230506112937-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-05-06T11:31:19.175Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-06T11:31:19.184Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-06T11:31:19.185Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:19.185Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-05-06T11:31:19.185Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:19.185Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:19.185Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:19.185Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 77b26460-5651 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-Vfw20230506112937-csar.csar
2023-05-06T11:31:19.185Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:19.186Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:19.186Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:19.186Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:19.186Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:19.186Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:19.186Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:19.186Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-06T11:31:19.199Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.202Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:19.211Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is matching search criteria
2023-05-06T11:31:19.211Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-06T11:31:19.215Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 77b26460-5651 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T11:31:19.219Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.219Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:19.220Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is matching search criteria
2023-05-06T11:31:19.220Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-06T11:31:19.220Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 77b26460-5651 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T11:31:19.221Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.222Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:19.228Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.229Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is not matching search criteria
2023-05-06T11:31:19.229Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-06T11:31:19.229Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-06T11:31:19.230Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-06T11:31:19.230Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:19.230Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-06T11:31:19.230Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-06T11:31:19.231Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-06T11:31:19.231Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-06T11:31:19.231Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-06T11:31:19.231Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-06T11:31:19.231Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:19.231Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-06T11:31:19.232Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:19.232Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-06T11:31:19.232Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-06T11:31:19.232Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-06T11:31:19.232Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.233Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-06T11:31:19.235Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.235Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is matching search criteria
2023-05-06T11:31:19.235Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 77b26460-5651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:31:19.236Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.236Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is matching search criteria
2023-05-06T11:31:19.236Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 77b26460-5651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:31:19.236Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.237Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is matching search criteria
2023-05-06T11:31:19.237Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 77b26460-5651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:31:19.238Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.238Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is not matching search criteria
2023-05-06T11:31:19.238Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-06T11:31:19.238Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-06T11:31:19.238Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-06T11:31:19.238Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-06T11:31:19.239Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-06T11:31:19.239Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-06T11:31:19.239Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:19.239Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-06T11:31:19.239Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:19.239Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-06T11:31:19.239Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-06T11:31:19.239Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4b0f6903-2cdf-4fd4-bd8d-4e5a0a649fd9
2023-05-06T11:31:19.239Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is not matching search criteria
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-06T11:31:19.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-06T11:31:19.241Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d65d3397-f531-4cf2-a28e-6b656dd76b53
2023-05-06T11:31:19.241Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.241Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is not matching search criteria
2023-05-06T11:31:19.241Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-06T11:31:19.241Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-06T11:31:19.241Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-06T11:31:19.241Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:19.241Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-06T11:31:19.241Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-06T11:31:19.241Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-06T11:31:19.241Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6cff6eb9-f3a3-4a36-9af3-6c68202d7732
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:19.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:19.243Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-05-06 11-29-37
Description:catalog service description
Model UUID:d0bd5877-6a23-48e2-acd0-c359b4c0fae4
Model Version:NULL
Model InvariantUuid:56058c9c-a5d8-4ef6-b29b-e12a1e28fec5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 77b26460-5651
Model UUID:c084b143-0045-4225-b7f2-2d05e58342e6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22df2180-27ab-4178-93d0-bb977e2fbc50
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:60894218-ec07-45fc-840c-c6fd701274d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:17ac95aa-1453-4ca9-a472-963ff25b5306
ModelName:Vfw77b264605651..base_vfw..module-0
ModelUuid:3b49d852-3dc9-47c3-b57b-99ca942fcbde
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4b0f6903-2cdf-4fd4-bd8d-4e5a0a649fd9
ModelInvariantUuid:08232bda-483e-4a40-9e87-b7d1bc33a2cd
ModelName:vFW 77b26460-5651-nodes.vfwCvfc
ModelUuid:d170ac7b-6c82-445e-8da3-60b9f2603be7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b305669f-b746-402e-8d9a-3b298fb7d5a3
ModelInvariantUuid:86125fd5-d74e-4739-a02e-37ceba7bec5b
ModelName:Vfw77b264605651.compute.nodes.heat.vfw
ModelUuid:93a5eb85-bdd4-47cf-bcec-e00cb1e4c874
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d65d3397-f531-4cf2-a28e-6b656dd76b53
ModelInvariantUuid:8e2053aa-4bd1-403e-a109-1825bdc88fb4
ModelName:vFW 77b26460-5651-nodes.vsnCvfc
ModelUuid:f81e2330-6ad5-4980-9dc7-20731b276b46
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:47216785-2af3-4a92-a240-4c14fa31e484
ModelInvariantUuid:b6e77246-e185-4fa4-ba2c-b340eecd9171
ModelName:Vfw77b264605651.compute.nodes.heat.vsn
ModelUuid:9ca02f16-9c35-41dc-874e-eff2f293b9c5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6cff6eb9-f3a3-4a36-9af3-6c68202d7732
ModelInvariantUuid:6f98d796-7c1e-486d-98c6-d72a1dacb58d
ModelName:vFW 77b26460-5651-nodes.vpgCvfc
ModelUuid:5c800e3a-b8f3-4cdc-9599-41b1f3d652c9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:26f7bf48-13d9-46b4-be6c-ee5e362fe1bf
ModelInvariantUuid:09772163-c0e3-4f0c-a543-cb358d53efe9
ModelName:Vfw77b264605651.compute.nodes.heat.vpg
ModelUuid:0278a9cd-3deb-4b7e-9811-209f2da3cb5d
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-05-06T11:31:19.273Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9665cdb3-d42d-4ff6-8b2d-bff13ce0e6be
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-05-06T11:31:19.342Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||vFW 77b26460-5651 0
2023-05-06T11:31:19.348Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9665cdb3-d42d-4ff6-8b2d-bff13ce0e6be
2023-05-06T11:31:19.348Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fe314a1d-ceff-4224-9d0c-9eec3fcf6bf2 from URL: /sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json
2023-05-06T11:31:19.348Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:31:19.348Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json
2023-05-06T11:31:19.461Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:31:19.461Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json fe314a1d-ceff-4224-9d0c-9eec3fcf6bf2 785
2023-05-06T11:31:19.462Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json ASDC sendASDCNotification
2023-05-06T11:31:19.462Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json
2023-05-06T11:31:19.462Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:31:19.462Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:19.462Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:19.463Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372679462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:20.465Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw77b264605651..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "17ac95aa-1453-4ca9-a472-963ff25b5306",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3b49d852-3dc9-47c3-b57b-99ca942fcbde",
    "vfModuleModelCustomizationUUID": "30511d6f-0cab-4b78-960d-ece419d17763",
    "isBase": true,
    "artifacts": [
      "22dadd7a-db73-4220-b365-6007f3c3574e",
      "b0770139-1431-47e8-8d4e-8fcc5c647421"
    ],
    "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-05-06T11:31:20.494Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw77b264605651..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b49d852-3dc9-47c3-b57b-99ca942fcbde
VfModuleModelInvariantUUID:17ac95aa-1453-4ca9-a472-963ff25b5306
VfModuleModelDescription:NULL
Artifacts UUID List:{
22dadd7a-db73-4220-b365-6007f3c3574e
,
b0770139-1431-47e8-8d4e-8fcc5c647421

}
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-05-06T11:31:20.501Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw77b264605651..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "17ac95aa-1453-4ca9-a472-963ff25b5306",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3b49d852-3dc9-47c3-b57b-99ca942fcbde",
    "vfModuleModelCustomizationUUID": "30511d6f-0cab-4b78-960d-ece419d17763",
    "isBase": true,
    "artifacts": [
      "22dadd7a-db73-4220-b365-6007f3c3574e",
      "b0770139-1431-47e8-8d4e-8fcc5c647421"
    ],
    "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-05-06T11:31:20.501Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw77b264605651..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b49d852-3dc9-47c3-b57b-99ca942fcbde
VfModuleModelInvariantUUID:17ac95aa-1453-4ca9-a472-963ff25b5306
VfModuleModelDescription:NULL
Artifacts UUID List:{
22dadd7a-db73-4220-b365-6007f3c3574e
,
b0770139-1431-47e8-8d4e-8fcc5c647421

}
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-05-06T11:31:20.501Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 22dadd7a-db73-4220-b365-6007f3c3574e from URL: /sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml
2023-05-06T11:31:20.501Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:31:20.502Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml
2023-05-06T11:31:20.621Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:31:20.622Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml 22dadd7a-db73-4220-b365-6007f3c3574e 20368
2023-05-06T11:31:20.622Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-06T11:31:20.622Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml
2023-05-06T11:31:20.622Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:31:20.622Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:20.623Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:20.623Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372680622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:21.624Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b0770139-1431-47e8-8d4e-8fcc5c647421 from URL: /sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env
2023-05-06T11:31:21.624Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:31:21.624Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env
2023-05-06T11:31:21.737Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:31:21.738Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env b0770139-1431-47e8-8d4e-8fcc5c647421 2098
2023-05-06T11:31:21.739Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-06T11:31:21.739Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env
2023-05-06T11:31:21.739Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:31:21.739Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:21.740Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:21.740Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372681739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:22.742Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d0bd5877-6a23-48e2-acd0-c359b4c0fae4
2023-05-06T11:31:22.743Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 77b26460-5651 0 9665cdb3-d42d-4ff6-8b2d-bff13ce0e6be 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-05-06T11:31:22.819Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18dffdfa, org.onap.sdc.toscaparser.api.parameters.Input@2865073e, org.onap.sdc.toscaparser.api.parameters.Input@725e99aa, org.onap.sdc.toscaparser.api.parameters.Input@3f942208, org.onap.sdc.toscaparser.api.parameters.Input@5843382d]
2023-05-06T11:31:22.825Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.826Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:22.826Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-05-06T11:31:22.826Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 60894218-ec07-45fc-840c-c6fd701274d1
2023-05-06T11:31:22.826Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 60894218-ec07-45fc-840c-c6fd701274d1 matches Tosca VF Customization UUID: 60894218-ec07-45fc-840c-c6fd701274d1
2023-05-06T11:31:22.826Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 60894218-ec07-45fc-840c-c6fd701274d1  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-05-06T11:31:22.838Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.838Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:22.840Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 60894218-ec07-45fc-840c-c6fd701274d1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-06T11:31:22.841Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2faf2106
2023-05-06T11:31:22.841Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.841Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-06T11:31:22.842Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30511d6f-0cab-4b78-960d-ece419d17763
2023-05-06T11:31:22.843Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30511d6f-0cab-4b78-960d-ece419d17763
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-05-06T11:31:22.855Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.856Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is matching search criteria
2023-05-06T11:31:22.856Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 77b26460-5651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:31:22.857Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.858Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is matching search criteria
2023-05-06T11:31:22.858Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 77b26460-5651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:31:22.858Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.859Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is not matching search criteria
2023-05-06T11:31:22.859Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-06T11:31:22.859Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-06T11:31:22.859Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-06T11:31:22.859Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-06T11:31:22.860Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-06T11:31:22.860Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-06T11:31:22.860Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:22.860Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-06T11:31:22.860Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:22.860Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-06T11:31:22.861Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-06T11:31:22.861Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4b0f6903-2cdf-4fd4-bd8d-4e5a0a649fd9
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-05-06T11:31:22.888Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.889Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is matching search criteria
2023-05-06T11:31:22.889Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 77b26460-5651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:31:22.889Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.890Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is not matching search criteria
2023-05-06T11:31:22.890Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-06T11:31:22.890Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-06T11:31:22.890Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-06T11:31:22.890Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:22.891Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-06T11:31:22.892Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-06T11:31:22.892Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-06T11:31:22.892Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-06T11:31:22.892Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-06T11:31:22.892Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:22.892Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-06T11:31:22.893Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-06T11:31:22.893Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d65d3397-f531-4cf2-a28e-6b656dd76b53
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-05-06T11:31:22.898Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.898Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is matching search criteria
2023-05-06T11:31:22.899Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 77b26460-5651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:31:22.903Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.903Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is not matching search criteria
2023-05-06T11:31:22.904Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-06T11:31:22.904Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-06T11:31:22.904Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-06T11:31:22.904Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:22.904Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-06T11:31:22.905Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-06T11:31:22.905Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-06T11:31:22.905Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-06T11:31:22.905Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-06T11:31:22.905Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-06T11:31:22.905Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-06T11:31:22.906Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-06T11:31:22.906Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6cff6eb9-f3a3-4a36-9af3-6c68202d7732
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-05-06T11:31:22.912Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.912Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is matching search criteria
2023-05-06T11:31:22.913Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 77b26460-5651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:31:22.913Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.913Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Node template vFW 77b26460-5651 0 is matching search criteria
2023-05-06T11:31:22.914Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 77b26460-5651 0] matching following query criteria: sdcType=VF, customizationUUID=60894218-ec07-45fc-840c-c6fd701274d1
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-05-06T11:31:22.919Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.919Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:22.919Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d0bd5877-6a23-48e2-acd0-c359b4c0fae4: vFW 77b26460-5651
2023-05-06T11:31:22.920Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.920Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:22.920Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.920Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:22.921Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.921Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:22.921Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.921Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:22.921Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:31:22.921Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-05-06 11-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:31:22.922Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-05-06 11-29-37 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-06T11:31:23.561Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 77b26460-5651 9665cdb3-d42d-4ff6-8b2d-bff13ce0e6be 1 ASDC deployResourceStructure
2023-05-06T11:31:23.561Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json ASDC sendASDCNotification
2023-05-06T11:31:23.562Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json
2023-05-06T11:31:23.562Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:31:23.562Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:23.562Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:23.562Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372683561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:24.564Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-06T11:31:24.565Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml
2023-05-06T11:31:24.565Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:31:24.566Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:24.566Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:24.566Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372684564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:25.567Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-06T11:31:25.568Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env
2023-05-06T11:31:25.568Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:31:25.569Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:25.569Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:25.569Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372685567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:26.571Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar ASDC sendASDCNotification
2023-05-06T11:31:26.571Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar
2023-05-06T11:31:26.571Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:31:26.572Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:31:26.572Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:31:26.572Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372686571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:27.575Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f12d01d1-b770-4d8b-a14a-444f007d1221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:31:27.662Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f12d01d1-b770-4d8b-a14a-444f007d1221
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-05-06T11:31:27.669Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:31:27.669Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:31:27.670Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:31:52.091Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:31:52.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:31:52.094Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372662722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:31:52.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:31:57.671Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f12d01d1-b770-4d8b-a14a-444f007d1221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:31:57.699Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f12d01d1-b770-4d8b-a14a-444f007d1221
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-05-06T11:31:57.706Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:31:57.706Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:31:57.706Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:32:27.706Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f12d01d1-b770-4d8b-a14a-444f007d1221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:32:27.745Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f12d01d1-b770-4d8b-a14a-444f007d1221
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-05-06T11:32:27.751Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:32:27.751Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:32:27.751Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:32:52.091Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:32:52.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.099Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372667006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.100Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372660714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372649721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372657080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372662722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372660714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372667006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372649721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372657080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372662722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372660714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372667006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372649721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372657080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372662722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372660714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372667006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372649721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.112Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.113Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372657080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.113Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372662722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.114Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372660714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.114Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372667006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.115Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372649721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.115Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.115Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683372672021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.116Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372657080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.116Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372662722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.117Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372660714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.117Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372667006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.118Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.118Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372649721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.118Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.119Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.119Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683372672021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.120Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372657080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.120Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.120Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372662722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.121Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.121Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372660714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.121Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.122Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372667006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.122Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372649721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.123Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372652707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.123Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683372672021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.124Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372675013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:32:52.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.124Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372675032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:32:52.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.124Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372675366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:32:52.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.124Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372675515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:32:52.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.125Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372675501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:32:52.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.125Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683372672021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.125Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372676035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-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-05-06T11:32:52.150Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f12d01d1-b770-4d8b-a14a-444f007d1221
2023-05-06T11:32:52.151Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f12d01d1-b770-4d8b-a14a-444f007d1221 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-05-06T11:32:52.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.182Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372676056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:32:52.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.183Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372676648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:32:52.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.183Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683372672021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.184Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372677060,
  "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-05-06T11:32:52.221Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f12d01d1-b770-4d8b-a14a-444f007d1221
2023-05-06T11:32:52.221Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f12d01d1-b770-4d8b-a14a-444f007d1221 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-05-06T11:32:52.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.250Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372677760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:32:52.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.250Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683372672021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:32:52.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.251Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372678812,
  "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-05-06T11:32:52.269Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f12d01d1-b770-4d8b-a14a-444f007d1221
2023-05-06T11:32:52.270Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f12d01d1-b770-4d8b-a14a-444f007d1221 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-05-06T11:32:52.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.295Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683372672021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:32:52.295Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372679462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:32:52.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372679816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-06T11:32:52.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683372679932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:32:52.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372680622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:32:52.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372681739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:32:52.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372683561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/vfw77b2646056510_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-06T11:32:52.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683372684597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:32:52.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372684564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-05-06T11:32:52.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683372685606,
  "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-05-06T11:32:52.330Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f12d01d1-b770-4d8b-a14a-444f007d1221
2023-05-06T11:32:52.331Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f12d01d1-b770-4d8b-a14a-444f007d1221 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-05-06T11:32:52.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.359Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372685567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/resourceInstances/vfw77b2646056510/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-05-06T11:32:52.360Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.360Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372686571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:32:52.360Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.360Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372689737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230506112937/1.0/artifacts/service-Vfw20230506112937-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:32:52.361Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:32:52.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-06T11:32:52.361Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372690743,
  "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-05-06T11:32:52.376Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f12d01d1-b770-4d8b-a14a-444f007d1221
2023-05-06T11:32:52.376Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f12d01d1-b770-4d8b-a14a-444f007d1221 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-05-06T11:32:57.756Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f12d01d1-b770-4d8b-a14a-444f007d1221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:32:57.789Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f12d01d1-b770-4d8b-a14a-444f007d1221
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-05-06T11:32:57.797Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:32:57.797Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-06T11:32:57.797Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-06T11:32:57.797Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-06T11:32:57.797Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:32:57.797Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:32:57.797Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:32:57.797Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:32:57.798Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:32:57.798Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-06T11:32:57.814Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-06T11:33:27.815Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f12d01d1-b770-4d8b-a14a-444f007d1221 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-05-06T11:33:27.836Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f12d01d1-b770-4d8b-a14a-444f007d1221 and serviceModelVersionId: d0bd5877-6a23-48e2-acd0-c359b4c0fae4
2023-05-06T11:33:27.836Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56058c9c-a5d8-4ef6-b29b-e12a1e28fec5
2023-05-06T11:33:42.649Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56058c9c-a5d8-4ef6-b29b-e12a1e28fec5/model-vers/model-ver/d0bd5877-6a23-48e2-acd0-c359b4c0fae4?depth=0
2023-05-06T11:33:42.817Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-06T11:33:43.398Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56058c9c-a5d8-4ef6-b29b-e12a1e28fec5/model-vers/model-ver/d0bd5877-6a23-48e2-acd0-c359b4c0fae4?depth=0|INFO|500||Invoke
2023-05-06T11:33:43.403Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56058c9c-a5d8-4ef6-b29b-e12a1e28fec5/model-vers/model-ver/d0bd5877-6a23-48e2-acd0-c359b4c0fae4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56058c9c-a5d8-4ef6-b29b-e12a1e28fec5/model-vers/model-ver/d0bd5877-6a23-48e2-acd0-c359b4c0fae4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f12d01d1-b770-4d8b-a14a-444f007d1221], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5307777e-a38b-402c-993b-f125c437eb51], X-ECOMP-RequestID=[f12d01d1-b770-4d8b-a14a-444f007d1221], X-TransactionId=[], X-ONAP-RequestID=[f12d01d1-b770-4d8b-a14a-444f007d1221], Content-Type=[application/merge-patch+json]}
2023-05-06T11:33:43.433Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56058c9c-a5d8-4ef6-b29b-e12a1e28fec5/model-vers/model-ver/d0bd5877-6a23-48e2-acd0-c359b4c0fae4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-06T11:33:43.790Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56058c9c-a5d8-4ef6-b29b-e12a1e28fec5/model-vers/model-ver/d0bd5877-6a23-48e2-acd0-c359b4c0fae4?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/56058c9c-a5d8-4ef6-b29b-e12a1e28fec5/model-vers/model-ver/d0bd5877-6a23-48e2-acd0-c359b4c0fae4?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 11:33:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[308], vertex-id=[135280], x-aai-txid=[2-aai-resources-230506-11:33:43:447-94842], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-06T11:33:43.793Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56058c9c-a5d8-4ef6-b29b-e12a1e28fec5/model-vers/model-ver/d0bd5877-6a23-48e2-acd0-c359b4c0fae4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-06T11:33:43.795Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56058c9c-a5d8-4ef6-b29b-e12a1e28fec5/model-vers/model-ver/d0bd5877-6a23-48e2-acd0-c359b4c0fae4?depth=0|INFO|500||InvokeReturn
2023-05-06T11:33:43.802Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-06T11:33:43.802Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-06T11:33:43.818Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-06T11:33:43.819Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f12d01d1-b770-4d8b-a14a-444f007d1221 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-06T11:33:43.821Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-06T11:33:43.822Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:33:43.822Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:33:43.822Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372823819,
  "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-05-06T11:33:44.855Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:33:52.091Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:33:52.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-06T11:33:52.102Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f12d01d1-b770-4d8b-a14a-444f007d1221",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372823819,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-06T11:33:52.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:34:44.856Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:34:52.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:35:44.858Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:35:52.093Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:29.234Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-06T11:36:29.235Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"2752bba8-ab5f-44e2-9011-4cf560adb7c4","serviceName":"basic_onboard_PIzdtR","serviceVersion":"1.0","serviceUUID":"5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84","serviceDescription":"service","serviceInvariantUUID":"5f67a646-ec3c-4711-a6d5-9387c4022c70","resources":[{"resourceInstanceName":"basic_onboard_PIzdtR 0","resourceName":"basic_onboard_PIzdtR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a6a9ea8-f236-428d-988d-009b1fcef16b","resourceInvariantUUID":"b904baa4-52ac-487b-a74b-09673773db40","resourceCustomizationUUID":"939ed435-deac-4c0c-8511-69a6914132b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vf-license-model.xml","artifactChecksum":"OWM0YzM2ZTYwYjQ1YjAzZmQ2MjNhOGE4YzZlMWRhMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0a862731-7019-4611-933e-ed78386125cd","artifactVersion":"1"},{"artifactName":"basic_onboard_pizdtr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json","artifactChecksum":"MTdlYTc4ZjdhZTU3YTUzNDMxNjhlODNmYzJjYzlmMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6da7afb-2e77-4c78-929a-d5ddfbc205e3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5666d7c1-9199-4ff8-999e-420ff73502d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"165a5354-4486-48fb-be8e-e69c5ca80ccb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eb4e6903-36b7-47d6-837c-b500c1c64ecf","artifactVersion":"2","generatedFromUUID":"5666d7c1-9199-4ff8-999e-420ff73502d1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPizdtr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-template.yml","artifactChecksum":"MjIxMjNiM2YzMTU4YTBmYmM0OTVkMmQ0N2ExNTY4YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"888d6c01-0357-4a51-b859-23f3667ce1e0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPizdtr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar","artifactChecksum":"OWFhNWMzOTFhMzRlNzdkZjFmMjBkYjc0ZjJhOTJhZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f33abd6-2c59-4234-b049-99c48357ebaa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-06T11:36:29.239Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:36:29.239Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:29.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:29.240Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:29.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:36:29.258Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372977044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:36:29.259Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:36:30.241Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:36:30.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:30.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:30.242Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:31.243Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:36:31.243Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:31.243Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:31.244Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:32.244Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:36:32.245Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:32.245Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:32.246Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:33.247Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:36:33.247Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:33.248Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:33.248Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:34.249Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:36:34.250Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:34.250Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:34.250Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:35.251Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:36:35.252Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:35.252Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:35.253Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:36.255Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "serviceName": "basic_onboard_PIzdtR",
  "serviceVersion": "1.0",
  "serviceUUID": "5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5f67a646-ec3c-4711-a6d5-9387c4022c70",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_PIzdtR 0",
      "resourceCustomizationUUID": "939ed435-deac-4c0c-8511-69a6914132b9",
      "resourceName": "basic_onboard_PIzdtR",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5a6a9ea8-f236-428d-988d-009b1fcef16b",
      "resourceInvariantUUID": "b904baa4-52ac-487b-a74b-09673773db40",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_pizdtr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
          "artifactChecksum": "MTdlYTc4ZjdhZTU3YTUzNDMxNjhlODNmYzJjYzlmMjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6da7afb-2e77-4c78-929a-d5ddfbc205e3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5666d7c1-9199-4ff8-999e-420ff73502d1",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "eb4e6903-36b7-47d6-837c-b500c1c64ecf",
            "generatedFromUUID": "5666d7c1-9199-4ff8-999e-420ff73502d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "eb4e6903-36b7-47d6-837c-b500c1c64ecf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPizdtr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
      "artifactChecksum": "OWFhNWMzOTFhMzRlNzdkZjFmMjBkYjc0ZjJhOTJhZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3f33abd6-2c59-4234-b049-99c48357ebaa"
    }
  ],
  "workloadContext": "Production"
}
2023-05-06T11:36:36.256Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-06T11:36:36.256Z|f12d01d1-b770-4d8b-a14a-444f007d1221|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84 ASDC
2023-05-06T11:36:36.257Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2752bba8-ab5f-44e2-9011-4cf560adb7c4
ServiceName:basic_onboard_PIzdtR
ServiceVersion:1.0
ServiceUUID:5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84
ServiceInvariantUUID:5f67a646-ec3c-4711-a6d5-9387c4022c70
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPizdtr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar
ArtifactUUID:3f33abd6-2c59-4234-b049-99c48357ebaa
ArtifactChecksum:OWFhNWMzOTFhMzRlNzdkZjFmMjBkYjc0ZjJhOTJhZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PIzdtR 0
ResourceCustomizationUUID:939ed435-deac-4c0c-8511-69a6914132b9
ResourceInvariantUUID:b904baa4-52ac-487b-a74b-09673773db40
ResourceName:basic_onboard_PIzdtR
ResourceType:VF
ResourceUUID:5a6a9ea8-f236-428d-988d-009b1fcef16b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pizdtr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json
ArtifactUUID:d6da7afb-2e77-4c78-929a-d5ddfbc205e3
ArtifactChecksum:MTdlYTc4ZjdhZTU3YTUzNDMxNjhlODNmYzJjYzlmMjQ=
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/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5666d7c1-9199-4ff8-999e-420ff73502d1
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/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env
ArtifactUUID:eb4e6903-36b7-47d6-837c-b500c1c64ecf
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/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env
ArtifactUUID:eb4e6903-36b7-47d6-837c-b500c1c64ecf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-06T11:36:36.257Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84 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-05-06T11:36:36.331Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T11:36:36.332Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:36:36.332Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:36:36.332Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3f33abd6-2c59-4234-b049-99c48357ebaa from URL: /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:36.333Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:36:36.333Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:36.481Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:36:36.482Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar 3f33abd6-2c59-4234-b049-99c48357ebaa 75640
2023-05-06T11:36:36.483Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar ASDC sendASDCNotification
2023-05-06T11:36:36.483Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:36.483Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:36:36.484Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:36.484Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:36.485Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372996483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:37.486Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T11:36:37.487Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:36:37.487Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3f33abd6-2c59-4234-b049-99c48357ebaa, URL: /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar to file: /app/ASDC/1/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:37.488Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:37.489Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:37.489Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:37.641Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6573598164418773018/Definitions/service-BasicOnboardPizdtr-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-05-06T11:36:38.979Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-06T11:36:38.980Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-06T11:36:38.980Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:38.980Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-06T11:36:38.980Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:38.980Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PIzdtR 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-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:38.980Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:38.980Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:38.980Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:38.980Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:38.980Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:38.980Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-06T11:36:38.980Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.981Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:38.981Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PIzdtR 0 is matching search criteria
2023-05-06T11:36:38.981Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-06T11:36:38.981Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PIzdtR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T11:36:38.981Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.981Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:38.981Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PIzdtR 0 is matching search criteria
2023-05-06T11:36:38.981Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-06T11:36:38.981Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PIzdtR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T11:36:38.981Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.981Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:38.982Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.982Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PIzdtR 0 is not matching search criteria
2023-05-06T11:36:38.982Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-06T11:36:38.982Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-06T11:36:38.982Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-06T11:36:38.982Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-06T11:36:38.982Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-06T11:36:38.983Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.983Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-06T11:36:38.983Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.983Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PIzdtR 0 is matching search criteria
2023-05-06T11:36:38.983Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PIzdtR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:36:38.983Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.983Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PIzdtR 0 is matching search criteria
2023-05-06T11:36:38.983Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PIzdtR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:36:38.983Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.983Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PIzdtR 0 is matching search criteria
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PIzdtR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PIzdtR 0 is not matching search criteria
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=64a24fb9-f52d-4223-bae0-8162c016577a
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:38.984Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:38.985Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_PIzdtR
Description:service
Model UUID:5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84
Model Version:NULL
Model InvariantUuid:5f67a646-ec3c-4711-a6d5-9387c4022c70
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_PIzdtR
Model UUID:b0c5d8d9-e534-4bfe-94b1-12e8dd2b5bab
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b904baa4-52ac-487b-a74b-09673773db40
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:939ed435-deac-4c0c-8511-69a6914132b9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fad0cf84-fd86-4bad-9132-1008f1f3d19f
ModelName:BasicOnboardPizdtr..base_ubuntu18..module-0
ModelUuid:c671f1f8-dd7f-420b-aec2-7be54b5cd634
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:64a24fb9-f52d-4223-bae0-8162c016577a
ModelInvariantUuid:13893b04-2943-4b4c-82ba-3547ee57624c
ModelName:basic_onboard_PIzdtR-nodes.ubuntu18Cvfc
ModelUuid:660eec76-0f8a-4e4e-ba3f-ec64e4c8c11b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f822beb2-691c-4af4-990c-cbe390f58d6e
ModelInvariantUuid:6ce340bf-258b-4853-bd8d-6fc7b446f504
ModelName:BasicOnboardPizdtr.compute.nodes.heat.ubuntu18
ModelUuid:88a3b0d2-91da-49c5-8ca9-c0e07d739f2a
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-05-06T11:36:39.007Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5a6a9ea8-f236-428d-988d-009b1fcef16b
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-05-06T11:36:39.014Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||basic_onboard_PIzdtR 0
2023-05-06T11:36:39.014Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5a6a9ea8-f236-428d-988d-009b1fcef16b
2023-05-06T11:36:39.014Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6da7afb-2e77-4c78-929a-d5ddfbc205e3 from URL: /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json
2023-05-06T11:36:39.015Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:36:39.015Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json
2023-05-06T11:36:39.143Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:36:39.144Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json d6da7afb-2e77-4c78-929a-d5ddfbc205e3 798
2023-05-06T11:36:39.144Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json ASDC sendASDCNotification
2023-05-06T11:36:39.144Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json
2023-05-06T11:36:39.144Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:36:39.144Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:39.145Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:39.145Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372999144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:40.147Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPizdtr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fad0cf84-fd86-4bad-9132-1008f1f3d19f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c671f1f8-dd7f-420b-aec2-7be54b5cd634",
    "vfModuleModelCustomizationUUID": "1789023a-40bd-4d1a-907b-008fd0a68aa6",
    "isBase": true,
    "artifacts": [
      "5666d7c1-9199-4ff8-999e-420ff73502d1",
      "eb4e6903-36b7-47d6-837c-b500c1c64ecf"
    ],
    "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-05-06T11:36:40.157Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPizdtr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c671f1f8-dd7f-420b-aec2-7be54b5cd634
VfModuleModelInvariantUUID:fad0cf84-fd86-4bad-9132-1008f1f3d19f
VfModuleModelDescription:NULL
Artifacts UUID List:{
5666d7c1-9199-4ff8-999e-420ff73502d1
,
eb4e6903-36b7-47d6-837c-b500c1c64ecf

}
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-05-06T11:36:40.163Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPizdtr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fad0cf84-fd86-4bad-9132-1008f1f3d19f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c671f1f8-dd7f-420b-aec2-7be54b5cd634",
    "vfModuleModelCustomizationUUID": "1789023a-40bd-4d1a-907b-008fd0a68aa6",
    "isBase": true,
    "artifacts": [
      "5666d7c1-9199-4ff8-999e-420ff73502d1",
      "eb4e6903-36b7-47d6-837c-b500c1c64ecf"
    ],
    "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-05-06T11:36:40.163Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPizdtr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c671f1f8-dd7f-420b-aec2-7be54b5cd634
VfModuleModelInvariantUUID:fad0cf84-fd86-4bad-9132-1008f1f3d19f
VfModuleModelDescription:NULL
Artifacts UUID List:{
5666d7c1-9199-4ff8-999e-420ff73502d1
,
eb4e6903-36b7-47d6-837c-b500c1c64ecf

}
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-05-06T11:36:40.163Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5666d7c1-9199-4ff8-999e-420ff73502d1 from URL: /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml
2023-05-06T11:36:40.164Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:36:40.164Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml
2023-05-06T11:36:40.281Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:36:40.282Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml 5666d7c1-9199-4ff8-999e-420ff73502d1 5033
2023-05-06T11:36:40.283Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-06T11:36:40.283Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml
2023-05-06T11:36:40.283Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:36:40.284Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:40.284Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:40.284Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373000283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:41.286Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eb4e6903-36b7-47d6-837c-b500c1c64ecf from URL: /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env
2023-05-06T11:36:41.287Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:36:41.287Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env
2023-05-06T11:36:41.398Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:36:41.402Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env eb4e6903-36b7-47d6-837c-b500c1c64ecf 909
2023-05-06T11:36:41.403Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-06T11:36:41.403Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env
2023-05-06T11:36:41.403Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:36:41.404Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:41.404Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:41.404Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373001403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:42.407Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84
2023-05-06T11:36:42.408Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PIzdtR 0 5a6a9ea8-f236-428d-988d-009b1fcef16b 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-05-06T11:36:42.442Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ef0cb6d, org.onap.sdc.toscaparser.api.parameters.Input@f17f236, org.onap.sdc.toscaparser.api.parameters.Input@242b9dc6, org.onap.sdc.toscaparser.api.parameters.Input@55e1395e, org.onap.sdc.toscaparser.api.parameters.Input@4d522b2c]
2023-05-06T11:36:42.446Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.447Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:42.447Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-05-06T11:36:42.447Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 939ed435-deac-4c0c-8511-69a6914132b9
2023-05-06T11:36:42.447Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 939ed435-deac-4c0c-8511-69a6914132b9 matches Tosca VF Customization UUID: 939ed435-deac-4c0c-8511-69a6914132b9
2023-05-06T11:36:42.447Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 939ed435-deac-4c0c-8511-69a6914132b9  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-05-06T11:36:42.452Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.453Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:42.454Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 939ed435-deac-4c0c-8511-69a6914132b9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-06T11:36:42.454Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@592e7319
2023-05-06T11:36:42.454Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.454Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-06T11:36:42.454Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1789023a-40bd-4d1a-907b-008fd0a68aa6
2023-05-06T11:36:42.455Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1789023a-40bd-4d1a-907b-008fd0a68aa6
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-05-06T11:36:42.459Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.460Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PIzdtR 0 is matching search criteria
2023-05-06T11:36:42.460Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PIzdtR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:36:42.460Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.460Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PIzdtR 0 is matching search criteria
2023-05-06T11:36:42.460Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PIzdtR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:36:42.461Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.461Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PIzdtR 0 is not matching search criteria
2023-05-06T11:36:42.461Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-06T11:36:42.461Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-06T11:36:42.461Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=64a24fb9-f52d-4223-bae0-8162c016577a
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-05-06T11:36:42.467Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.468Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PIzdtR 0 is matching search criteria
2023-05-06T11:36:42.468Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PIzdtR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:36:42.469Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.469Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PIzdtR 0 is matching search criteria
2023-05-06T11:36:42.469Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PIzdtR 0] matching following query criteria: sdcType=VF, customizationUUID=939ed435-deac-4c0c-8511-69a6914132b9
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-05-06T11:36:42.474Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.475Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:42.475Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84: basic_onboard_PIzdtR
2023-05-06T11:36:42.475Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.475Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:42.476Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.476Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:42.476Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.476Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:42.477Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.477Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:42.477Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:36:42.477Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PIzdtR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:36:42.478Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_PIzdtR 
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-05-06T11:36:42.744Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PIzdtR 5a6a9ea8-f236-428d-988d-009b1fcef16b 1 ASDC deployResourceStructure
2023-05-06T11:36:42.745Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json ASDC sendASDCNotification
2023-05-06T11:36:42.745Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json
2023-05-06T11:36:42.745Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:36:42.746Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:42.746Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:42.746Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373002745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:43.747Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-06T11:36:43.747Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml
2023-05-06T11:36:43.747Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:36:43.747Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:43.748Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:43.748Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373003747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:44.749Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-06T11:36:44.749Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env
2023-05-06T11:36:44.750Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:36:44.750Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:44.750Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:44.750Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373004749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:45.753Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar ASDC sendASDCNotification
2023-05-06T11:36:45.755Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar
2023-05-06T11:36:45.755Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:36:45.755Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:36:45.756Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:36:45.756Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373005753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:46.758Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:36:46.791Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4
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-05-06T11:36:46.797Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:36:46.797Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:36:46.797Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:36:52.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:36:52.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:36:52.094Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372979721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:36:52.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:36:52.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:36:52.096Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:36:52.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:36:52.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:36:52.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372978067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:36:52.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:36:52.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:36:52.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372980833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:36:52.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:16.798Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:37:16.835Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4
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-05-06T11:37:16.845Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:37:16.846Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:37:16.846Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:37:46.846Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:37:46.880Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4
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-05-06T11:37:46.886Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:37:46.887Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:37:46.887Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:37:52.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:37:52.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372975808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.098Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372977044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.099Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372979721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.099Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372978067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.099Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.100Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372980833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.100Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372975808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.100Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372978067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.100Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372979721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.101Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372977044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.101Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372980833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.101Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.101Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372975808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372978067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372977044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372980833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372979721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.102Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.103Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372975808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.103Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372978067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.103Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372979721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.103Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372980833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.104Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372977044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.104Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.104Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372975808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.105Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372978067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.105Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372977044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.105Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372979721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.106Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.106Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372980833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.106Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372975808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.106Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372978067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.107Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372977044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.107Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372979721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.107Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372944858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.108Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372980833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.108Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683372975808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.108Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372996787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:37:52.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.109Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372996316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:37:52.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.109Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372996323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:37:52.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.109Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372996483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:37:52.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.110Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1683372996659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:37:52.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.110Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683372997321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-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-05-06T11:37:52.137Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2752bba8-ab5f-44e2-9011-4cf560adb7c4
2023-05-06T11:37:52.137Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2752bba8-ab5f-44e2-9011-4cf560adb7c4 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-05-06T11:37:52.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.165Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372997327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:37:52.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.166Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372997910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:37:52.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.166Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683372998328,
  "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-05-06T11:37:52.185Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2752bba8-ab5f-44e2-9011-4cf560adb7c4
2023-05-06T11:37:52.186Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2752bba8-ab5f-44e2-9011-4cf560adb7c4 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-05-06T11:37:52.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.216Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683372999019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:37:52.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.216Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683372999144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:37:52.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.216Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373000032,
  "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-05-06T11:37:52.234Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2752bba8-ab5f-44e2-9011-4cf560adb7c4
2023-05-06T11:37:52.234Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2752bba8-ab5f-44e2-9011-4cf560adb7c4 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-05-06T11:37:52.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.257Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373000283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:37:52.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.258Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373001036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-06T11:37:52.258Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.258Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373001403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:37:52.258Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.258Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373002021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.258Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.258Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373002745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-06T11:37:52.259Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.259Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373003036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:37:52.259Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.259Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373002021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/basic_onboard_pizdtr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.259Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.259Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373003747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-05-06T11:37:52.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.260Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373004039,
  "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-05-06T11:37:52.278Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2752bba8-ab5f-44e2-9011-4cf560adb7c4
2023-05-06T11:37:52.278Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2752bba8-ab5f-44e2-9011-4cf560adb7c4 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-05-06T11:37:52.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.304Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373002021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.305Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.305Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373004749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-05-06T11:37:52.305Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.305Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373002021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.305Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.305Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373005753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:37:52.305Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.305Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373002021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/resourceInstances/basic_onboard_pizdtr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.306Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.306Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373002021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:37:52.306Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.306Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373002021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:37:52.306Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.306Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373009860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:37:52.306Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:37:52.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:37:52.307Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373011968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPizdtr/1.0/artifacts/service-BasicOnboardPizdtr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:37:52.307Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:38:16.888Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:38:16.915Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4
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-05-06T11:38:16.920Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:38:16.921Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-06T11:38:16.921Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:38:16.921Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:38:46.921Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:38:46.952Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4
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-05-06T11:38:46.959Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:38:46.959Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-06T11:38:46.959Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:38:46.959Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:38:52.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:38:52.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:38:52.093Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373012974,
  "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-05-06T11:38:52.115Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2752bba8-ab5f-44e2-9011-4cf560adb7c4
2023-05-06T11:38:52.115Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2752bba8-ab5f-44e2-9011-4cf560adb7c4 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-05-06T11:39:16.959Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:39:16.992Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4
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-05-06T11:39:17.000Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:39:17.001Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-06T11:39:17.001Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-06T11:39:17.001Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-06T11:39:17.001Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:39:17.001Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:39:17.002Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:39:17.002Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:39:17.002Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:39:17.002Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-06T11:39:17.016Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-06T11:39:47.017Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4 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-05-06T11:39:47.031Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2752bba8-ab5f-44e2-9011-4cf560adb7c4 and serviceModelVersionId: 5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84
2023-05-06T11:39:47.031Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f67a646-ec3c-4711-a6d5-9387c4022c70
2023-05-06T11:39:47.032Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f67a646-ec3c-4711-a6d5-9387c4022c70/model-vers/model-ver/5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84?depth=0
2023-05-06T11:39:47.040Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-06T11:39:47.124Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f67a646-ec3c-4711-a6d5-9387c4022c70/model-vers/model-ver/5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84?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-05-06T11:39:47.125Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f67a646-ec3c-4711-a6d5-9387c4022c70/model-vers/model-ver/5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84?depth=0|INFO|500||Invoke
2023-05-06T11:39:47.138Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f67a646-ec3c-4711-a6d5-9387c4022c70/model-vers/model-ver/5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-06T11:39:47.349Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f67a646-ec3c-4711-a6d5-9387c4022c70/model-vers/model-ver/5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84?depth=0|INFO|500||InvokeReturn
2023-05-06T11:39:47.350Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f67a646-ec3c-4711-a6d5-9387c4022c70/model-vers/model-ver/5ba0b268-77c1-4ffc-a01c-b1ac6fc92b84?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 11:39:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[205], vertex-id=[213224], x-aai-txid=[0-aai-resources-230506-11:39:47:149-51873], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-06T11:39:47.350Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-05-06T11:39:47.351Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-06T11:39:47.351Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-06T11:39:47.364Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-06T11:39:47.364Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2752bba8-ab5f-44e2-9011-4cf560adb7c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-06T11:39:47.365Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-06T11:39:47.365Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:39:47.365Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:39:47.365Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373187364,
  "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-05-06T11:39:48.400Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:39:52.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:39:52.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:39:52.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2752bba8-ab5f-44e2-9011-4cf560adb7c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373187364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-06T11:39:52.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:40:18.389Z||kafka-producer-network-thread | SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-13708c0b-926f-4fd2-b1ab-4c6c428b1798] Node 1 disconnected.
2023-05-06T11:40:48.402Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:40:52.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:41:48.402Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:41:52.093Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:42:48.403Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:42:52.094Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:43:48.405Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:43:52.095Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:44:48.406Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:44:52.097Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:45:48.407Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:45:52.097Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:46:15.494Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-06T11:46:15.495Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"19a3f207-82b1-4e4f-b73f-5712a65e5c23","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c7547e2-126c-4f5b-aa19-1d8b8127de5d","serviceDescription":"service","serviceInvariantUUID":"3449be66-7f34-4306-a807-4df67c350ea2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e2d60a86-6790-432f-9bb6-56bbe34ba649","resourceInvariantUUID":"4035fdc4-97f4-4fa0-a647-14a0572ba955","resourceCustomizationUUID":"4c359e30-fb0f-4a90-a98e-c46e450a3b1e","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":"NTIyZTY4NDVkZjRkMjhjOGFhZjFlMzZjOTliYzJhNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"04cf10bc-f2f1-4e97-b111-76afb1115124","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGM4MjMyZWI0NWZjMjRlMzQyNWU4ZjMzYTRlOTQyNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3688d7ee-6828-408b-8e74-b614d3ffc225","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-06T11:46:15.502Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:46:15.502Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:46:15.502Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:46:15.502Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373548407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:46:15.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:46:15.525Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373556607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:46:15.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:46:16.510Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:46:16.511Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:46:16.511Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:46:16.511Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373548407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:46:17.514Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c7547e2-126c-4f5b-aa19-1d8b8127de5d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3449be66-7f34-4306-a807-4df67c350ea2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c359e30-fb0f-4a90-a98e-c46e450a3b1e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e2d60a86-6790-432f-9bb6-56bbe34ba649",
      "resourceInvariantUUID": "4035fdc4-97f4-4fa0-a647-14a0572ba955",
      "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": "MGM4MjMyZWI0NWZjMjRlMzQyNWU4ZjMzYTRlOTQyNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3688d7ee-6828-408b-8e74-b614d3ffc225"
    }
  ],
  "workloadContext": "Production"
}
2023-05-06T11:46:17.514Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-06T11:46:17.514Z|2752bba8-ab5f-44e2-9011-4cf560adb7c4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c7547e2-126c-4f5b-aa19-1d8b8127de5d ASDC
2023-05-06T11:46:17.514Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:19a3f207-82b1-4e4f-b73f-5712a65e5c23
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c7547e2-126c-4f5b-aa19-1d8b8127de5d
ServiceInvariantUUID:3449be66-7f34-4306-a807-4df67c350ea2
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:3688d7ee-6828-408b-8e74-b614d3ffc225
ArtifactChecksum:MGM4MjMyZWI0NWZjMjRlMzQyNWU4ZjMzYTRlOTQyNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c359e30-fb0f-4a90-a98e-c46e450a3b1e
ResourceInvariantUUID:4035fdc4-97f4-4fa0-a647-14a0572ba955
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e2d60a86-6790-432f-9bb6-56bbe34ba649
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-05-06T11:46:17.514Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c7547e2-126c-4f5b-aa19-1d8b8127de5d 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-05-06T11:46:17.585Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T11:46:17.586Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:46:17.586Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:46:17.586Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3688d7ee-6828-408b-8e74-b614d3ffc225 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-06T11:46:17.586Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:46:17.586Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-06T11:46:17.732Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:46:17.735Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3688d7ee-6828-408b-8e74-b614d3ffc225 57786
2023-05-06T11:46:17.735Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-06T11:46:17.735Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-06T11:46:17.735Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:46:17.736Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:46:17.736Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:46:17.736Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373577735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:46:18.738Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T11:46:18.739Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:46:18.739Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3688d7ee-6828-408b-8e74-b614d3ffc225, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-06T11:46:18.739Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-05-06T11:46:18.740Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-06T11:46:18.741Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-06T11:46:18.889Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP819632006968841672/Definitions/service-BasicNetwork-template.yml
2023-05-06T11:46:19.337Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-06T11:46:19.337Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.338Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.339Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.339Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.339Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.339Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.339Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.339Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.339Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0c7547e2-126c-4f5b-aa19-1d8b8127de5d
Model Version:NULL
Model InvariantUuid:3449be66-7f34-4306-a807-4df67c350ea2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4035fdc4-97f4-4fa0-a647-14a0572ba955
Model UUID:142bcc89-abb5-4b7a-a1c8-3bb201231b3f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c359e30-fb0f-4a90-a98e-c46e450a3b1e
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-05-06T11:46:19.361Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: e2d60a86-6790-432f-9bb6-56bbe34ba649
2023-05-06T11:46:19.361Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||No resources found for Service: 0c7547e2-126c-4f5b-aa19-1d8b8127de5d
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-05-06T11:46:19.368Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||
2023-05-06T11:46:19.368Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-05-06T11:46:19.368Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 0c7547e2-126c-4f5b-aa19-1d8b8127de5d
2023-05-06T11:46:19.369Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0c7547e2-126c-4f5b-aa19-1d8b8127de5d
2023-05-06T11:46:19.369Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-05-06T11:46:19.369Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-06T11:46:19.382Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35ee873a, org.onap.sdc.toscaparser.api.parameters.Input@707f9eb2, org.onap.sdc.toscaparser.api.parameters.Input@3ff3d85, org.onap.sdc.toscaparser.api.parameters.Input@6072b426, org.onap.sdc.toscaparser.api.parameters.Input@21642845]
2023-05-06T11:46:19.385Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.386Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.386Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.386Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.387Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0c7547e2-126c-4f5b-aa19-1d8b8127de5d: Generic NeutronNet
2023-05-06T11:46:19.387Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.387Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.387Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.387Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-05-06T11:46:19.431Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.432Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.432Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.432Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.433Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:46:19.433Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:46:19.433Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-06T11:46:19.548Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-05-06T11:46:19.548Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-06T11:46:19.548Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-06T11:46:19.548Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:46:19.548Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:46:19.548Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:46:19.548Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373579548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:46:20.549Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19a3f207-82b1-4e4f-b73f-5712a65e5c23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:46:20.579Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19a3f207-82b1-4e4f-b73f-5712a65e5c23
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-05-06T11:46:20.588Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:46:20.588Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:46:20.588Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:46:50.589Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19a3f207-82b1-4e4f-b73f-5712a65e5c23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:46:50.620Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19a3f207-82b1-4e4f-b73f-5712a65e5c23
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-05-06T11:46:50.626Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:46:50.626Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:46:50.626Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:46:52.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:46:52.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:46:52.094Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373572057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:46:52.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:46:52.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:46:52.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373569342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:46:52.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:46:52.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:46:52.096Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373548407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:46:52.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:46:52.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:46:52.096Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373538332,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:46:52.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:20.626Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19a3f207-82b1-4e4f-b73f-5712a65e5c23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:47:20.657Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19a3f207-82b1-4e4f-b73f-5712a65e5c23
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-05-06T11:47:20.663Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:47:20.663Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:47:20.664Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:47:50.665Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19a3f207-82b1-4e4f-b73f-5712a65e5c23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:47:50.700Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19a3f207-82b1-4e4f-b73f-5712a65e5c23
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-05-06T11:47:50.705Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:47:50.706Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:47:50.706Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:47:52.092Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:47:52.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373572021,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:47:52.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.096Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373572057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:47:52.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.096Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373556607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:47:52.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373569342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373548407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373538332,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373572021,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.098Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373577576,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:47:52.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.098Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373577735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:47:52.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.098Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373577578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:47:52.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.098Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373578483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:47:52.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.099Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373578580,
  "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-05-06T11:47:52.121Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19a3f207-82b1-4e4f-b73f-5712a65e5c23
2023-05-06T11:47:52.122Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19a3f207-82b1-4e4f-b73f-5712a65e5c23 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-05-06T11:47:52.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.152Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373578581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:47:52.152Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.152Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373579548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:47:52.152Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.152Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373579721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:47:52.152Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.153Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373579583,
  "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-05-06T11:47:52.169Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19a3f207-82b1-4e4f-b73f-5712a65e5c23
2023-05-06T11:47:52.169Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19a3f207-82b1-4e4f-b73f-5712a65e5c23 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-05-06T11:47:52.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.211Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373580043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:47:52.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.211Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373579721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:47:52.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.211Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373581047,
  "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-05-06T11:47:52.225Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19a3f207-82b1-4e4f-b73f-5712a65e5c23
2023-05-06T11:47:52.226Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19a3f207-82b1-4e4f-b73f-5712a65e5c23 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-05-06T11:47:52.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.256Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373581858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:47:52.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.257Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373585496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:47:52.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:47:52.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:47:52.257Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373586500,
  "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-05-06T11:47:52.272Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19a3f207-82b1-4e4f-b73f-5712a65e5c23
2023-05-06T11:47:52.272Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19a3f207-82b1-4e4f-b73f-5712a65e5c23 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-05-06T11:48:20.708Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19a3f207-82b1-4e4f-b73f-5712a65e5c23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:48:20.738Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19a3f207-82b1-4e4f-b73f-5712a65e5c23
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-05-06T11:48:20.748Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:48:20.748Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-06T11:48:20.748Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-06T11:48:20.749Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-06T11:48:20.749Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:48:20.749Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:48:20.749Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:48:20.749Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:48:20.749Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:48:20.749Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-06T11:48:20.771Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-06T11:48:50.771Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19a3f207-82b1-4e4f-b73f-5712a65e5c23 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-05-06T11:48:50.782Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19a3f207-82b1-4e4f-b73f-5712a65e5c23 and serviceModelVersionId: 0c7547e2-126c-4f5b-aa19-1d8b8127de5d
2023-05-06T11:48:50.783Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3449be66-7f34-4306-a807-4df67c350ea2
2023-05-06T11:48:50.784Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3449be66-7f34-4306-a807-4df67c350ea2/model-vers/model-ver/0c7547e2-126c-4f5b-aa19-1d8b8127de5d?depth=0
2023-05-06T11:48:50.793Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-06T11:48:50.866Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3449be66-7f34-4306-a807-4df67c350ea2/model-vers/model-ver/0c7547e2-126c-4f5b-aa19-1d8b8127de5d?depth=0|INFO|500||Invoke
2023-05-06T11:48:50.866Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3449be66-7f34-4306-a807-4df67c350ea2/model-vers/model-ver/0c7547e2-126c-4f5b-aa19-1d8b8127de5d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3449be66-7f34-4306-a807-4df67c350ea2/model-vers/model-ver/0c7547e2-126c-4f5b-aa19-1d8b8127de5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19a3f207-82b1-4e4f-b73f-5712a65e5c23], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1b7cf42-362e-40c7-af6c-0c92ecc0dd04], X-ECOMP-RequestID=[19a3f207-82b1-4e4f-b73f-5712a65e5c23], X-TransactionId=[], X-ONAP-RequestID=[19a3f207-82b1-4e4f-b73f-5712a65e5c23], Content-Type=[application/merge-patch+json]}
2023-05-06T11:48:50.879Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3449be66-7f34-4306-a807-4df67c350ea2/model-vers/model-ver/0c7547e2-126c-4f5b-aa19-1d8b8127de5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-06T11:48:51.059Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3449be66-7f34-4306-a807-4df67c350ea2/model-vers/model-ver/0c7547e2-126c-4f5b-aa19-1d8b8127de5d?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/3449be66-7f34-4306-a807-4df67c350ea2/model-vers/model-ver/0c7547e2-126c-4f5b-aa19-1d8b8127de5d?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 11:48:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[176], vertex-id=[168048], x-aai-txid=[2-aai-resources-230506-11:48:50:896-41279], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-06T11:48:51.059Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3449be66-7f34-4306-a807-4df67c350ea2/model-vers/model-ver/0c7547e2-126c-4f5b-aa19-1d8b8127de5d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-06T11:48:51.060Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3449be66-7f34-4306-a807-4df67c350ea2/model-vers/model-ver/0c7547e2-126c-4f5b-aa19-1d8b8127de5d?depth=0|INFO|500||InvokeReturn
2023-05-06T11:48:51.060Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-06T11:48:51.060Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-06T11:48:51.072Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-06T11:48:51.072Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19a3f207-82b1-4e4f-b73f-5712a65e5c23 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-06T11:48:51.072Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-06T11:48:51.073Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:48:51.073Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:48:51.073Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373731072,
  "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-05-06T11:48:52.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:48:52.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373639721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.098Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373640586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.099Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373637834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.099Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373639584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.100Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373657832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.100Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373639584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.101Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373640586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.101Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373637834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-06T11:48:52.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.101Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373657832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.102Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373639721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.102Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373640586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-06T11:48:52.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.103Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373639584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.103Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373639721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.103Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373637834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-06T11:48:52.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.104Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373657832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.104Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373640586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.105Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373637834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.105Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373657832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.105Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373639721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.105Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373639584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.106Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373640586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.106Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373637834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-06T11:48:52.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.106Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373639584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.107Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373657832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.107Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373639721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.107Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:48:52.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.107Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373662021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.107Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373640586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.108Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373637834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.108Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373657832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.108Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373639721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.109Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373639584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.109Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373662021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.110Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373640586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:48:52.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.110Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373639584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:48:52.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.111Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373637834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:48:52.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.111Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373639721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:48:52.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.112Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373657832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.112Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373662021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.112Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373665547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:48:52.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.113Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.113Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"18285b63-a499-43d6-9519-7670a4896050","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2cac7801-19e9-4491-baa8-e38f27b4c45d","serviceDescription":"service","serviceInvariantUUID":"19645456-85e8-4458-8d76-1dd7038b5f37","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"809f54fc-c799-4810-baab-46f21988ab8c","resourceInvariantUUID":"fee59da9-1bcc-483a-adab-4776c13f196b","resourceCustomizationUUID":"abf8655f-4454-423f-aabd-11eb39623b87","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":"NjcwZWI4MWY5MDA1YzI1N2YxM2Y2ZjRhYzRkNmVjZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dab689c2-8214-4990-adcd-9bd00c825ddd","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":"MWE4MDI2NDY3ODI0MzMzYzc0ODQ5MGIxODcxNTMzZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c32e0167-0d08-4af9-9cbb-1ac64bede4a2","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":"c8055385-dc0e-4fdb-859a-a9ef57fb0cc6","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":"c038904f-b2c0-4230-a7d7-4fb9e6a4e2d6","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":"c6c7f602-9604-4b21-8148-c09117072b82","artifactVersion":"2","generatedFromUUID":"c8055385-dc0e-4fdb-859a-a9ef57fb0cc6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzFlYzRjNWVmMmUyZTkwYWY2YjIyNDEyZmQ5NGUxMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d98b1a0-a8d8-4d80-ac9e-1b2a73b7e3ee","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2NiNDM0MmViY2VlZWZkZTFiZDI2ZWJkNTdhZGZjMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"29d68f15-634a-4c18-8f05-c5e4dccd8713","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-06T11:48:52.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.113Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373665069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:48:52.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.114Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373665081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:48:52.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.114Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:48:52.114Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373665408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:48:52.115Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:48:52.115Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:48:52.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.115Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "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-05-06T11:48:52.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.115Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373662021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.115Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373666073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:48:52.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.116Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373666088,
  "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-05-06T11:48:52.165Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 18285b63-a499-43d6-9519-7670a4896050
2023-05-06T11:48:52.165Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18285b63-a499-43d6-9519-7670a4896050 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-05-06T11:48:52.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.193Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373666673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:48:52.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.194Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373662021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.195Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373667075,
  "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-05-06T11:48:52.213Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18285b63-a499-43d6-9519-7670a4896050
2023-05-06T11:48:52.213Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18285b63-a499-43d6-9519-7670a4896050 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-05-06T11:48:52.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.240Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373667789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:48:52.240Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.240Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373662021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:48:52.241Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.241Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373668795,
  "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-05-06T11:48:52.258Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18285b63-a499-43d6-9519-7670a4896050
2023-05-06T11:48:52.259Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18285b63-a499-43d6-9519-7670a4896050 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-05-06T11:48:52.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.278Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373662021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:48:52.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.279Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373669796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-06T11:48:52.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.280Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373669864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:48:52.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.280Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373671956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:48:52.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:52.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:48:52.280Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373672114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:48:52.281Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:48:53.116Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:48:53.116Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:48:53.116Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:48:53.117Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "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-05-06T11:48:54.117Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:48:54.118Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:48:54.118Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:48:54.118Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "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-05-06T11:48:55.120Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:48:55.121Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:48:55.121Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:48:55.121Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "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-05-06T11:48:56.122Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:48:56.123Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:48:56.123Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:48:56.123Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "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-05-06T11:48:57.124Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:48:57.124Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:48:57.124Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:48:57.125Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:48:58.125Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:48:58.126Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:48:58.126Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:48:58.126Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:48:59.128Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "2cac7801-19e9-4491-baa8-e38f27b4c45d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "19645456-85e8-4458-8d76-1dd7038b5f37",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "abf8655f-4454-423f-aabd-11eb39623b87",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "809f54fc-c799-4810-baab-46f21988ab8c",
      "resourceInvariantUUID": "fee59da9-1bcc-483a-adab-4776c13f196b",
      "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": "MWE4MDI2NDY3ODI0MzMzYzc0ODQ5MGIxODcxNTMzZDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c32e0167-0d08-4af9-9cbb-1ac64bede4a2",
          "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": "c8055385-dc0e-4fdb-859a-a9ef57fb0cc6",
          "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": "c6c7f602-9604-4b21-8148-c09117072b82",
            "generatedFromUUID": "c8055385-dc0e-4fdb-859a-a9ef57fb0cc6"
          },
          "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": "c6c7f602-9604-4b21-8148-c09117072b82",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "M2NiNDM0MmViY2VlZWZkZTFiZDI2ZWJkNTdhZGZjMDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "29d68f15-634a-4c18-8f05-c5e4dccd8713"
    }
  ],
  "workloadContext": "Production"
}
2023-05-06T11:48:59.128Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-06T11:48:59.129Z|19a3f207-82b1-4e4f-b73f-5712a65e5c23|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2cac7801-19e9-4491-baa8-e38f27b4c45d ASDC
2023-05-06T11:48:59.129Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:18285b63-a499-43d6-9519-7670a4896050
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2cac7801-19e9-4491-baa8-e38f27b4c45d
ServiceInvariantUUID:19645456-85e8-4458-8d76-1dd7038b5f37
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:29d68f15-634a-4c18-8f05-c5e4dccd8713
ArtifactChecksum:M2NiNDM0MmViY2VlZWZkZTFiZDI2ZWJkNTdhZGZjMDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:abf8655f-4454-423f-aabd-11eb39623b87
ResourceInvariantUUID:fee59da9-1bcc-483a-adab-4776c13f196b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:809f54fc-c799-4810-baab-46f21988ab8c
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:c32e0167-0d08-4af9-9cbb-1ac64bede4a2
ArtifactChecksum:MWE4MDI2NDY3ODI0MzMzYzc0ODQ5MGIxODcxNTMzZDg=
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:c8055385-dc0e-4fdb-859a-a9ef57fb0cc6
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:c6c7f602-9604-4b21-8148-c09117072b82
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:c6c7f602-9604-4b21-8148-c09117072b82
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-06T11:48:59.129Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2cac7801-19e9-4491-baa8-e38f27b4c45d 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-05-06T11:48:59.219Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T11:48:59.220Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:48:59.220Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:48:59.220Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 29d68f15-634a-4c18-8f05-c5e4dccd8713 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-06T11:48:59.220Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:48:59.221Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-06T11:48:59.371Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:48:59.374Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 29d68f15-634a-4c18-8f05-c5e4dccd8713 75173
2023-05-06T11:48:59.374Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-06T11:48:59.375Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-06T11:48:59.375Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:48:59.375Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:48:59.375Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:48:59.376Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373739374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:49:00.377Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T11:49:00.377Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:49:00.378Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 29d68f15-634a-4c18-8f05-c5e4dccd8713, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-06T11:49:00.378Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-05-06T11:49:00.379Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-06T11:49:00.379Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-05-06T11:49:00.615Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12444374907709231587/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-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.763Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-06T11:49:01.764Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-06T11:49:01.765Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-06T11:49:01.766Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=adb2b002-266c-49ee-9da7-dea2d54e7036
2023-05-06T11:49:01.766Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.766Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:01.766Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.766Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:01.766Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.766Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:01.766Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:01.766Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:01.766Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:2cac7801-19e9-4491-baa8-e38f27b4c45d
Model Version:NULL
Model InvariantUuid:19645456-85e8-4458-8d76-1dd7038b5f37
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:2db14efe-35df-48b3-8be1-41d684ba18ed
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fee59da9-1bcc-483a-adab-4776c13f196b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:abf8655f-4454-423f-aabd-11eb39623b87
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d4a81356-7db6-4cf1-8de3-cf35725b761c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:69a928f6-ffd9-40b1-bfea-6533a2b300a2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:adb2b002-266c-49ee-9da7-dea2d54e7036
ModelInvariantUuid:3887936e-4456-46fc-b433-df6719062f37
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:702042fa-8049-4a9a-ae99-12653e4a271b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2e821b21-3585-4f09-ab94-70fc275ca7fe
ModelInvariantUuid:873d2445-0b2c-4487-aa0c-8d66675e7fd4
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:b79f6b18-79c7-4b74-903f-35448cb03dae
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-05-06T11:49:01.792Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 809f54fc-c799-4810-baab-46f21988ab8c
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-05-06T11:49:01.801Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||basic_vm 0
2023-05-06T11:49:01.801Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 809f54fc-c799-4810-baab-46f21988ab8c
2023-05-06T11:49:01.801Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c32e0167-0d08-4af9-9cbb-1ac64bede4a2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-06T11:49:01.801Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:49:01.801Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-06T11:49:01.957Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:49:01.958Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c32e0167-0d08-4af9-9cbb-1ac64bede4a2 787
2023-05-06T11:49:01.958Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-05-06T11:49:01.959Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-06T11:49:01.959Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:49:01.959Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:49:01.959Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:49:01.959Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373741958,
  "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-05-06T11:49:02.960Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d4a81356-7db6-4cf1-8de3-cf35725b761c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "69a928f6-ffd9-40b1-bfea-6533a2b300a2",
    "vfModuleModelCustomizationUUID": "1cd8e946-cb80-4c1a-96e0-109ffda842a1",
    "isBase": true,
    "artifacts": [
      "c8055385-dc0e-4fdb-859a-a9ef57fb0cc6",
      "c6c7f602-9604-4b21-8148-c09117072b82"
    ],
    "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-05-06T11:49:02.966Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:69a928f6-ffd9-40b1-bfea-6533a2b300a2
VfModuleModelInvariantUUID:d4a81356-7db6-4cf1-8de3-cf35725b761c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8055385-dc0e-4fdb-859a-a9ef57fb0cc6
,
c6c7f602-9604-4b21-8148-c09117072b82

}
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-05-06T11:49:02.970Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d4a81356-7db6-4cf1-8de3-cf35725b761c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "69a928f6-ffd9-40b1-bfea-6533a2b300a2",
    "vfModuleModelCustomizationUUID": "1cd8e946-cb80-4c1a-96e0-109ffda842a1",
    "isBase": true,
    "artifacts": [
      "c8055385-dc0e-4fdb-859a-a9ef57fb0cc6",
      "c6c7f602-9604-4b21-8148-c09117072b82"
    ],
    "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-05-06T11:49:02.971Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:69a928f6-ffd9-40b1-bfea-6533a2b300a2
VfModuleModelInvariantUUID:d4a81356-7db6-4cf1-8de3-cf35725b761c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8055385-dc0e-4fdb-859a-a9ef57fb0cc6
,
c6c7f602-9604-4b21-8148-c09117072b82

}
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-05-06T11:49:02.971Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c8055385-dc0e-4fdb-859a-a9ef57fb0cc6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-06T11:49:02.971Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:49:02.971Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-06T11:49:03.102Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:49:03.103Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c8055385-dc0e-4fdb-859a-a9ef57fb0cc6 5033
2023-05-06T11:49:03.104Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-06T11:49:03.104Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-06T11:49:03.104Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:49:03.104Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:49:03.104Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:49:03.104Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373743104,
  "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-05-06T11:49:04.106Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c6c7f602-9604-4b21-8148-c09117072b82 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-06T11:49:04.106Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:49:04.106Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-06T11:49:04.228Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:49:04.229Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c6c7f602-9604-4b21-8148-c09117072b82 903
2023-05-06T11:49:04.229Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-06T11:49:04.229Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-06T11:49:04.229Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:49:04.229Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:49:04.229Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:49:04.229Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373744229,
  "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-05-06T11:49:05.232Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2cac7801-19e9-4491-baa8-e38f27b4c45d
2023-05-06T11:49:05.232Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 809f54fc-c799-4810-baab-46f21988ab8c 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-05-06T11:49:05.265Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@613968e2, org.onap.sdc.toscaparser.api.parameters.Input@183cb174, org.onap.sdc.toscaparser.api.parameters.Input@7dbee969, org.onap.sdc.toscaparser.api.parameters.Input@13e5f6f6, org.onap.sdc.toscaparser.api.parameters.Input@39b1e210]
2023-05-06T11:49:05.268Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.268Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:05.268Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-05-06T11:49:05.269Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= abf8655f-4454-423f-aabd-11eb39623b87
2023-05-06T11:49:05.269Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: abf8655f-4454-423f-aabd-11eb39623b87 matches Tosca VF Customization UUID: abf8655f-4454-423f-aabd-11eb39623b87
2023-05-06T11:49:05.269Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: abf8655f-4454-423f-aabd-11eb39623b87  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-05-06T11:49:05.274Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.274Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:05.275Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id abf8655f-4454-423f-aabd-11eb39623b87: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-06T11:49:05.276Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@726a1264
2023-05-06T11:49:05.276Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.276Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-06T11:49:05.277Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1cd8e946-cb80-4c1a-96e0-109ffda842a1
2023-05-06T11:49:05.277Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1cd8e946-cb80-4c1a-96e0-109ffda842a1
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-05-06T11:49:05.283Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.283Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-06T11:49:05.284Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:49:05.284Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.284Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-06T11:49:05.284Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:49:05.285Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.285Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-06T11:49:05.285Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-06T11:49:05.285Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-06T11:49:05.285Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=adb2b002-266c-49ee-9da7-dea2d54e7036
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-05-06T11:49:05.290Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.291Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-06T11:49:05.291Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T11:49:05.291Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.292Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-06T11:49:05.292Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=abf8655f-4454-423f-aabd-11eb39623b87
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-05-06T11:49:05.297Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.297Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:05.297Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2cac7801-19e9-4491-baa8-e38f27b4c45d: basic_vm
2023-05-06T11:49:05.298Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.298Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:05.298Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.298Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:05.298Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.299Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:05.303Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.303Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:05.304Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:49:05.304Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:49:05.306Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-06T11:49:05.508Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 809f54fc-c799-4810-baab-46f21988ab8c 1 ASDC deployResourceStructure
2023-05-06T11:49:05.509Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-05-06T11:49:05.509Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-06T11:49:05.509Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:49:05.510Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:49:05.510Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:49:05.510Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373745509,
  "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-05-06T11:49:06.512Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-05-06T11:49:06.513Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-06T11:49:06.513Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:49:06.514Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:49:06.514Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:49:06.515Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373746512,
  "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-05-06T11:49:07.516Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-05-06T11:49:07.517Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-06T11:49:07.518Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:49:07.518Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:49:07.519Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:49:07.519Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373747516,
  "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-05-06T11:49:08.521Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-06T11:49:08.522Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-06T11:49:08.522Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:49:08.523Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:49:08.523Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:49:08.523Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373748521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:49:09.526Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18285b63-a499-43d6-9519-7670a4896050
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:49:09.556Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18285b63-a499-43d6-9519-7670a4896050
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-05-06T11:49:09.562Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:49:09.563Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:49:09.563Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:49:39.564Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18285b63-a499-43d6-9519-7670a4896050
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:49:39.595Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18285b63-a499-43d6-9519-7670a4896050
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-05-06T11:49:39.601Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:49:39.602Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T11:49:39.602Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T11:49:52.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:49:52.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373672959,
  "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-05-06T11:49:52.120Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 18285b63-a499-43d6-9519-7670a4896050
2023-05-06T11:49:52.121Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18285b63-a499-43d6-9519-7670a4896050 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-05-06T11:49:52.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.148Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373673118,
  "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-05-06T11:49:52.167Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 18285b63-a499-43d6-9519-7670a4896050
2023-05-06T11:49:52.167Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18285b63-a499-43d6-9519-7670a4896050 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-05-06T11:49:52.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.198Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373668076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.198Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373675797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.198Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373673962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.198Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373670800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.199Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373667090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.200Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373675797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.200Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373673962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.200Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373668076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.202Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.202Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373667090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.202Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.202Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373670800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.203Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373668076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.203Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373675797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.203Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373673962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.203Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373670800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373667090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373668076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373673962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373675797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.205Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373670800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.205Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373667090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.205Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373668076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.205Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373675797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.206Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.206Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373673962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.206Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.206Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373667090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.206Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.206Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373670800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.207Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373668076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.207Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373673962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.207Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373675797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-05-06T11:49:52.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.208Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373670800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.208Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.208Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373667090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.208Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.208Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373668076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.208Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.209Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373673962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.210Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.210Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373675797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.210Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.210Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373670800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.210Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.210Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373667090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.211Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373668076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:49:52.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.211Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373675797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.211Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373673962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:49:52.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.212Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683373670800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:49:52.212Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.212Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373667090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:49:52.215Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.216Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373692021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373692830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373692837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373693159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373693342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373692021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373693833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:49:52.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.218Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683373693842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-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-05-06T11:49:52.266Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7bee9cc-04eb-42a6-81a6-24d6c232a200
2023-05-06T11:49:52.267Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7bee9cc-04eb-42a6-81a6-24d6c232a200 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-05-06T11:49:52.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.294Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373694605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-05-06T11:49:52.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.294Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373692021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.295Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683373694835,
  "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-05-06T11:49:52.317Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7bee9cc-04eb-42a6-81a6-24d6c232a200
2023-05-06T11:49:52.318Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7bee9cc-04eb-42a6-81a6-24d6c232a200 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-05-06T11:49:52.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.350Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683373695607,
  "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-05-06T11:49:52.370Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e7bee9cc-04eb-42a6-81a6-24d6c232a200
2023-05-06T11:49:52.370Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7bee9cc-04eb-42a6-81a6-24d6c232a200 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-05-06T11:49:52.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.395Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373692021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.395Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373692021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.395Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373697311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:49:52.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.396Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373692021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.396Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "aai-model-loader",
  "timestamp": 1683373698313,
  "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-05-06T11:49:52.414Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7bee9cc-04eb-42a6-81a6-24d6c232a200
2023-05-06T11:49:52.415Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7bee9cc-04eb-42a6-81a6-24d6c232a200 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-05-06T11:49:52.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.448Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373692021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:49:52.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.448Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373692021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:49:52.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373700855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:49:52.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.450Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373702644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:49:52.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:49:52.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.450Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683373703654,
  "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-05-06T11:49:52.467Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7bee9cc-04eb-42a6-81a6-24d6c232a200
2023-05-06T11:49:52.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7bee9cc-04eb-42a6-81a6-24d6c232a200 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-05-06T11:49:52.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-06T11:49:52.497Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "19a3f207-82b1-4e4f-b73f-5712a65e5c23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373731072,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-06T11:49:52.497Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:09.603Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18285b63-a499-43d6-9519-7670a4896050
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:50:09.635Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18285b63-a499-43d6-9519-7670a4896050
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-05-06T11:50:09.642Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:50:09.643Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-06T11:50:09.643Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-06T11:50:09.643Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-06T11:50:09.643Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:50:09.643Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:50:09.643Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:50:09.644Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:50:09.644Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:50:09.644Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-06T11:50:09.659Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-06T11:50:39.660Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 18285b63-a499-43d6-9519-7670a4896050 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-05-06T11:50:39.676Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 18285b63-a499-43d6-9519-7670a4896050 and serviceModelVersionId: 2cac7801-19e9-4491-baa8-e38f27b4c45d
2023-05-06T11:50:39.677Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 19645456-85e8-4458-8d76-1dd7038b5f37
2023-05-06T11:50:39.678Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/19645456-85e8-4458-8d76-1dd7038b5f37/model-vers/model-ver/2cac7801-19e9-4491-baa8-e38f27b4c45d?depth=0
2023-05-06T11:50:39.688Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-06T11:50:39.748Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/19645456-85e8-4458-8d76-1dd7038b5f37/model-vers/model-ver/2cac7801-19e9-4491-baa8-e38f27b4c45d?depth=0|INFO|500||Invoke
2023-05-06T11:50:39.748Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/19645456-85e8-4458-8d76-1dd7038b5f37/model-vers/model-ver/2cac7801-19e9-4491-baa8-e38f27b4c45d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/19645456-85e8-4458-8d76-1dd7038b5f37/model-vers/model-ver/2cac7801-19e9-4491-baa8-e38f27b4c45d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[18285b63-a499-43d6-9519-7670a4896050], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d92dcde-46a1-4133-844d-1ae66c359ece], X-ECOMP-RequestID=[18285b63-a499-43d6-9519-7670a4896050], X-TransactionId=[], X-ONAP-RequestID=[18285b63-a499-43d6-9519-7670a4896050], Content-Type=[application/merge-patch+json]}
2023-05-06T11:50:39.756Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/19645456-85e8-4458-8d76-1dd7038b5f37/model-vers/model-ver/2cac7801-19e9-4491-baa8-e38f27b4c45d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-06T11:50:39.953Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/19645456-85e8-4458-8d76-1dd7038b5f37/model-vers/model-ver/2cac7801-19e9-4491-baa8-e38f27b4c45d?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/19645456-85e8-4458-8d76-1dd7038b5f37/model-vers/model-ver/2cac7801-19e9-4491-baa8-e38f27b4c45d?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 11:50:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[169], vertex-id=[204864], x-aai-txid=[1-aai-resources-230506-11:50:39:769-30698], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-06T11:50:39.953Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/19645456-85e8-4458-8d76-1dd7038b5f37/model-vers/model-ver/2cac7801-19e9-4491-baa8-e38f27b4c45d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-06T11:50:39.954Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/19645456-85e8-4458-8d76-1dd7038b5f37/model-vers/model-ver/2cac7801-19e9-4491-baa8-e38f27b4c45d?depth=0|INFO|500||InvokeReturn
2023-05-06T11:50:39.955Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-06T11:50:39.955Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-06T11:50:39.967Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-06T11:50:39.968Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 18285b63-a499-43d6-9519-7670a4896050 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-06T11:50:39.969Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-06T11:50:39.969Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:50:39.969Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:50:39.970Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373839968,
  "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-05-06T11:50:41.005Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-06T11:50:41.005Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"e7bee9cc-04eb-42a6-81a6-24d6c232a200","serviceName":"Demo_pNF_5gWU7CAczaQ4R5SPCxgO","serviceVersion":"1.0","serviceUUID":"a2945ce3-69f6-4486-b682-b542791b9b63","serviceDescription":"catalog service description","serviceInvariantUUID":"0b107d4f-5d98-4f10-8765-628ac90a3706","resources":[{"resourceInstanceName":"pNF 3de01be4-a35d 0","resourceName":"pNF 3de01be4-a35d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"549a7a82-1fc3-400b-81b9-a78a259e6a68","resourceInvariantUUID":"38cf3fb3-84af-458f-83ea-cd5d26135cd3","resourceCustomizationUUID":"9924ad9b-3a60-48fd-b435-3c0de762e9cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vf-license-model.xml","artifactChecksum":"MWY0ZWVjMWQwMzgxMWE0MzYxODQzMTJhYzgyMzFlNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5aa330c-fb3b-4f37-b63f-298f1eb294c0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/pNF.csar","artifactChecksum":"ZGMyYTI3OTUwYjAxYjY4OWQ1NTFmMzkzZDI1MjhhM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70a2ed1d-3d2d-4873-801a-ee2eef88780f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53611c8b-948a-4104-8620-e3c291359d17","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2U5NTYzMTY2ZDhjYjY3MGQ1N2QxN2Y5MmNlMzgwMmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"12179808-5eb5-4b51-9739-1b0051d24860","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9fdc3db2-064c-46ca-a2d8-47529e7f48dd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d71e461d-05b2-49c9-9388-ce50d7dbde31","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5gwu7caczaq4r5spcxgo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-template.yml","artifactChecksum":"ZTUzNWQwNWI0NzUwNzNiNDkxY2JhYjkzODczOTA0MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2730cc32-3f18-4f01-9743-e1c1c32edcc6","artifactVersion":"1"},{"artifactName":"service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar","artifactChecksum":"Mzg4MTE5ZWRlOTZhZGFjZTkzYWI2YTZlYTIxZDg2NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc423071-d34b-4f1a-90e0-b4f45ba5f102","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-06T11:50:41.005Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:50:41.006Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:50:41.006Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:50:41.006Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:50:42.008Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:50:42.008Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:50:42.009Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:50:42.009Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:50:43.010Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:50:43.011Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:50:43.011Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:50:43.011Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:50:44.012Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:50:44.012Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:50:44.013Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:50:44.014Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:50:45.014Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:50:45.015Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:50:45.015Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:50:45.015Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:50:46.016Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:50:46.017Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:50:46.017Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:50:46.017Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:50:47.018Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:50:47.018Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:50:47.019Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:50:47.019Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:50:48.020Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T11:50:48.021Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:50:48.021Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:50:48.021Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:50:49.022Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "serviceName": "Demo_pNF_5gWU7CAczaQ4R5SPCxgO",
  "serviceVersion": "1.0",
  "serviceUUID": "a2945ce3-69f6-4486-b682-b542791b9b63",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0b107d4f-5d98-4f10-8765-628ac90a3706",
  "resources": [
    {
      "resourceInstanceName": "pNF 3de01be4-a35d 0",
      "resourceCustomizationUUID": "9924ad9b-3a60-48fd-b435-3c0de762e9cc",
      "resourceName": "pNF 3de01be4-a35d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "549a7a82-1fc3-400b-81b9-a78a259e6a68",
      "resourceInvariantUUID": "38cf3fb3-84af-458f-83ea-cd5d26135cd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
      "artifactChecksum": "Mzg4MTE5ZWRlOTZhZGFjZTkzYWI2YTZlYTIxZDg2NWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc423071-d34b-4f1a-90e0-b4f45ba5f102"
    }
  ],
  "workloadContext": "Production"
}
2023-05-06T11:50:49.022Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-06T11:50:49.022Z|18285b63-a499-43d6-9519-7670a4896050|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a2945ce3-69f6-4486-b682-b542791b9b63 ASDC
2023-05-06T11:50:49.023Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e7bee9cc-04eb-42a6-81a6-24d6c232a200
ServiceName:Demo_pNF_5gWU7CAczaQ4R5SPCxgO
ServiceVersion:1.0
ServiceUUID:a2945ce3-69f6-4486-b682-b542791b9b63
ServiceInvariantUUID:0b107d4f-5d98-4f10-8765-628ac90a3706
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
ArtifactUUID:fc423071-d34b-4f1a-90e0-b4f45ba5f102
ArtifactChecksum:Mzg4MTE5ZWRlOTZhZGFjZTkzYWI2YTZlYTIxZDg2NWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3de01be4-a35d 0
ResourceCustomizationUUID:9924ad9b-3a60-48fd-b435-3c0de762e9cc
ResourceInvariantUUID:38cf3fb3-84af-458f-83ea-cd5d26135cd3
ResourceName:pNF 3de01be4-a35d
ResourceType:PNF
ResourceUUID:549a7a82-1fc3-400b-81b9-a78a259e6a68
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-05-06T11:50:49.023Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2945ce3-69f6-4486-b682-b542791b9b63 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-05-06T11:50:49.093Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T11:50:49.094Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:50:49.094Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:50:49.094Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fc423071-d34b-4f1a-90e0-b4f45ba5f102 from URL: /sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:49.094Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-06T11:50:49.094Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:49.204Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-06T11:50:49.206Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar fc423071-d34b-4f1a-90e0-b4f45ba5f102 88002
2023-05-06T11:50:49.207Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar ASDC sendASDCNotification
2023-05-06T11:50:49.207Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:49.207Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T11:50:49.207Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:50:49.207Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:50:49.207Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373849207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:50:50.208Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T11:50:50.209Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-06T11:50:50.209Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fc423071-d34b-4f1a-90e0-b4f45ba5f102, URL: /sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar to file: /app/ASDC/1/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:50.209Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:50.210Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:50.210Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:50.339Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP142859774352230966/Definitions/service-DemoPnf5gwu7caczaq4r5spcxgo-template.yml
2023-05-06T11:50:51.042Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-06T11:50:51.044Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-06T11:50:51.045Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:51.045Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-06T11:50:51.045Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3de01be4-a35d 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-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:51.045Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:51.046Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:51.046Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:51.046Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:51.047Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:51.047Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:51.047Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-06T11:50:51.048Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:50:51.048Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_5gWU7CAczaQ4R5SPCxgO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:50:51.048Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Node template pNF 3de01be4-a35d 0 is matching search criteria
2023-05-06T11:50:51.049Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-06T11:50:51.049Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3de01be4-a35d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T11:50:51.049Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:50:51.049Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_5gWU7CAczaQ4R5SPCxgO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:50:51.050Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Node template pNF 3de01be4-a35d 0 is matching search criteria
2023-05-06T11:50:51.050Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-06T11:50:51.051Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3de01be4-a35d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T11:50:51.051Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:50:51.052Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_5gWU7CAczaQ4R5SPCxgO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:50:51.052Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:50:51.053Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_5gWU7CAczaQ4R5SPCxgO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:50:51.053Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:50:51.054Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_5gWU7CAczaQ4R5SPCxgO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:50:51.054Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:50:51.055Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_5gWU7CAczaQ4R5SPCxgO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:50:51.056Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:50:51.057Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_5gWU7CAczaQ4R5SPCxgO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:50:51.057Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5gWU7CAczaQ4R5SPCxgO
Description:catalog service description
Model UUID:a2945ce3-69f6-4486-b682-b542791b9b63
Model Version:NULL
Model InvariantUuid:0b107d4f-5d98-4f10-8765-628ac90a3706
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-05-06T11:50:51.073Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 549a7a82-1fc3-400b-81b9-a78a259e6a68
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-05-06T11:50:51.080Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||pNF 3de01be4-a35d 0
2023-05-06T11:50:51.081Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 549a7a82-1fc3-400b-81b9-a78a259e6a68
2023-05-06T11:50:51.081Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||No resources found for Service: a2945ce3-69f6-4486-b682-b542791b9b63
2023-05-06T11:50:51.082Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a2945ce3-69f6-4486-b682-b542791b9b63
2023-05-06T11:50:51.082Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3de01be4-a35d 0 549a7a82-1fc3-400b-81b9-a78a259e6a68 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-05-06T11:50:51.093Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f1dbad2, org.onap.sdc.toscaparser.api.parameters.Input@3e2332b6, org.onap.sdc.toscaparser.api.parameters.Input@b586c95, org.onap.sdc.toscaparser.api.parameters.Input@79aa62a3, org.onap.sdc.toscaparser.api.parameters.Input@6b739c6e]
2023-05-06T11:50:51.093Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:50:51.094Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_5gWU7CAczaQ4R5SPCxgO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:50:51.094Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a2945ce3-69f6-4486-b682-b542791b9b63: pNF 3de01be4-a35d
2023-05-06T11:50:51.094Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Processing PNF resource: 549a7a82-1fc3-400b-81b9-a78a259e6a68
2023-05-06T11:50:51.094Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T11:50:51.095Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_5gWU7CAczaQ4R5SPCxgO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T11:50:51.095Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Resource customization UUID: 9924ad9b-3a60-48fd-b435-3c0de762e9cc is the same as notified resource customizationUUID: 9924ad9b-3a60-48fd-b435-3c0de762e9cc
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-05-06T11:50:51.748Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3de01be4-a35d 549a7a82-1fc3-400b-81b9-a78a259e6a68 0 ASDC deployResourceStructure
2023-05-06T11:50:51.749Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar ASDC sendASDCNotification
2023-05-06T11:50:51.749Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar
2023-05-06T11:50:51.750Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T11:50:51.750Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:50:51.751Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:50:51.751Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373851749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:50:52.091Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:50:52.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.094Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:50:52.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.094Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-06T11:50:52.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.095Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-06T11:50:52.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.095Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:50:52.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.095Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-06T11:50:52.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.096Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:50:52.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.096Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:50:52.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.096Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373739374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:50:52.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.097Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373741958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:50:52.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.097Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373743104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373744229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373745509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373746512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373747516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-06T11:50:52.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T11:50:52.099Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373748521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:50:52.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:50:52.752Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7bee9cc-04eb-42a6-81a6-24d6c232a200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T11:50:52.780Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7bee9cc-04eb-42a6-81a6-24d6c232a200
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-05-06T11:50:52.787Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T11:50:52.787Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-06T11:50:52.787Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-06T11:50:52.787Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-06T11:50:52.787Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:50:52.787Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:50:52.787Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:50:52.788Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:50:52.788Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:50:52.788Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T11:50:52.788Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-06T11:50:52.806Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-06T11:51:22.806Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7bee9cc-04eb-42a6-81a6-24d6c232a200 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-05-06T11:51:23.551Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7bee9cc-04eb-42a6-81a6-24d6c232a200 and serviceModelVersionId: a2945ce3-69f6-4486-b682-b542791b9b63
2023-05-06T11:51:23.551Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b107d4f-5d98-4f10-8765-628ac90a3706
2023-05-06T11:51:23.552Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b107d4f-5d98-4f10-8765-628ac90a3706/model-vers/model-ver/a2945ce3-69f6-4486-b682-b542791b9b63?depth=0
2023-05-06T11:51:23.559Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-06T11:51:23.620Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b107d4f-5d98-4f10-8765-628ac90a3706/model-vers/model-ver/a2945ce3-69f6-4486-b682-b542791b9b63?depth=0|INFO|500||Invoke
2023-05-06T11:51:23.620Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b107d4f-5d98-4f10-8765-628ac90a3706/model-vers/model-ver/a2945ce3-69f6-4486-b682-b542791b9b63?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b107d4f-5d98-4f10-8765-628ac90a3706/model-vers/model-ver/a2945ce3-69f6-4486-b682-b542791b9b63?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e7bee9cc-04eb-42a6-81a6-24d6c232a200], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c89df03-fb5c-4c49-b413-95a591436306], X-ECOMP-RequestID=[e7bee9cc-04eb-42a6-81a6-24d6c232a200], X-TransactionId=[], X-ONAP-RequestID=[e7bee9cc-04eb-42a6-81a6-24d6c232a200], Content-Type=[application/merge-patch+json]}
2023-05-06T11:51:23.629Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b107d4f-5d98-4f10-8765-628ac90a3706/model-vers/model-ver/a2945ce3-69f6-4486-b682-b542791b9b63?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-06T11:51:23.837Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b107d4f-5d98-4f10-8765-628ac90a3706/model-vers/model-ver/a2945ce3-69f6-4486-b682-b542791b9b63?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/0b107d4f-5d98-4f10-8765-628ac90a3706/model-vers/model-ver/a2945ce3-69f6-4486-b682-b542791b9b63?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 11:51:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[189], vertex-id=[250048], x-aai-txid=[0-aai-resources-230506-11:51:23:638-66030], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-06T11:51:23.837Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b107d4f-5d98-4f10-8765-628ac90a3706/model-vers/model-ver/a2945ce3-69f6-4486-b682-b542791b9b63?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-06T11:51:23.837Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b107d4f-5d98-4f10-8765-628ac90a3706/model-vers/model-ver/a2945ce3-69f6-4486-b682-b542791b9b63?depth=0|INFO|500||InvokeReturn
2023-05-06T11:51:23.837Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-06T11:51:23.837Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-06T11:51:23.864Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-06T11:51:23.866Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7bee9cc-04eb-42a6-81a6-24d6c232a200 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-06T11:51:23.866Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-06T11:51:23.866Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-06T11:51:23.866Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T11:51:23.867Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373883866,
  "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-05-06T11:51:24.902Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:51:52.091Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:51:52.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T11:51:52.094Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "18285b63-a499-43d6-9519-7670a4896050",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373839968,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-06T11:51:52.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:51:52.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T11:51:52.095Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:51:52.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:51:52.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T11:51:52.095Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:51:52.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:51:52.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T11:51:52.095Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:51:52.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:51:52.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T11:51:52.096Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:51:52.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:51:52.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T11:51:52.096Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:51:52.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:51:52.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T11:51:52.096Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/resourceInstances/pnf3de01be4a35d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:51:52.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:51:52.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T11:51:52.097Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T11:51:52.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:51:52.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T11:51:52.097Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373732107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T11:51:52.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:51:52.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T11:51:52.097Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373849207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T11:51:52.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:51:52.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T11:51:52.098Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373851749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5gwu7caczaq4r5spcxgo/1.0/artifacts/service-DemoPnf5gwu7caczaq4r5spcxgo-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T11:51:52.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:52:24.903Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:52:52.091Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:52:52.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T11:52:52.093Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7bee9cc-04eb-42a6-81a6-24d6c232a200",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683373883866,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-06T11:52:52.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T11:53:24.904Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:53:52.091Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:54:24.904Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:54:52.091Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:55:24.905Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:55:52.093Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:56:24.906Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:56:52.094Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:57:24.907Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:57:52.094Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:58:24.908Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:58:52.096Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T11:59:24.909Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T11:59:52.098Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:00:24.910Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:00:45.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-06T12:00:45.837Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"4322ca22-556a-40ec-a8eb-48218194fd10","serviceName":"Demo_pNF_39g1X0q58tltjbuXg9ul","serviceVersion":"1.0","serviceUUID":"35cb6aa1-7a92-4a51-bd5d-e81d88854aa6","serviceDescription":"catalog service description","serviceInvariantUUID":"828a2252-0b5b-423a-8a06-67157b3219da","resources":[{"resourceInstanceName":"pNF 98ad0bc3-7ece 0","resourceName":"pNF 98ad0bc3-7ece","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b4cef401-6c55-46f5-b4d0-0219f7d74772","resourceInvariantUUID":"e536c16a-4124-4b26-9f55-c27e1e81ce0f","resourceCustomizationUUID":"4d4ee74a-65a8-40ea-b253-35bc9c1a6a83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vf-license-model.xml","artifactChecksum":"OTg0NzVhMjFiNGFkMWQxNzllMGYxNmVlNGM1M2M5MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"babbde2b-95f5-484e-a98b-b05894f0e96d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/pNF.csar","artifactChecksum":"ZGMyYTI3OTUwYjAxYjY4OWQ1NTFmMzkzZDI1MjhhM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a2214b7-a902-4405-9942-d90f702d0b9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f820903-981b-47f3-b687-88f4b24e8f7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmY4ODMzMTNiOGE1MGY4ODI0OTY3NmM5MGY2YzBiMTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14396355-e252-486a-9ac3-6f6310ed1357","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f71657ad-314c-44ae-9f87-469d7eccdb0e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"024754dd-2b64-4fa3-9222-f801adb9c2e9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf39g1x0q58tltjbuxg9ul-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-template.yml","artifactChecksum":"NTk3OWY2ZDk4YjU0ZWRlODYxY2E2ODg3ZjkxY2E5M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"20b5c5b5-a142-4c8e-92ae-509fd089fb39","artifactVersion":"1"},{"artifactName":"service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar","artifactChecksum":"ZDhkOWY5ZWU0MTNiYjdkNzQ3MGQxMWM2ZWMwOTI5ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94a655da-3ba2-44a8-874a-e46e238285df","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-06T12:00:45.839Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:00:45.839Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:00:45.839Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:00:45.840Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:00:45.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:00:45.868Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:00:45.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:00:46.846Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:00:46.847Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:00:46.847Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:00:46.847Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:00:47.848Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:00:47.848Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:00:47.848Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:00:47.848Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:00:48.849Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:00:48.850Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:00:48.850Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:00:48.850Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:00:49.851Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:00:49.851Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:00:49.852Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:00:49.852Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:00:50.853Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:00:50.853Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:00:50.854Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:00:50.854Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:00:51.855Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:00:51.856Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:00:51.856Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:00:51.856Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:00:52.091Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:00:52.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:00:52.093Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683374415855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:00:52.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:00:52.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:00:52.094Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683374436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:00:52.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:00:52.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:00:52.095Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683374443209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:00:52.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:00:52.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:00:52.095Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374414854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:00:52.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:00:52.857Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:00:52.857Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:00:52.857Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:00:52.857Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:00:53.858Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "serviceName": "Demo_pNF_39g1X0q58tltjbuXg9ul",
  "serviceVersion": "1.0",
  "serviceUUID": "35cb6aa1-7a92-4a51-bd5d-e81d88854aa6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "828a2252-0b5b-423a-8a06-67157b3219da",
  "resources": [
    {
      "resourceInstanceName": "pNF 98ad0bc3-7ece 0",
      "resourceCustomizationUUID": "4d4ee74a-65a8-40ea-b253-35bc9c1a6a83",
      "resourceName": "pNF 98ad0bc3-7ece",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b4cef401-6c55-46f5-b4d0-0219f7d74772",
      "resourceInvariantUUID": "e536c16a-4124-4b26-9f55-c27e1e81ce0f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
      "artifactChecksum": "ZDhkOWY5ZWU0MTNiYjdkNzQ3MGQxMWM2ZWMwOTI5ZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "94a655da-3ba2-44a8-874a-e46e238285df"
    }
  ],
  "workloadContext": "Production"
}
2023-05-06T12:00:53.859Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-06T12:00:53.859Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 35cb6aa1-7a92-4a51-bd5d-e81d88854aa6 ASDC
2023-05-06T12:00:53.859Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4322ca22-556a-40ec-a8eb-48218194fd10
ServiceName:Demo_pNF_39g1X0q58tltjbuXg9ul
ServiceVersion:1.0
ServiceUUID:35cb6aa1-7a92-4a51-bd5d-e81d88854aa6
ServiceInvariantUUID:828a2252-0b5b-423a-8a06-67157b3219da
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
ArtifactUUID:94a655da-3ba2-44a8-874a-e46e238285df
ArtifactChecksum:ZDhkOWY5ZWU0MTNiYjdkNzQ3MGQxMWM2ZWMwOTI5ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 98ad0bc3-7ece 0
ResourceCustomizationUUID:4d4ee74a-65a8-40ea-b253-35bc9c1a6a83
ResourceInvariantUUID:e536c16a-4124-4b26-9f55-c27e1e81ce0f
ResourceName:pNF 98ad0bc3-7ece
ResourceType:PNF
ResourceUUID:b4cef401-6c55-46f5-b4d0-0219f7d74772
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-05-06T12:00:53.859Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35cb6aa1-7a92-4a51-bd5d-e81d88854aa6 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-05-06T12:00:53.933Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T12:00:53.934Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-06T12:00:53.934Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-06T12:00:53.934Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 94a655da-3ba2-44a8-874a-e46e238285df from URL: /sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:53.934Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-06T12:00:53.934Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:54.068Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-06T12:00:54.072Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar 94a655da-3ba2-44a8-874a-e46e238285df 87968
2023-05-06T12:00:54.072Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar ASDC sendASDCNotification
2023-05-06T12:00:54.073Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:54.073Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T12:00:54.073Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:00:54.073Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:00:54.073Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374454072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:00:55.074Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T12:00:55.074Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-06T12:00:55.075Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 94a655da-3ba2-44a8-874a-e46e238285df, URL: /sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar to file: /app/ASDC/1/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.075Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.075Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.075Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.186Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1234563606419331871/Definitions/service-DemoPnf39g1x0q58tltjbuxg9ul-template.yml
2023-05-06T12:00:55.805Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-06T12:00:55.805Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-05-06T12:00:55.805Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.805Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-06T12:00:55.805Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||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-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.805Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.805Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||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-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.806Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.806Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.806Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.806Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 98ad0bc3-7ece 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-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.806Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-05-06T12:00:55.806Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:00:55.806Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_39g1X0q58tltjbuXg9ul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:00:55.806Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Node template pNF 98ad0bc3-7ece 0 is matching search criteria
2023-05-06T12:00:55.806Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-05-06T12:00:55.806Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 98ad0bc3-7ece 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T12:00:55.806Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:00:55.806Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_39g1X0q58tltjbuXg9ul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Node template pNF 98ad0bc3-7ece 0 is matching search criteria
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 98ad0bc3-7ece 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_39g1X0q58tltjbuXg9ul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_39g1X0q58tltjbuXg9ul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_39g1X0q58tltjbuXg9ul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_39g1X0q58tltjbuXg9ul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_39g1X0q58tltjbuXg9ul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:00:55.807Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_39g1X0q58tltjbuXg9ul
Description:catalog service description
Model UUID:35cb6aa1-7a92-4a51-bd5d-e81d88854aa6
Model Version:NULL
Model InvariantUuid:828a2252-0b5b-423a-8a06-67157b3219da
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-05-06T12:00:55.822Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: b4cef401-6c55-46f5-b4d0-0219f7d74772
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-05-06T12:00:55.829Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||pNF 98ad0bc3-7ece 0
2023-05-06T12:00:55.830Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b4cef401-6c55-46f5-b4d0-0219f7d74772
2023-05-06T12:00:55.830Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 35cb6aa1-7a92-4a51-bd5d-e81d88854aa6
2023-05-06T12:00:55.830Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 35cb6aa1-7a92-4a51-bd5d-e81d88854aa6
2023-05-06T12:00:55.831Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 98ad0bc3-7ece 0 b4cef401-6c55-46f5-b4d0-0219f7d74772 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-05-06T12:00:55.846Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b68fa7a, org.onap.sdc.toscaparser.api.parameters.Input@3d048543, org.onap.sdc.toscaparser.api.parameters.Input@278cd6ee, org.onap.sdc.toscaparser.api.parameters.Input@33dc9290, org.onap.sdc.toscaparser.api.parameters.Input@3feb15bb]
2023-05-06T12:00:55.846Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:00:55.847Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_39g1X0q58tltjbuXg9ul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:00:55.848Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 35cb6aa1-7a92-4a51-bd5d-e81d88854aa6: pNF 98ad0bc3-7ece
2023-05-06T12:00:55.848Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Processing PNF resource: b4cef401-6c55-46f5-b4d0-0219f7d74772
2023-05-06T12:00:55.848Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:00:55.848Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_39g1X0q58tltjbuXg9ul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:00:55.849Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Resource customization UUID: 4d4ee74a-65a8-40ea-b253-35bc9c1a6a83 is the same as notified resource customizationUUID: 4d4ee74a-65a8-40ea-b253-35bc9c1a6a83
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-05-06T12:00:55.945Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 98ad0bc3-7ece b4cef401-6c55-46f5-b4d0-0219f7d74772 0 ASDC deployResourceStructure
2023-05-06T12:00:55.946Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar ASDC sendASDCNotification
2023-05-06T12:00:55.946Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar
2023-05-06T12:00:55.946Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T12:00:55.947Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:00:55.947Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:00:55.947Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374455946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:00:56.948Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4322ca22-556a-40ec-a8eb-48218194fd10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T12:00:56.979Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4322ca22-556a-40ec-a8eb-48218194fd10
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-05-06T12:00:56.985Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T12:00:56.986Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T12:00:56.986Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T12:01:26.987Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4322ca22-556a-40ec-a8eb-48218194fd10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T12:01:27.017Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4322ca22-556a-40ec-a8eb-48218194fd10
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-05-06T12:01:27.023Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T12:01:27.023Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T12:01:27.023Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T12:01:52.091Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:01:52.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.094Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683374442021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.094Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683374436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.094Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683374415855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.095Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.095Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683374443209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.095Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374414854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.095Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683374442021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.096Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683374436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.096Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.097Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683374415855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.097Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683374443209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.097Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374414854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.098Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683374442021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.098Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683374436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.098Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.098Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683374443209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.099Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683374415855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.099Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374414854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.099Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "aai-model-loader",
  "timestamp": 1683374449721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.099Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683374442021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.100Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683374436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.100Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.100Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683374443209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.100Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374414854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683374415855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "aai-model-loader",
  "timestamp": 1683374449721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683374442021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683374436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-05-06T12:01:52.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.102Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.102Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683374415855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.102Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683374443209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.102Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374414854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.103Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "aai-model-loader",
  "timestamp": 1683374449721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.103Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683374442021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.103Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683374436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374414854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683374415855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:52.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:01:52.105Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683374443209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:01:52.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:01:57.023Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4322ca22-556a-40ec-a8eb-48218194fd10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T12:01:57.056Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4322ca22-556a-40ec-a8eb-48218194fd10
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-05-06T12:01:57.062Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T12:01:57.063Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T12:01:57.063Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T12:02:27.063Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4322ca22-556a-40ec-a8eb-48218194fd10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T12:02:27.091Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4322ca22-556a-40ec-a8eb-48218194fd10
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-05-06T12:02:27.097Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T12:02:27.097Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T12:02:27.097Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T12:02:52.091Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:02:52.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.095Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "aai-model-loader",
  "timestamp": 1683374449721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:02:52.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.096Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683374442021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:02:52.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.096Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683374436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:02:52.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.096Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374424910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:02:52.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.097Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374414854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:02:52.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.097Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683374415855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:02:52.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.097Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683374443209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:02:52.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.098Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "aai-model-loader",
  "timestamp": 1683374449721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:02:52.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.098Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683374442021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:02:52.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.098Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683374454330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:02:52.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.098Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374453829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:02:52.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.099Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683374453830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:02:52.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.099Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374454072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:02:52.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.099Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "aai-model-loader",
  "timestamp": 1683374449721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:02:52.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.100Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683374454878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:02:52.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.100Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683374454835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T12:02:52.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.100Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374454834,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-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-05-06T12:02:52.124Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4322ca22-556a-40ec-a8eb-48218194fd10
2023-05-06T12:02:52.125Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4322ca22-556a-40ec-a8eb-48218194fd10 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-05-06T12:02:52.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.149Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683374455356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/resourceInstances/pnf98ad0bc37ece0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-05-06T12:02:52.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.150Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "aai-model-loader",
  "timestamp": 1683374449721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:02:52.150Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.150Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374455946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T12:02:52.150Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.150Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683374455836,
  "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-05-06T12:02:52.165Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4322ca22-556a-40ec-a8eb-48218194fd10
2023-05-06T12:02:52.166Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4322ca22-556a-40ec-a8eb-48218194fd10 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-05-06T12:02:52.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.193Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683374456358,
  "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-05-06T12:02:52.223Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4322ca22-556a-40ec-a8eb-48218194fd10
2023-05-06T12:02:52.223Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4322ca22-556a-40ec-a8eb-48218194fd10 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-05-06T12:02:52.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.285Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "aai-model-loader",
  "timestamp": 1683374449721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:02:52.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.286Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683374456777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T12:02:52.286Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.286Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683374457781,
  "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-05-06T12:02:52.300Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4322ca22-556a-40ec-a8eb-48218194fd10
2023-05-06T12:02:52.301Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4322ca22-556a-40ec-a8eb-48218194fd10 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-05-06T12:02:52.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.328Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "aai-model-loader",
  "timestamp": 1683374457886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:02:52.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.328Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "aai-model-loader",
  "timestamp": 1683374462323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf39g1x0q58tltjbuxg9ul/1.0/artifacts/service-DemoPnf39g1x0q58tltjbuxg9ul-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T12:02:52.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:02:52.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-06T12:02:52.328Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "aai-model-loader",
  "timestamp": 1683374463325,
  "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-05-06T12:02:52.344Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4322ca22-556a-40ec-a8eb-48218194fd10
2023-05-06T12:02:52.345Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4322ca22-556a-40ec-a8eb-48218194fd10 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-05-06T12:02:57.098Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4322ca22-556a-40ec-a8eb-48218194fd10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T12:02:57.133Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4322ca22-556a-40ec-a8eb-48218194fd10
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-05-06T12:02:57.140Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T12:02:57.140Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-06T12:02:57.140Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-06T12:02:57.141Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-06T12:02:57.141Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:02:57.142Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:02:57.142Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:02:57.142Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:02:57.143Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:02:57.143Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:02:57.143Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-06T12:02:57.163Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-06T12:03:27.164Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4322ca22-556a-40ec-a8eb-48218194fd10 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-05-06T12:03:27.179Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4322ca22-556a-40ec-a8eb-48218194fd10 and serviceModelVersionId: 35cb6aa1-7a92-4a51-bd5d-e81d88854aa6
2023-05-06T12:03:27.179Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 828a2252-0b5b-423a-8a06-67157b3219da
2023-05-06T12:03:27.180Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/828a2252-0b5b-423a-8a06-67157b3219da/model-vers/model-ver/35cb6aa1-7a92-4a51-bd5d-e81d88854aa6?depth=0
2023-05-06T12:03:27.188Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-05-06T12:03:27.250Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/828a2252-0b5b-423a-8a06-67157b3219da/model-vers/model-ver/35cb6aa1-7a92-4a51-bd5d-e81d88854aa6?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-05-06T12:03:27.252Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/828a2252-0b5b-423a-8a06-67157b3219da/model-vers/model-ver/35cb6aa1-7a92-4a51-bd5d-e81d88854aa6?depth=0|INFO|500||Invoke
2023-05-06T12:03:27.262Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/828a2252-0b5b-423a-8a06-67157b3219da/model-vers/model-ver/35cb6aa1-7a92-4a51-bd5d-e81d88854aa6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-06T12:03:27.433Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/828a2252-0b5b-423a-8a06-67157b3219da/model-vers/model-ver/35cb6aa1-7a92-4a51-bd5d-e81d88854aa6?depth=0|INFO|500||InvokeReturn
2023-05-06T12:03:27.434Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/828a2252-0b5b-423a-8a06-67157b3219da/model-vers/model-ver/35cb6aa1-7a92-4a51-bd5d-e81d88854aa6?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 12:03:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[204800], x-aai-txid=[1-aai-resources-230506-12:03:27:272-27108], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-06T12:03:27.434Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-05-06T12:03:27.435Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-06T12:03:27.435Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-06T12:03:27.447Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-06T12:03:27.449Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4322ca22-556a-40ec-a8eb-48218194fd10 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-06T12:03:27.449Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-06T12:03:27.450Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:03:27.450Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:03:27.450Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374607449,
  "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-05-06T12:03:28.483Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:03:52.091Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:03:52.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:03:52.100Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4322ca22-556a-40ec-a8eb-48218194fd10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683374607449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-06T12:03:52.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:04:28.484Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:04:52.091Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:05:28.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:05:52.092Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:06:28.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:06:52.094Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:07:28.488Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:07:52.096Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:08:28.490Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:08:52.097Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:09:28.491Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:09:52.099Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:10:28.492Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:10:52.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:10:55.588Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-06T12:10:55.588Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"4636724d-7e3c-4f53-b79f-36fb53061b50","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"ba5e8e28-8225-4ee0-9ca2-86c196dc959c","serviceDescription":"service","serviceInvariantUUID":"2462fb83-b529-4baf-bad9-4a5af9dccabf","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"741c5231-8711-46ed-a6a0-baf10f9175e9","resourceInvariantUUID":"cf7e1998-ec98-4861-866d-802397edc039","resourceCustomizationUUID":"0b6fde26-e931-437c-a92d-5ce133957d31","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":"NmRkOGJmZTdiNzA4MjYwNDZhMjE3NzJjMTE4ODZkZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"514f7617-6cdb-4ee9-99f7-a4dc320a5d61","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":"ZmU3ODUyNjBiYmE3ZWZhZmJlYjA0M2NkYmRjMDMwMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"49215380-91d6-4998-bb00-a997ab0a5384","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":"109c4102-96d5-4970-979b-aeeb5b2c5683","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":"67d2f8e1-bd2f-449e-9aaa-9fc4c58de34b","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":"7c66ad36-95ea-43f7-85e9-87e1436a803b","artifactVersion":"2","generatedFromUUID":"0f066986-6b4f-4788-9acc-7001e079f224"},{"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":"54b9e272-df66-4fdc-8988-a72b2c52e06e","artifactVersion":"2","generatedFromUUID":"109c4102-96d5-4970-979b-aeeb5b2c5683"},{"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":"0f066986-6b4f-4788-9acc-7001e079f224","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":"66a8868a-4cea-4d71-92e0-63c15ad2c181","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":"MjI3ODUzZDJjZTI4Y2JjMDg1YjM4ZjJiOTQyMjNkZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d682c27-1e3d-41a4-9afb-6c21bf8ab8e2","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzhjNWUxMDRlODVkNjc5OTNlOWVhODI3ZDA1N2Q0MmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c9e4d12-0ad5-4403-99f4-704da673f6fc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-06T12:10:55.591Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:10:55.591Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:10:55.591Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:10:55.591Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "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-05-06T12:10:55.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:10:55.616Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375049721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:10:55.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:10:56.598Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:10:56.598Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:10:56.598Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:10:56.598Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "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-05-06T12:10:57.599Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:10:57.600Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:10:57.600Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:10:57.600Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "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-05-06T12:10:58.601Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:10:58.602Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:10:58.602Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:10:58.602Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "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-05-06T12:10:59.603Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:10:59.604Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:10:59.604Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:10:59.605Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "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-05-06T12:11:00.607Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:11:00.607Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:00.607Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:00.608Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "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-05-06T12:11:01.608Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:11:01.609Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:01.609Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:01.609Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "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-05-06T12:11:02.610Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:11:02.610Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:02.610Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:02.611Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "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-05-06T12:11:03.612Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:11:03.613Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:03.613Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:03.614Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:11:04.615Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:11:04.615Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:04.615Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:04.616Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:11:05.618Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ba5e8e28-8225-4ee0-9ca2-86c196dc959c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2462fb83-b529-4baf-bad9-4a5af9dccabf",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "0b6fde26-e931-437c-a92d-5ce133957d31",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "741c5231-8711-46ed-a6a0-baf10f9175e9",
      "resourceInvariantUUID": "cf7e1998-ec98-4861-866d-802397edc039",
      "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": "ZmU3ODUyNjBiYmE3ZWZhZmJlYjA0M2NkYmRjMDMwMTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "49215380-91d6-4998-bb00-a997ab0a5384",
          "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": "109c4102-96d5-4970-979b-aeeb5b2c5683",
          "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": "54b9e272-df66-4fdc-8988-a72b2c52e06e",
            "generatedFromUUID": "109c4102-96d5-4970-979b-aeeb5b2c5683"
          },
          "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": "7c66ad36-95ea-43f7-85e9-87e1436a803b",
          "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": "54b9e272-df66-4fdc-8988-a72b2c52e06e",
          "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": "0f066986-6b4f-4788-9acc-7001e079f224",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MzhjNWUxMDRlODVkNjc5OTNlOWVhODI3ZDA1N2Q0MmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c9e4d12-0ad5-4403-99f4-704da673f6fc"
    }
  ],
  "workloadContext": "Production"
}
2023-05-06T12:11:05.618Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-06T12:11:05.618Z|4322ca22-556a-40ec-a8eb-48218194fd10|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ba5e8e28-8225-4ee0-9ca2-86c196dc959c ASDC
2023-05-06T12:11:05.619Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4636724d-7e3c-4f53-b79f-36fb53061b50
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:ba5e8e28-8225-4ee0-9ca2-86c196dc959c
ServiceInvariantUUID:2462fb83-b529-4baf-bad9-4a5af9dccabf
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:6c9e4d12-0ad5-4403-99f4-704da673f6fc
ArtifactChecksum:MzhjNWUxMDRlODVkNjc5OTNlOWVhODI3ZDA1N2Q0MmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:0b6fde26-e931-437c-a92d-5ce133957d31
ResourceInvariantUUID:cf7e1998-ec98-4861-866d-802397edc039
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:741c5231-8711-46ed-a6a0-baf10f9175e9
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:49215380-91d6-4998-bb00-a997ab0a5384
ArtifactChecksum:ZmU3ODUyNjBiYmE3ZWZhZmJlYjA0M2NkYmRjMDMwMTI=
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:109c4102-96d5-4970-979b-aeeb5b2c5683
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:54b9e272-df66-4fdc-8988-a72b2c52e06e
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:7c66ad36-95ea-43f7-85e9-87e1436a803b
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:54b9e272-df66-4fdc-8988-a72b2c52e06e
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:0f066986-6b4f-4788-9acc-7001e079f224
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-06T12:11:05.619Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba5e8e28-8225-4ee0-9ca2-86c196dc959c 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-05-06T12:11:05.706Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T12:11:05.707Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-06T12:11:05.707Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-06T12:11:05.707Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6c9e4d12-0ad5-4403-99f4-704da673f6fc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-06T12:11:05.708Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-06T12:11:05.708Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-06T12:11:05.834Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-06T12:11:05.845Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6c9e4d12-0ad5-4403-99f4-704da673f6fc 163265
2023-05-06T12:11:05.845Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-05-06T12:11:05.845Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-06T12:11:05.846Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T12:11:05.846Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:05.846Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:05.846Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375065845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:11:06.848Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T12:11:06.849Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-06T12:11:06.849Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6c9e4d12-0ad5-4403-99f4-704da673f6fc, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-06T12:11:06.849Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-05-06T12:11:06.850Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-06T12:11:06.851Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-06T12:11:06.993Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15471460342484098870/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-05-06T12:11:07.956Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-06T12:11:07.956Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-05-06T12:11:07.956Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-06T12:11:07.956Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-05-06T12:11:07.956Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-06T12:11:07.956Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:07.956Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:07.956Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:07.956Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-05-06T12:11:07.957Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.957Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:07.957Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-06T12:11:07.957Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-05-06T12:11:07.957Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T12:11:07.957Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.957Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:07.957Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-06T12:11:07.957Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-05-06T12:11:07.957Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T12:11:07.957Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.957Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:07.958Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.958Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-06T12:11:07.958Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-05-06T12:11:07.958Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-05-06T12:11:07.958Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-06T12:11:07.958Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.958Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-06T12:11:07.958Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.958Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-06T12:11:07.959Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T12:11:07.959Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.959Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-06T12:11:07.959Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T12:11:07.959Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.959Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-06T12:11:07.959Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T12:11:07.959Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.959Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-06T12:11:07.959Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T12:11:07.959Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.960Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-06T12:11:07.960Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-05-06T12:11:07.960Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a2797f5f-4167-4be1-89f7-d78e25239262
2023-05-06T12:11:07.960Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.960Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:07.960Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.960Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:07.960Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.960Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:07.960Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:07.960Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:07.960Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:ba5e8e28-8225-4ee0-9ca2-86c196dc959c
Model Version:NULL
Model InvariantUuid:2462fb83-b529-4baf-bad9-4a5af9dccabf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:66053aa4-d11b-44d7-9409-b0d74eb58271
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cf7e1998-ec98-4861-866d-802397edc039
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0b6fde26-e931-437c-a92d-5ce133957d31
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:23b121e1-d37c-41c0-94e7-4e0fe5a63aaa
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:0ec67713-e059-43d7-90c1-33b8abe9a9a5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:95744ee3-51f3-4c13-b965-b649440d7a0a
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:d06ae5d5-c4ea-4900-ab72-137b4da58ba8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a2797f5f-4167-4be1-89f7-d78e25239262
ModelInvariantUuid:6f4f8c04-77c5-4780-90df-b42e77bfd9dd
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:b53b2a73-4e69-4c6d-9a38-c48d93f35caa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:2add7da9-7210-4901-a530-f3075f7a95b2
ModelInvariantUuid:fab5ba46-2025-45aa-b180-969b86ed10f4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:c72c1c95-55b3-4af5-a8b7-77dca07df611
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-05-06T12:11:07.982Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 741c5231-8711-46ed-a6a0-baf10f9175e9
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-05-06T12:11:07.988Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2023-05-06T12:11:07.989Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 741c5231-8711-46ed-a6a0-baf10f9175e9
2023-05-06T12:11:07.989Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 49215380-91d6-4998-bb00-a997ab0a5384 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-06T12:11:07.989Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-06T12:11:07.989Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:08.169Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-06T12:11:08.170Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 49215380-91d6-4998-bb00-a997ab0a5384 1565
2023-05-06T12:11:08.170Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:08.171Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:08.171Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T12:11:08.171Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:08.171Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:08.171Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375068170,
  "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-05-06T12:11:09.172Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "95744ee3-51f3-4c13-b965-b649440d7a0a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d06ae5d5-c4ea-4900-ab72-137b4da58ba8",
    "vfModuleModelCustomizationUUID": "5afc78a1-a320-45a7-845f-369a430ca153",
    "isBase": true,
    "artifacts": [
      "109c4102-96d5-4970-979b-aeeb5b2c5683",
      "54b9e272-df66-4fdc-8988-a72b2c52e06e"
    ],
    "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": "23b121e1-d37c-41c0-94e7-4e0fe5a63aaa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ec67713-e059-43d7-90c1-33b8abe9a9a5",
    "vfModuleModelCustomizationUUID": "08bb84bf-2427-46a7-b42a-cdb95c516322",
    "isBase": false,
    "artifacts": [
      "0f066986-6b4f-4788-9acc-7001e079f224"
    ],
    "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-05-06T12:11:09.177Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d06ae5d5-c4ea-4900-ab72-137b4da58ba8
VfModuleModelInvariantUUID:95744ee3-51f3-4c13-b965-b649440d7a0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
109c4102-96d5-4970-979b-aeeb5b2c5683
,
54b9e272-df66-4fdc-8988-a72b2c52e06e

}
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:0ec67713-e059-43d7-90c1-33b8abe9a9a5
VfModuleModelInvariantUUID:23b121e1-d37c-41c0-94e7-4e0fe5a63aaa
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f066986-6b4f-4788-9acc-7001e079f224

}
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-05-06T12:11:09.181Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "95744ee3-51f3-4c13-b965-b649440d7a0a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d06ae5d5-c4ea-4900-ab72-137b4da58ba8",
    "vfModuleModelCustomizationUUID": "5afc78a1-a320-45a7-845f-369a430ca153",
    "isBase": true,
    "artifacts": [
      "109c4102-96d5-4970-979b-aeeb5b2c5683",
      "54b9e272-df66-4fdc-8988-a72b2c52e06e"
    ],
    "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": "23b121e1-d37c-41c0-94e7-4e0fe5a63aaa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ec67713-e059-43d7-90c1-33b8abe9a9a5",
    "vfModuleModelCustomizationUUID": "08bb84bf-2427-46a7-b42a-cdb95c516322",
    "isBase": false,
    "artifacts": [
      "0f066986-6b4f-4788-9acc-7001e079f224"
    ],
    "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-05-06T12:11:09.181Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d06ae5d5-c4ea-4900-ab72-137b4da58ba8
VfModuleModelInvariantUUID:95744ee3-51f3-4c13-b965-b649440d7a0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
109c4102-96d5-4970-979b-aeeb5b2c5683
,
54b9e272-df66-4fdc-8988-a72b2c52e06e

}
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:0ec67713-e059-43d7-90c1-33b8abe9a9a5
VfModuleModelInvariantUUID:23b121e1-d37c-41c0-94e7-4e0fe5a63aaa
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f066986-6b4f-4788-9acc-7001e079f224

}
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-05-06T12:11:09.182Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 109c4102-96d5-4970-979b-aeeb5b2c5683 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-06T12:11:09.182Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-06T12:11:09.182Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:09.342Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-06T12:11:09.343Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 109c4102-96d5-4970-979b-aeeb5b2c5683 914
2023-05-06T12:11:09.343Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:09.343Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:09.343Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T12:11:09.344Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:09.344Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:09.344Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375069343,
  "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-05-06T12:11:10.345Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7c66ad36-95ea-43f7-85e9-87e1436a803b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-06T12:11:10.345Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-06T12:11:10.346Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:10.577Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-06T12:11:10.578Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 7c66ad36-95ea-43f7-85e9-87e1436a803b 12
2023-05-06T12:11:10.578Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:10.578Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:10.578Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T12:11:10.578Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:10.579Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:10.579Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375070578,
  "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-05-06T12:11:11.580Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 54b9e272-df66-4fdc-8988-a72b2c52e06e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-06T12:11:11.580Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-06T12:11:11.581Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:11.689Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-06T12:11:11.690Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 54b9e272-df66-4fdc-8988-a72b2c52e06e 96
2023-05-06T12:11:11.692Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:11.692Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:11.693Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T12:11:11.693Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:11.694Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:11.694Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375071692,
  "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-05-06T12:11:12.695Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0f066986-6b4f-4788-9acc-7001e079f224 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-06T12:11:12.696Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-06T12:11:12.696Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:12.829Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-06T12:11:12.830Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0f066986-6b4f-4788-9acc-7001e079f224 20206
2023-05-06T12:11:12.830Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:12.830Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:12.830Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T12:11:12.831Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:12.832Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:12.832Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375072830,
  "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-05-06T12:11:13.840Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ba5e8e28-8225-4ee0-9ca2-86c196dc959c
2023-05-06T12:11:13.840Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 741c5231-8711-46ed-a6a0-baf10f9175e9 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-05-06T12:11:13.863Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1030f83, org.onap.sdc.toscaparser.api.parameters.Input@358c0e97, org.onap.sdc.toscaparser.api.parameters.Input@3fe0125f, org.onap.sdc.toscaparser.api.parameters.Input@7e22e797, org.onap.sdc.toscaparser.api.parameters.Input@674480c7]
2023-05-06T12:11:13.865Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:13.865Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:13.865Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-05-06T12:11:13.865Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0b6fde26-e931-437c-a92d-5ce133957d31
2023-05-06T12:11:13.865Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b6fde26-e931-437c-a92d-5ce133957d31 matches Tosca VF Customization UUID: 0b6fde26-e931-437c-a92d-5ce133957d31
2023-05-06T12:11:13.865Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0b6fde26-e931-437c-a92d-5ce133957d31  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-05-06T12:11:13.872Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:13.872Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:13.874Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0b6fde26-e931-437c-a92d-5ce133957d31: {\"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-05-06T12:11:13.874Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64d30c8a
2023-05-06T12:11:13.875Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:13.875Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-06T12:11:13.875Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08bb84bf-2427-46a7-b42a-cdb95c516322
2023-05-06T12:11:13.876Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08bb84bf-2427-46a7-b42a-cdb95c516322
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-05-06T12:11:13.881Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:13.882Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-06T12:11:13.882Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T12:11:13.882Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:13.883Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-06T12:11:13.883Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T12:11:13.883Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:13.883Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-06T12:11:13.883Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0b6fde26-e931-437c-a92d-5ce133957d31
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-05-06T12:11:13.888Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:13.889Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:13.889Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ba5e8e28-8225-4ee0-9ca2-86c196dc959c: basic_cnf_macro
2023-05-06T12:11:13.889Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:13.890Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:13.890Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:13.890Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:13.891Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:13.891Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:13.891Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:13.892Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:13.892Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:11:13.892Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:11:13.893Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:13.989Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 741c5231-8711-46ed-a6a0-baf10f9175e9 2 ASDC deployResourceStructure
2023-05-06T12:11:13.989Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:13.990Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:13.990Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T12:11:13.990Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:13.990Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:13.991Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375073989,
  "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-05-06T12:11:14.992Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:14.992Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:14.992Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T12:11:14.992Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:14.993Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:14.993Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375074992,
  "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-05-06T12:11:16.000Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:16.001Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:16.001Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-06T12:11:16.001Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:16.001Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:16.001Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375075994,
  "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-05-06T12:11:17.005Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:17.006Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:17.006Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T12:11:17.006Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:17.007Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:17.007Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375077005,
  "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-05-06T12:11:18.008Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:18.009Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||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-05-06T12:11:18.009Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-06T12:11:18.009Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:18.009Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:18.009Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375078008,
  "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-05-06T12:11:19.010Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-05-06T12:11:19.010Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-06T12:11:19.011Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T12:11:19.011Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:11:19.011Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:11:19.011Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375079010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:11:20.012Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4636724d-7e3c-4f53-b79f-36fb53061b50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T12:11:20.043Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4636724d-7e3c-4f53-b79f-36fb53061b50
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-05-06T12:11:20.049Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T12:11:20.049Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T12:11:20.049Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T12:11:50.050Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4636724d-7e3c-4f53-b79f-36fb53061b50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T12:11:50.079Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4636724d-7e3c-4f53-b79f-36fb53061b50
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-05-06T12:11:50.085Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T12:11:50.085Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T12:11:50.086Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T12:11:52.091Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:11:52.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:11:52.093Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375037399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:11:52.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:11:52.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:11:52.093Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:11:52.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:20.086Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4636724d-7e3c-4f53-b79f-36fb53061b50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T12:12:20.115Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4636724d-7e3c-4f53-b79f-36fb53061b50
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-05-06T12:12:20.120Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T12:12:20.121Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T12:12:20.121Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T12:12:50.122Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4636724d-7e3c-4f53-b79f-36fb53061b50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T12:12:50.155Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4636724d-7e3c-4f53-b79f-36fb53061b50
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-05-06T12:12:50.162Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T12:12:50.162Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-06T12:12:50.162Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-06T12:12:52.091Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:12:52.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.098Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375054220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.099Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375026852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.099Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374995845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.100Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375049721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.100Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.100Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375037399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.100Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375026852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375054220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374995845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375049721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375026852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375037399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374995845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375054220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.102Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375049721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375037399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375026852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374995845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375054220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375049721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375037399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375026852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375054220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374995845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375049721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375037399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375026852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374995845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375054220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.109Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375037399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.109Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375049721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375026852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.111Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375054220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.111Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374995845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.112Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375037399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.112Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375049721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.112Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375026852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375054220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374995845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.114Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375037399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.114Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375049721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.114Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375026852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.115Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.115Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374995845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.115Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375054220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.116Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375049721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.116Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375037399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.117Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375026852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.117Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683374995845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.117Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375028492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.118Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375054220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.118Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375066155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.118Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683375065667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.119Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375065845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.119Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375065679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.119Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375066012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.119Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375066683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T12:12:52.120Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.120Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375067288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.120Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.120Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375067685,
  "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-05-06T12:12:52.138Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4636724d-7e3c-4f53-b79f-36fb53061b50
2023-05-06T12:12:52.138Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4636724d-7e3c-4f53-b79f-36fb53061b50 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-05-06T12:12:52.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.166Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375068426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.166Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375068170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.167Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.167Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683375068476,
  "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-05-06T12:12:52.182Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4636724d-7e3c-4f53-b79f-36fb53061b50
2023-05-06T12:12:52.183Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4636724d-7e3c-4f53-b79f-36fb53061b50 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-05-06T12:12:52.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.212Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375069595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.212Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375069343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.213Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375070609,
  "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-05-06T12:12:52.231Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4636724d-7e3c-4f53-b79f-36fb53061b50
2023-05-06T12:12:52.231Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4636724d-7e3c-4f53-b79f-36fb53061b50 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-05-06T12:12:52.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.255Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375070578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.256Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375071616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-06T12:12:52.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.256Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375071692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.257Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375072021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.257Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375072983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T12:12:52.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.258Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375072830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.258Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375072021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.259Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375073985,
  "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-05-06T12:12:52.279Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4636724d-7e3c-4f53-b79f-36fb53061b50
2023-05-06T12:12:52.280Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4636724d-7e3c-4f53-b79f-36fb53061b50 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-05-06T12:12:52.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.304Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375073989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-06T12:12:52.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.304Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375072021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.305Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375074992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-05-06T12:12:52.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.305Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375072021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.305Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375075994,
  "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-05-06T12:12:52.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.306Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375072021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.306Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375077005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-05-06T12:12:52.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.307Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375072623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.307Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375068686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.307Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375065958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.308Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683375069477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.308Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375072021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.309Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375078008,
  "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-05-06T12:12:52.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.309Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375068686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.309Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375065958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.310Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375072623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.310Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683375069477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.311Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375072021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.311Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375079010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T12:12:52.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.311Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375068686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.312Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375072623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.312Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375065958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.312Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683375069477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.313Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375079721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.313Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375072021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.313Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375065958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.314Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375068686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.314Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375072623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.315Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683375069477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.315Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375079721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.316Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375072021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.316Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375065958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.317Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375072623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.317Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375068686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.318Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683375069477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.318Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375079721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.319Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375072021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.319Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.319Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375065958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.319Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.320Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375068686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.320Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375072623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.320Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683375069477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.321Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375079721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.321Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375082859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.321Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375065958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.322Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.322Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375072623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.322Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.322Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375068686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.322Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.322Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683375069477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.323Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.323Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375079721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.323Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.323Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683375065958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.323Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.323Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375072623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.324Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.324Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375068686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.324Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.324Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683375069477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.324Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.325Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375079721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.325Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.325Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375084948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T12:12:52.325Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.325Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375079721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.325Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.326Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375085943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.326Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683375085436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.326Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375085438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.327Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375085953,
  "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-05-06T12:12:52.342Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4636724d-7e3c-4f53-b79f-36fb53061b50
2023-05-06T12:12:52.343Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4636724d-7e3c-4f53-b79f-36fb53061b50 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-05-06T12:12:52.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.368Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375079721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.369Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375086441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T12:12:52.370Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.370Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375087058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.371Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683375086886,
  "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-05-06T12:12:52.408Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b50b9f61-c728-4382-8984-2fdb02e45623
2023-05-06T12:12:52.409Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b50b9f61-c728-4382-8984-2fdb02e45623 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-05-06T12:12:52.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.438Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683375087443,
  "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-05-06T12:12:52.457Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b50b9f61-c728-4382-8984-2fdb02e45623
2023-05-06T12:12:52.458Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b50b9f61-c728-4382-8984-2fdb02e45623 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-05-06T12:12:52.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.485Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375087884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.486Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375088168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.486Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.487Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375089176,
  "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-05-06T12:12:52.502Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b50b9f61-c728-4382-8984-2fdb02e45623
2023-05-06T12:12:52.503Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b50b9f61-c728-4382-8984-2fdb02e45623 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-05-06T12:12:52.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.520Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683375090179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-06T12:12:52.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.521Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375094092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T12:12:52.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.521Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "aai-model-loader",
  "timestamp": 1683375095096,
  "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-05-06T12:12:52.538Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b50b9f61-c728-4382-8984-2fdb02e45623
2023-05-06T12:12:52.538Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b50b9f61-c728-4382-8984-2fdb02e45623 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-05-06T12:12:52.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.563Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375102021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.564Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375102021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.564Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375102021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.564Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375102021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.564Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375102021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.565Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375102021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.565Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375102021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:12:52.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.566Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375102021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:12:52.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:12:52.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:12:52.566Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375110821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:12:52.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:13:20.162Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4636724d-7e3c-4f53-b79f-36fb53061b50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T12:13:20.189Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4636724d-7e3c-4f53-b79f-36fb53061b50
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-05-06T12:13:20.195Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T12:13:20.196Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-06T12:13:20.196Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-06T12:13:20.196Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-06T12:13:20.196Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:13:20.196Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:13:20.196Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:13:20.197Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:13:20.197Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:13:20.197Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-06T12:13:20.227Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-06T12:13:50.228Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4636724d-7e3c-4f53-b79f-36fb53061b50 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-05-06T12:13:50.238Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4636724d-7e3c-4f53-b79f-36fb53061b50 and serviceModelVersionId: ba5e8e28-8225-4ee0-9ca2-86c196dc959c
2023-05-06T12:13:50.238Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2462fb83-b529-4baf-bad9-4a5af9dccabf
2023-05-06T12:13:50.239Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2462fb83-b529-4baf-bad9-4a5af9dccabf/model-vers/model-ver/ba5e8e28-8225-4ee0-9ca2-86c196dc959c?depth=0
2023-05-06T12:13:50.245Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-05-06T12:13:50.298Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2462fb83-b529-4baf-bad9-4a5af9dccabf/model-vers/model-ver/ba5e8e28-8225-4ee0-9ca2-86c196dc959c?depth=0|INFO|500||Invoke
2023-05-06T12:13:50.298Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2462fb83-b529-4baf-bad9-4a5af9dccabf/model-vers/model-ver/ba5e8e28-8225-4ee0-9ca2-86c196dc959c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2462fb83-b529-4baf-bad9-4a5af9dccabf/model-vers/model-ver/ba5e8e28-8225-4ee0-9ca2-86c196dc959c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4636724d-7e3c-4f53-b79f-36fb53061b50], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[daf816dc-de0e-43f1-9ddd-ec8edfd5a7c4], X-ECOMP-RequestID=[4636724d-7e3c-4f53-b79f-36fb53061b50], X-TransactionId=[], X-ONAP-RequestID=[4636724d-7e3c-4f53-b79f-36fb53061b50], Content-Type=[application/merge-patch+json]}
2023-05-06T12:13:50.310Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2462fb83-b529-4baf-bad9-4a5af9dccabf/model-vers/model-ver/ba5e8e28-8225-4ee0-9ca2-86c196dc959c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-06T12:13:50.470Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2462fb83-b529-4baf-bad9-4a5af9dccabf/model-vers/model-ver/ba5e8e28-8225-4ee0-9ca2-86c196dc959c?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/2462fb83-b529-4baf-bad9-4a5af9dccabf/model-vers/model-ver/ba5e8e28-8225-4ee0-9ca2-86c196dc959c?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 12:13:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[274624], x-aai-txid=[1-aai-resources-230506-12:13:50:319-12445], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-06T12:13:50.470Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2462fb83-b529-4baf-bad9-4a5af9dccabf/model-vers/model-ver/ba5e8e28-8225-4ee0-9ca2-86c196dc959c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-06T12:13:50.471Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2462fb83-b529-4baf-bad9-4a5af9dccabf/model-vers/model-ver/ba5e8e28-8225-4ee0-9ca2-86c196dc959c?depth=0|INFO|500||InvokeReturn
2023-05-06T12:13:50.472Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-06T12:13:50.472Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-06T12:13:50.481Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-06T12:13:50.481Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4636724d-7e3c-4f53-b79f-36fb53061b50 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-06T12:13:50.481Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-06T12:13:50.482Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:13:50.482Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:13:50.482Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375230481,
  "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-05-06T12:13:51.518Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:13:51.526Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-06T12:13:51.527Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b50b9f61-c728-4382-8984-2fdb02e45623","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5","serviceDescription":"service","serviceInvariantUUID":"858f3f5a-f608-4fe9-a9fd-6fb872655ff7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d9ab3ac9-ae55-40a0-a06f-d0b47b8c38d3","resourceInvariantUUID":"7112f2a7-50fb-4582-a44e-44870c3b6113","resourceCustomizationUUID":"208a37ba-373f-4963-b61f-c9e712bfe838","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":"ZTM2MWZjMjk4NTYwNDlmYzMzYTM2ZmFmNTQ2ZDE4MzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7f89600e-0b3f-4d5c-bdd0-b8e23c4c94c6","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":"OTFhNzZkZDMyMzdiMzRmMWMxYTg5MTEyODkwNzRiZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9921bb05-613e-456a-8b4a-1cd492fb90f0","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":"75bb0b07-b11c-4352-814c-37a16507190e","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":"04252034-c46b-4949-b25d-65f8393cdf11","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":"9c3d63f0-2fe7-46a8-a405-53f309b901cd","artifactVersion":"2","generatedFromUUID":"75bb0b07-b11c-4352-814c-37a16507190e"},{"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":"NjE2Nzc5MWFiZWU2ZDdmYjFiMTJiOTM5ZGYyY2E4NjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7a33dd22-2a55-44e0-ac4f-2122a061f9e4","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":"NzQxYjhjZDQ5MDZiYTBkZTU0YjlmZTIxZDUxNTRkOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c54a098c-0111-4923-9c83-57c482c5c172","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDQ4YTg3MTZkZWU1NGRiODE3YWVmYTZhZWNjM2QxN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2a0d41d-4459-4420-954f-5206771069ba","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-06T12:13:51.528Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:13:51.529Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:13:51.529Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:13:51.529Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "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-05-06T12:13:52.091Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:13:52.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:13:52.093Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375112940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T12:13:52.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:13:52.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-06T12:13:52.094Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683375113943,
  "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-05-06T12:13:52.115Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b50b9f61-c728-4382-8984-2fdb02e45623
2023-05-06T12:13:52.115Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b50b9f61-c728-4382-8984-2fdb02e45623 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-05-06T12:13:52.530Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:13:52.530Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:13:52.531Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:13:52.531Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "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-05-06T12:13:53.532Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:13:53.532Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:13:53.532Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:13:53.532Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "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-05-06T12:13:54.534Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:13:54.534Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:13:54.534Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:13:54.534Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "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-05-06T12:13:55.535Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:13:55.536Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:13:55.536Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:13:55.536Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "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-05-06T12:13:56.537Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:13:56.538Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:13:56.538Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:13:56.538Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "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-05-06T12:13:57.539Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:13:57.539Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:13:57.539Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:13:57.539Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:13:58.540Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-06T12:13:58.541Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:13:58.541Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:13:58.541Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:13:59.542Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "858f3f5a-f608-4fe9-a9fd-6fb872655ff7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "208a37ba-373f-4963-b61f-c9e712bfe838",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d9ab3ac9-ae55-40a0-a06f-d0b47b8c38d3",
      "resourceInvariantUUID": "7112f2a7-50fb-4582-a44e-44870c3b6113",
      "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": "OTFhNzZkZDMyMzdiMzRmMWMxYTg5MTEyODkwNzRiZWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9921bb05-613e-456a-8b4a-1cd492fb90f0",
          "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": "75bb0b07-b11c-4352-814c-37a16507190e",
          "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": "9c3d63f0-2fe7-46a8-a405-53f309b901cd",
            "generatedFromUUID": "75bb0b07-b11c-4352-814c-37a16507190e"
          },
          "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": "9c3d63f0-2fe7-46a8-a405-53f309b901cd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDQ4YTg3MTZkZWU1NGRiODE3YWVmYTZhZWNjM2QxN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d2a0d41d-4459-4420-954f-5206771069ba"
    }
  ],
  "workloadContext": "Production"
}
2023-05-06T12:13:59.543Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-06T12:13:59.543Z|4636724d-7e3c-4f53-b79f-36fb53061b50|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5 ASDC
2023-05-06T12:13:59.543Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b50b9f61-c728-4382-8984-2fdb02e45623
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5
ServiceInvariantUUID:858f3f5a-f608-4fe9-a9fd-6fb872655ff7
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:d2a0d41d-4459-4420-954f-5206771069ba
ArtifactChecksum:MDQ4YTg3MTZkZWU1NGRiODE3YWVmYTZhZWNjM2QxN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:208a37ba-373f-4963-b61f-c9e712bfe838
ResourceInvariantUUID:7112f2a7-50fb-4582-a44e-44870c3b6113
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d9ab3ac9-ae55-40a0-a06f-d0b47b8c38d3
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:9921bb05-613e-456a-8b4a-1cd492fb90f0
ArtifactChecksum:OTFhNzZkZDMyMzdiMzRmMWMxYTg5MTEyODkwNzRiZWU=
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:75bb0b07-b11c-4352-814c-37a16507190e
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:9c3d63f0-2fe7-46a8-a405-53f309b901cd
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:9c3d63f0-2fe7-46a8-a405-53f309b901cd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-06T12:13:59.543Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5 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-05-06T12:13:59.634Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T12:13:59.635Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-06T12:13:59.636Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-06T12:13:59.636Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d2a0d41d-4459-4420-954f-5206771069ba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-06T12:13:59.637Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-06T12:13:59.637Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-06T12:13:59.778Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-06T12:13:59.781Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d2a0d41d-4459-4420-954f-5206771069ba 82992
2023-05-06T12:13:59.781Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-05-06T12:13:59.781Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-06T12:13:59.782Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T12:13:59.782Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:13:59.783Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:13:59.783Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375239781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:14:00.784Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-06T12:14:00.785Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-05-06T12:14:00.786Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d2a0d41d-4459-4420-954f-5206771069ba, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-06T12:14:00.787Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-05-06T12:14:00.787Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-06T12:14:00.787Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-06T12:14:00.900Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17899453057136447025/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-05-06T12:14:02.018Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-06T12:14:02.018Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-05-06T12:14:02.018Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-06T12:14:02.018Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-06T12:14:02.019Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-06T12:14:02.019Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-06T12:14:02.019Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-06T12:14:02.019Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-06T12:14:02.019Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-06T12:14:02.019Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-06T12:14:02.019Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:02.019Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-05-06T12:14:02.019Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.020Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:02.020Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-06T12:14:02.020Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-05-06T12:14:02.021Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T12:14:02.021Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.021Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:02.021Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-06T12:14:02.021Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-05-06T12:14:02.021Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-06T12:14:02.022Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.022Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:02.022Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.022Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-06T12:14:02.022Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-06T12:14:02.022Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-06T12:14:02.022Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-06T12:14:02.023Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-06T12:14:02.023Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-06T12:14:02.023Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.023Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-06T12:14:02.023Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.023Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-06T12:14:02.023Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T12:14:02.024Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.024Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-06T12:14:02.024Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T12:14:02.024Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.024Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-06T12:14:02.025Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T12:14:02.025Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.025Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-06T12:14:02.025Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-06T12:14:02.025Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-06T12:14:02.025Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=677821c1-a32e-49d6-81c9-e4d655df8244
2023-05-06T12:14:02.026Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.026Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:02.026Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.026Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:02.026Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.026Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:02.026Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:02.026Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:02.027Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5
Model Version:NULL
Model InvariantUuid:858f3f5a-f608-4fe9-a9fd-6fb872655ff7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4ad1ab54-8bf9-49e3-9f67-ed8a4a770274
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7112f2a7-50fb-4582-a44e-44870c3b6113
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:208a37ba-373f-4963-b61f-c9e712bfe838
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c21d984c-f7d3-4009-8821-2906fb288049
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0b904543-d36e-4a85-ba89-3c23dbdbb31d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:677821c1-a32e-49d6-81c9-e4d655df8244
ModelInvariantUuid:a8533297-a0ff-4346-a138-56da69b2f233
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:dfa62c66-248e-4a40-8457-0b7defdd792c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9b534373-eb0e-4bdd-b26d-e7ba850b7d2a
ModelInvariantUuid:7c6146e3-c82f-42bf-813b-58ca31a8fb2d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:fa08799c-4f7a-4c20-b47e-41448d1d165f
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-05-06T12:14:02.046Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d9ab3ac9-ae55-40a0-a06f-d0b47b8c38d3
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-05-06T12:14:02.053Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2023-05-06T12:14:02.054Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d9ab3ac9-ae55-40a0-a06f-d0b47b8c38d3
2023-05-06T12:14:02.054Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9921bb05-613e-456a-8b4a-1cd492fb90f0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-06T12:14:02.055Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-06T12:14:02.055Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:02.175Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-06T12:14:02.175Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9921bb05-613e-456a-8b4a-1cd492fb90f0 792
2023-05-06T12:14:02.175Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:02.175Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:02.176Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T12:14:02.176Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:14:02.176Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:14:02.176Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375242175,
  "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-05-06T12:14:03.178Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c21d984c-f7d3-4009-8821-2906fb288049",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0b904543-d36e-4a85-ba89-3c23dbdbb31d",
    "vfModuleModelCustomizationUUID": "c45bb8d5-6747-4fa2-a61a-2f797bdd0e28",
    "isBase": true,
    "artifacts": [
      "75bb0b07-b11c-4352-814c-37a16507190e",
      "9c3d63f0-2fe7-46a8-a405-53f309b901cd"
    ],
    "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-05-06T12:14:03.183Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b904543-d36e-4a85-ba89-3c23dbdbb31d
VfModuleModelInvariantUUID:c21d984c-f7d3-4009-8821-2906fb288049
VfModuleModelDescription:NULL
Artifacts UUID List:{
75bb0b07-b11c-4352-814c-37a16507190e
,
9c3d63f0-2fe7-46a8-a405-53f309b901cd

}
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-05-06T12:14:03.187Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c21d984c-f7d3-4009-8821-2906fb288049",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0b904543-d36e-4a85-ba89-3c23dbdbb31d",
    "vfModuleModelCustomizationUUID": "c45bb8d5-6747-4fa2-a61a-2f797bdd0e28",
    "isBase": true,
    "artifacts": [
      "75bb0b07-b11c-4352-814c-37a16507190e",
      "9c3d63f0-2fe7-46a8-a405-53f309b901cd"
    ],
    "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-05-06T12:14:03.187Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b904543-d36e-4a85-ba89-3c23dbdbb31d
VfModuleModelInvariantUUID:c21d984c-f7d3-4009-8821-2906fb288049
VfModuleModelDescription:NULL
Artifacts UUID List:{
75bb0b07-b11c-4352-814c-37a16507190e
,
9c3d63f0-2fe7-46a8-a405-53f309b901cd

}
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-05-06T12:14:03.187Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 75bb0b07-b11c-4352-814c-37a16507190e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-06T12:14:03.188Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-06T12:14:03.188Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:03.396Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-06T12:14:03.397Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 75bb0b07-b11c-4352-814c-37a16507190e 5033
2023-05-06T12:14:03.397Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:03.397Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:03.397Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T12:14:03.398Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:14:03.398Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:14:03.398Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375243397,
  "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-05-06T12:14:04.399Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9c3d63f0-2fe7-46a8-a405-53f309b901cd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-06T12:14:04.399Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-05-06T12:14:04.399Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:04.578Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-05-06T12:14:04.578Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 9c3d63f0-2fe7-46a8-a405-53f309b901cd 903
2023-05-06T12:14:04.579Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:04.579Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:04.579Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-06T12:14:04.580Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:14:04.580Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:14:04.580Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375244579,
  "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-05-06T12:14:05.581Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5
2023-05-06T12:14:05.581Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d9ab3ac9-ae55-40a0-a06f-d0b47b8c38d3 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-05-06T12:14:05.611Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44d0c771, org.onap.sdc.toscaparser.api.parameters.Input@177338a8, org.onap.sdc.toscaparser.api.parameters.Input@382c72bb, org.onap.sdc.toscaparser.api.parameters.Input@654d078, org.onap.sdc.toscaparser.api.parameters.Input@447d648c]
2023-05-06T12:14:05.613Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.613Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:05.613Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-05-06T12:14:05.614Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 208a37ba-373f-4963-b61f-c9e712bfe838
2023-05-06T12:14:05.614Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 208a37ba-373f-4963-b61f-c9e712bfe838 matches Tosca VF Customization UUID: 208a37ba-373f-4963-b61f-c9e712bfe838
2023-05-06T12:14:05.614Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 208a37ba-373f-4963-b61f-c9e712bfe838  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-05-06T12:14:05.619Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.620Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:05.621Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 208a37ba-373f-4963-b61f-c9e712bfe838: {\"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-05-06T12:14:05.621Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31507dd6
2023-05-06T12:14:05.621Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.621Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-06T12:14:05.622Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c45bb8d5-6747-4fa2-a61a-2f797bdd0e28
2023-05-06T12:14:05.622Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c45bb8d5-6747-4fa2-a61a-2f797bdd0e28
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-05-06T12:14:05.628Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.628Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-06T12:14:05.629Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T12:14:05.629Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.629Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-06T12:14:05.629Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T12:14:05.630Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.630Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-06T12:14:05.630Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-06T12:14:05.630Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-06T12:14:05.631Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=677821c1-a32e-49d6-81c9-e4d655df8244
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-05-06T12:14:05.639Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.639Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-06T12:14:05.639Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-06T12:14:05.640Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.640Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-06T12:14:05.640Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=208a37ba-373f-4963-b61f-c9e712bfe838
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-05-06T12:14:05.645Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.645Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:05.645Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5: basic_vm_macro
2023-05-06T12:14:05.646Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.646Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:05.646Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.646Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:05.646Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.646Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:05.647Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.647Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:05.647Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-06T12:14:05.647Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-06T12:14:05.647Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:05.879Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d9ab3ac9-ae55-40a0-a06f-d0b47b8c38d3 1 ASDC deployResourceStructure
2023-05-06T12:14:05.879Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:05.879Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:05.880Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T12:14:05.880Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:14:05.880Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:14:05.880Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375245879,
  "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-05-06T12:14:06.881Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:06.881Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:06.882Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T12:14:06.882Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:14:06.882Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:14:06.882Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375246881,
  "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-05-06T12:14:07.883Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:07.884Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||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-05-06T12:14:07.884Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T12:14:07.884Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:14:07.885Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:14:07.885Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375247883,
  "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-05-06T12:14:08.887Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-05-06T12:14:08.888Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-06T12:14:08.888Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-06T12:14:08.889Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:14:08.889Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:14:08.889Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375248887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:14:09.890Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b50b9f61-c728-4382-8984-2fdb02e45623
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-06T12:14:09.919Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b50b9f61-c728-4382-8984-2fdb02e45623
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-05-06T12:14:09.926Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-06T12:14:09.926Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-06T12:14:09.926Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-06T12:14:09.927Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-06T12:14:09.927Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:14:09.927Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:14:09.927Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:14:09.927Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:14:09.927Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-06T12:14:09.927Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-06T12:14:09.943Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-06T12:14:39.944Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b50b9f61-c728-4382-8984-2fdb02e45623 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-05-06T12:14:39.959Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b50b9f61-c728-4382-8984-2fdb02e45623 and serviceModelVersionId: 6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5
2023-05-06T12:14:39.962Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 858f3f5a-f608-4fe9-a9fd-6fb872655ff7
2023-05-06T12:14:39.964Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/858f3f5a-f608-4fe9-a9fd-6fb872655ff7/model-vers/model-ver/6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5?depth=0
2023-05-06T12:14:39.972Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-05-06T12:14:40.019Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/858f3f5a-f608-4fe9-a9fd-6fb872655ff7/model-vers/model-ver/6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5?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-05-06T12:14:40.020Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/858f3f5a-f608-4fe9-a9fd-6fb872655ff7/model-vers/model-ver/6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5?depth=0|INFO|500||Invoke
2023-05-06T12:14:40.026Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/858f3f5a-f608-4fe9-a9fd-6fb872655ff7/model-vers/model-ver/6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-06T12:14:40.187Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/858f3f5a-f608-4fe9-a9fd-6fb872655ff7/model-vers/model-ver/6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5?depth=0|INFO|500||InvokeReturn
2023-05-06T12:14:40.187Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/858f3f5a-f608-4fe9-a9fd-6fb872655ff7/model-vers/model-ver/6b6a4af3-07b5-4f50-a2a2-e920aee9b0a5?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 12:14:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[274552], x-aai-txid=[2-aai-resources-230506-12:14:40:035-56641], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-06T12:14:40.187Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-05-06T12:14:40.187Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-06T12:14:40.188Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-06T12:14:40.196Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-06T12:14:40.196Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b50b9f61-c728-4382-8984-2fdb02e45623 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-06T12:14:40.196Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-06T12:14:40.196Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-05-06T12:14:40.197Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-06T12:14:40.197Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375280196,
  "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-05-06T12:14:41.227Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:14:52.091Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:14:52.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:14:52.093Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4636724d-7e3c-4f53-b79f-36fb53061b50",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375230481,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-06T12:14:52.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:14:52.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:14:52.094Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:14:52.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:41.228Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:15:52.091Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:15:52.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.093Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-06T12:15:52.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.094Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-06T12:15:52.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.094Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:15:52.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.095Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-06T12:15:52.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.096Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:15:52.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.096Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-06T12:15:52.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.097Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375231518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-06T12:15:52.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.097Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375239781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:15:52.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.098Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375242175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:15:52.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.099Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375243397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:15:52.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.099Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375244579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-06T12:15:52.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.100Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375245879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-06T12:15:52.100Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.100Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375246881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-06T12:15:52.100Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.101Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375247883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-06T12:15:52.101Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.101Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375248887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-06T12:15:52.101Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:15:52.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-06T12:15:52.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b50b9f61-c728-4382-8984-2fdb02e45623",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683375280196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-06T12:15:52.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-06T12:16:41.228Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:16:52.091Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:17:41.230Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:17:52.092Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:18:41.230Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:18:52.094Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:19:41.232Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:19:52.094Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:20:41.233Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:20:52.097Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:21:41.234Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:21:52.097Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:22:41.235Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:22:52.098Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:23:41.236Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:23:52.100Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:24:41.237Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:24:52.100Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:25:41.239Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:25:52.102Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:26:41.240Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:26:52.103Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:27:41.241Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:27:52.105Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:28:41.242Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:28:52.106Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:29:41.243Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:29:52.108Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:30:41.244Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:30:52.109Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:31:41.245Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:31:52.110Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:32:41.246Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:32:52.111Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:33:41.247Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:33:52.111Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:34:41.248Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:34:52.113Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:35:41.249Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:35:52.114Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:36:41.250Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:36:52.115Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:37:41.251Z|b50b9f61-c728-4382-8984-2fdb02e45623|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:37:52.115Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:38:41.254Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:38:52.115Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:39:41.255Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:39:52.117Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:40:41.257Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:40:52.118Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:41:41.259Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:41:52.119Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:42:41.260Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:42:52.120Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:43:41.261Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:43:52.121Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-06T12:44:41.264Z|e7bee9cc-04eb-42a6-81a6-24d6c232a200|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06T12:44:52.121Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO