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-06-27T04:20:45.430Z||main|||||INFO|500||The following profiles are active: basic
2023-06-27T04:20:59.006Z||main|||||INFO|500||Starting service [Tomcat]
2023-06-27T04:20:59.007Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-06-27T04:20:59.188Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-06-27T04:21:02.339Z||main|||||INFO|500||catdb-pool - Starting...
2023-06-27T04:21:02.680Z||main|||||INFO|500||catdb-pool - Start completed.
2023-06-27T04:21:03.221Z||main|||||INFO|500||reqdb-pool - Starting...
2023-06-27T04:21:03.234Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-06-27T04:21:03.400Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-06-27T04:21:03.834Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-06-27T04:21:05.057Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-06-27T04:21:08.163Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-06-27T04:21:10.682Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-06-27T04:21:10.788Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-06-27T04:21:11.390Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-06-27T04:21:11.490Z||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-06-27T04:21:12.765Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-06-27T04:21:14.011Z||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-06-27T04:21:14.765Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-06-27T04:21:14.766Z||main|||||ERROR|500||(conn=1089) Table 'catalogdb.activity_spec' doesn't exist
2023-06-27T04:21:14.782Z||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-06-27T04:21:17.941Z||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-06-27T04:21:20.661Z||main|||||WARN|500||---
2023-06-27T04:21:20.661Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-06-27T04:21:20.662Z||main|||||WARN|500||---
2023-06-27T04:21:21.327Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-06-27T04:21:26.643Z||main|||||INFO|500||Started Application in 48.891 seconds (JVM running for 52.235)
2023-06-27T04:21:26.657Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-06-27T04:21:26.660Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-06-27T04:21:26.672Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-06-27T04:21:26.755Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1f4d525a-c239-4c56-9892-8c68559b07db url= /sdc/v1/artifactTypes
2023-06-27T04:21:26.769Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-06-27T04:21:26.973Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-06-27T04:21:27.059Z||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-06-27T04:21:27.059Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-06-27T04:21:27.060Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bb29bb17-a74e-45b4-8258-70bf68f4742b url= /sdc/v1/distributionKafkaData
2023-06-27T04:21:27.061Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-06-27T04:21:27.083Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-06-27T04:21:27.090Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@2c5472d9
2023-06-27T04:21:27.159Z||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-cf558d49-2c4e-4018-8f7a-3f9fcec357f5
	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-06-27T04:21:27.220Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5] Instantiated an idempotent producer.
2023-06-27T04:21:27.313Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-06-27T04:21:27.371Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-06-27T04:21:27.372Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-06-27T04:21:27.372Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1687839687368
2023-06-27T04:21:27.377Z||scheduling-1|||||INFO|500||start DistributionClient
2023-06-27T04:21:27.399Z||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-55f41862-cb30-4c9f-8dc4-849c2754b240
	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-06-27T04:21:27.515Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-06-27T04:21:27.516Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-06-27T04:21:27.516Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1687839687515
2023-06-27T04:21:27.518Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:21:27.521Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:21:27.521Z||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-c43562b6-fe5f-4145-afc8-e72edd9caacd
	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-06-27T04:21:27.531Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-06-27T04:21:27.531Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-06-27T04:21:27.531Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1687839687531
2023-06-27T04:21:27.532Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:21:27.535Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:21:27.544Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-06-27T04:21:28.456Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 FU4l4WHpSk-fY8kzdT4J0w
2023-06-27T04:21:28.457Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T04:21:28.457Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 FU4l4WHpSk-fY8kzdT4J0w
2023-06-27T04:21:28.458Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5] Cluster ID: 6tnS1gfGRJa1NkfHU0EIRA
2023-06-27T04:21:28.458Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 FU4l4WHpSk-fY8kzdT4J0w
2023-06-27T04:21:28.458Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 FU4l4WHpSk-fY8kzdT4J0w
2023-06-27T04:21:28.459Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 FU4l4WHpSk-fY8kzdT4J0w
2023-06-27T04:21:28.459Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 FU4l4WHpSk-fY8kzdT4J0w
2023-06-27T04:21:28.460Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5] ProducerId set to 2005 with epoch 0
2023-06-27T04:21:28.458Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T04:21:28.463Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T04:21:28.464Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T04:21:28.464Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T04:21:28.464Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T04:21:28.465Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Cluster ID: 6tnS1gfGRJa1NkfHU0EIRA
2023-06-27T04:21:28.465Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Cluster ID: 6tnS1gfGRJa1NkfHU0EIRA
2023-06-27T04:21:28.467Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-06-27T04:21:28.467Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-06-27T04:21:28.495Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T04:21:28.496Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T04:21:28.540Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287
2023-06-27T04:21:28.541Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T04:21:28.542Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T04:21:28.542Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-b7b96b41-8ba3-4943-ab0a-46ee4b57c4ff
2023-06-27T04:21:28.543Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T04:21:28.543Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T04:21:34.549Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T04:21:34.549Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-b7b96b41-8ba3-4943-ab0a-46ee4b57c4ff', protocol='range'}
2023-06-27T04:21:34.591Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T04:21:34.592Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T04:21:34.593Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T04:21:34.593Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T04:21:34.593Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T04:21:34.593Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T04:21:34.599Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-b7b96b41-8ba3-4943-ab0a-46ee4b57c4ff=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T04:21:34.624Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-b7b96b41-8ba3-4943-ab0a-46ee4b57c4ff', protocol='range'}
2023-06-27T04:21:34.624Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T04:21:34.626Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T04:21:34.626Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T04:21:34.631Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T04:21:34.631Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T04:21:34.647Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-06-27T04:21:34.647Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-06-27T04:21:34.647Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-06-27T04:21:34.647Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-06-27T04:21:34.648Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-06-27T04:21:34.648Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-06-27T04:21:34.648Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-06-27T04:21:34.648Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-06-27T04:21:34.648Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-06-27T04:21:34.648Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-06-27T04:21:34.649Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-06-27T04:21:34.649Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-06-27T04:21:34.677Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T04:21:34.678Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T04:21:34.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-06-27T04:21:34.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-06-27T04:21:34.740Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-06-27T04:21:34.741Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-06-27T04:21:34.742Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-06-27T04:21:34.742Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T04:21:34.742Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-06-27T04:21:34.743Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T04:21:34.749Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T04:21:34.750Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T04:22:27.525Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:22:27.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:23:27.526Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:23:27.538Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:24:27.530Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:24:27.539Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:25:27.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:25:27.541Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:26:27.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:26:27.542Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:27:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:27:27.543Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:28:27.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:28:27.546Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:29:27.539Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:29:27.548Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:30:27.541Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:30:27.549Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:30:28.577Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node -1 disconnected.
2023-06-27T04:30:28.585Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Node -1 disconnected.
2023-06-27T04:30:28.729Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5] Node -1 disconnected.
2023-06-27T04:31:10.667Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-27T04:31:27.542Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:31:27.550Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:32:27.544Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:32:27.551Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:33:27.546Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:33:27.553Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:34:27.548Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:34:27.555Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:35:27.549Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:35:27.556Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:36:27.551Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:36:27.557Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:37:27.553Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:37:27.559Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:38:27.555Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:38:27.560Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:39:27.557Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:39:27.562Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:40:27.558Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:40:27.563Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:41:27.560Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:41:27.563Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:42:27.561Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:42:27.565Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:43:27.562Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:43:27.565Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:44:27.564Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:44:27.566Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:45:27.564Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:45:27.568Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:46:27.565Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:46:27.569Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:47:27.567Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:47:27.570Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:48:27.568Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:48:27.572Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:49:27.570Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:49:27.573Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:50:27.571Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:50:27.575Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:51:27.573Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:51:27.576Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:52:27.573Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:52:27.576Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:53:27.575Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:53:27.577Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:54:27.575Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:54:27.579Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:55:27.577Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:55:27.579Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:56:27.578Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:56:27.581Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:57:27.580Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:57:27.583Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:58:27.580Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:58:27.584Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T04:59:27.582Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T04:59:27.585Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:00:27.584Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:00:27.585Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:01:27.587Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:01:27.588Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:02:27.589Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:02:27.590Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:03:27.591Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:03:27.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:04:27.593Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:04:27.594Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:05:27.594Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:05:27.595Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:06:27.595Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:06:27.596Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:07:27.597Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:07:27.597Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:08:27.597Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:08:27.598Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:09:27.599Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:09:27.599Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:10:27.601Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:10:27.601Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:11:27.602Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:11:27.603Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:12:27.606Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:12:27.606Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:13:27.607Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:13:27.608Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:14:27.610Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:14:27.610Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:15:27.611Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:15:27.612Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:16:27.613Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:16:27.614Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:17:27.614Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:17:27.615Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:18:27.616Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:18:27.617Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:19:27.617Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:19:27.620Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:20:27.620Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:20:27.621Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:21:27.621Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:21:27.622Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:22:27.621Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:22:27.622Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:23:27.623Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:23:27.624Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:24:27.625Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:24:27.625Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:25:27.626Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:25:27.626Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:26:27.628Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:26:27.628Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:27:27.628Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:27:27.629Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:28:27.630Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:28:27.630Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:29:27.631Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:29:27.631Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:30:27.632Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:30:27.633Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:31:27.633Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:31:27.633Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:32:27.634Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:32:27.634Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:33:27.635Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:33:27.635Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:34:27.636Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:34:27.636Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:35:27.638Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:35:27.638Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:36:27.638Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:36:27.639Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:37:27.639Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:37:27.640Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:38:27.640Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:38:27.642Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:27.642Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:39:27.643Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:42.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T05:39:42.581Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"467962b9-421f-49c3-aa9f-ae372562aac6","serviceName":"vFW 2023-06-27 05-38-32","serviceVersion":"1.0","serviceUUID":"aae94acd-4192-4854-bee3-ae502faf026f","serviceDescription":"catalog service description","serviceInvariantUUID":"a7673f0c-2d25-4c41-a2ac-000a595dedc1","resources":[{"resourceInstanceName":"vFW b4e853e1-0b84 0","resourceName":"vFW b4e853e1-0b84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90acd548-e5e2-4944-b0bf-05f32ed8a75f","resourceInvariantUUID":"5ce94957-38e8-43ea-91bc-159a7afb6c3a","resourceCustomizationUUID":"1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml","artifactChecksum":"N2ExNGQ3NWU4ODNiMjlhYjg1YWZlY2UxYjM0Y2U3OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c64b414-9a9d-42a1-9913-c94c05dd8f51","artifactVersion":"1"},{"artifactName":"vfwb4e853e10b840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json","artifactChecksum":"OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa44dc26-b7ec-4367-b85c-5e3bec4122df","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml","artifactChecksum":"YjRkOTQzNjRmOWU1NTRkNWNkMGVlNjg3NjNhNzRiNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fbfa99d6-13dd-499d-b818-26cfc8358470","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b476b4ff-5659-49b1-b2e4-ddb8604c20fd","artifactVersion":"2","generatedFromUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627053832-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml","artifactChecksum":"YjI2ZDAxMTkxNTkzNjUzMzIwYzQ4M2M0M2E1MGEwYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85a54224-103d-4ef6-a0f3-5479de9f1330","artifactVersion":"1"},{"artifactName":"service-Vfw20230627053832-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar","artifactChecksum":"NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9d110f0-a16e-4602-ae02-da1f60f2a500","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T05:39:42.594Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:39:42.600Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:42.600Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:42.600Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:42.606Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to FU4l4WHpSk-fY8kzdT4J0w
2023-06-27T05:39:42.606Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to FU4l4WHpSk-fY8kzdT4J0w
2023-06-27T05:39:42.606Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to FU4l4WHpSk-fY8kzdT4J0w
2023-06-27T05:39:42.606Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to FU4l4WHpSk-fY8kzdT4J0w
2023-06-27T05:39:42.606Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to FU4l4WHpSk-fY8kzdT4J0w
2023-06-27T05:39:42.606Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to FU4l4WHpSk-fY8kzdT4J0w
2023-06-27T05:39:42.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:39:42.645Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844361866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:39:42.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:39:43.631Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:39:43.632Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:43.632Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:43.632Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:44.633Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:39:44.633Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:44.633Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:44.634Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:45.635Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:39:45.635Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:45.635Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:45.635Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:46.636Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:39:46.637Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:46.637Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:46.637Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:47.638Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:39:47.642Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:47.642Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:47.642Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:48.643Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:39:48.644Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:48.644Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:48.644Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:49.647Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "serviceName": "vFW 2023-06-27 05-38-32",
  "serviceVersion": "1.0",
  "serviceUUID": "aae94acd-4192-4854-bee3-ae502faf026f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a7673f0c-2d25-4c41-a2ac-000a595dedc1",
  "resources": [
    {
      "resourceInstanceName": "vFW b4e853e1-0b84 0",
      "resourceCustomizationUUID": "1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5",
      "resourceName": "vFW b4e853e1-0b84",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90acd548-e5e2-4944-b0bf-05f32ed8a75f",
      "resourceInvariantUUID": "5ce94957-38e8-43ea-91bc-159a7afb6c3a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb4e853e10b840_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
          "artifactChecksum": "OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa44dc26-b7ec-4367-b85c-5e3bec4122df",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
            "generatedFromUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627053832-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
      "artifactChecksum": "NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b9d110f0-a16e-4602-ae02-da1f60f2a500"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T05:39:49.649Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T05:39:49.649Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aae94acd-4192-4854-bee3-ae502faf026f ASDC
2023-06-27T05:39:49.743Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:467962b9-421f-49c3-aa9f-ae372562aac6
ServiceName:vFW 2023-06-27 05-38-32
ServiceVersion:1.0
ServiceUUID:aae94acd-4192-4854-bee3-ae502faf026f
ServiceInvariantUUID:a7673f0c-2d25-4c41-a2ac-000a595dedc1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627053832-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
ArtifactUUID:b9d110f0-a16e-4602-ae02-da1f60f2a500
ArtifactChecksum:NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b4e853e1-0b84 0
ResourceCustomizationUUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
ResourceInvariantUUID:5ce94957-38e8-43ea-91bc-159a7afb6c3a
ResourceName:vFW b4e853e1-0b84
ResourceType:VF
ResourceUUID:90acd548-e5e2-4944-b0bf-05f32ed8a75f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb4e853e10b840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json
ArtifactUUID:aa44dc26-b7ec-4367-b85c-5e3bec4122df
ArtifactChecksum:OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE=
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml
ArtifactUUID:d03752ac-af1a-4ff4-9782-5cc8cf2dd052
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T05:39:49.744Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aae94acd-4192-4854-bee3-ae502faf026f 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-06-27T05:39:49.980Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T05:39:49.981Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T05:39:49.982Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T05:39:49.982Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 from URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:49.983Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T05:39:49.983Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:50.087Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T05:39:50.095Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar b9d110f0-a16e-4602-ae02-da1f60f2a500 101490
2023-06-27T05:39:50.097Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T05:39:50.097Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:50.098Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T05:39:50.099Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:50.100Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:50.100Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844390096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:51.101Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T05:39:51.102Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T05:39:51.102Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500, URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar to file: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:51.102Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627053832-csar.csar
2023-06-27T05:39:51.226Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:51.226Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:51.763Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP200154971451627481/Definitions/service-Vfw20230627053832-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-06-27T05:39:53.946Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T05:39:53.951Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T05:39:53.953Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:53.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T05:39:53.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:53.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T05:39:53.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T05:39:53.956Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b4e853e1-0b84 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-Vfw20230627053832-csar.csar
2023-06-27T05:39:53.956Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T05:39:53.957Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:53.957Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:53.958Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T05:39:53.958Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:53.958Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:53.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:39:53.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T05:39:53.977Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:53.981Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:53.987Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:39:53.988Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T05:39:53.991Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T05:39:53.993Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:53.994Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:53.994Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:39:53.995Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T05:39:53.995Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T05:39:53.995Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:53.996Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:54.004Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:54.005Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:39:54.005Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:39:54.005Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T05:39:54.006Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:54.006Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:39:54.007Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T05:39:54.007Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:39:54.007Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:39:54.008Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T05:39:54.008Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T05:39:54.009Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:39:54.009Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:54.010Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T05:39:54.010Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:54.010Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T05:39:54.011Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:39:54.011Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T05:39:54.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:54.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T05:39:54.015Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:54.016Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:39:54.017Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:39:54.018Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:54.018Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:39:54.018Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:39:54.019Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:54.019Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:39:54.019Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:39:54.020Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:54.021Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:39:54.021Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:39:54.021Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T05:39:54.022Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:39:54.022Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T05:39:54.022Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T05:39:54.022Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:39:54.023Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:54.023Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T05:39:54.024Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:54.024Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T05:39:54.025Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:39:54.025Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=89d8277f-0853-4154-beb2-83d2afa88901
2023-06-27T05:39:54.026Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:54.026Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:39:54.027Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:39:54.027Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T05:39:54.027Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:54.028Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:39:54.028Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T05:39:54.028Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:39:54.029Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:39:54.029Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T05:39:54.030Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T05:39:54.031Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:54.032Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T05:39:54.032Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:39:54.032Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73b6eaf8-7436-4c54-80d3-d9e4e8086f75
2023-06-27T05:39:54.033Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:54.033Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:39:54.034Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:39:54.035Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T05:39:54.035Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:54.036Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:39:54.037Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T05:39:54.038Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:39:54.038Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:39:54.038Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T05:39:54.038Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T05:39:54.038Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:39:54.038Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:54.039Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T05:39:54.039Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7120ea87-f937-450e-8069-3080962340d0
2023-06-27T05:39:54.039Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:54.039Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:54.039Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:54.040Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:54.040Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:54.040Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:54.040Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:54.040Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:54.040Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 05-38-32
Description:catalog service description
Model UUID:aae94acd-4192-4854-bee3-ae502faf026f
Model Version:NULL
Model InvariantUuid:a7673f0c-2d25-4c41-a2ac-000a595dedc1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b4e853e1-0b84
Model UUID:03f409a0-303a-4336-a3e8-31380c010f9c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ce94957-38e8-43ea-91bc-159a7afb6c3a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:58f93342-e20b-45cf-8ade-4e2216e306d9
ModelName:VfwB4e853e10b84..base_vfw..module-0
ModelUuid:72ba67ff-ba6e-4402-86bd-7ac51bd72a26
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:89d8277f-0853-4154-beb2-83d2afa88901
ModelInvariantUuid:8dee5041-0fb9-457f-bf57-19f7b12b9ee6
ModelName:vFW b4e853e1-0b84-nodes.vfwCvfc
ModelUuid:fe90e3b5-c24f-4944-a88e-e9354168068c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:29176d7f-b256-4914-9001-4c467534e4d6
ModelInvariantUuid:61dd8c10-b887-4027-a4f8-ead3ea485372
ModelName:VfwB4e853e10b84.compute.nodes.heat.vfw
ModelUuid:c08b938c-94ec-48a9-b1e1-749e2953d110
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:73b6eaf8-7436-4c54-80d3-d9e4e8086f75
ModelInvariantUuid:23bc848d-49a2-4f95-b92f-e00ddd82d621
ModelName:vFW b4e853e1-0b84-nodes.vsnCvfc
ModelUuid:eeb3325f-fcfd-48da-a6b9-c0f7f2ffa656
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e9ebca99-ad87-4fec-9432-c4e8a9d3dddf
ModelInvariantUuid:c44e62e7-2ab3-46ed-bc8b-eed166053f80
ModelName:VfwB4e853e10b84.compute.nodes.heat.vsn
ModelUuid:bd076260-fd2a-4420-a3bd-a89e7c43337d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7120ea87-f937-450e-8069-3080962340d0
ModelInvariantUuid:97b9632d-ff03-4e7f-9c2d-47d458d75b17
ModelName:vFW b4e853e1-0b84-nodes.vpgCvfc
ModelUuid:116a896a-c38f-4b46-bbe3-efc7c4c61484
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ef305fd0-b79b-4c85-ba82-75b09b376d1a
ModelInvariantUuid:a786c52d-ce1c-4a38-9313-a1eb1617238c
ModelName:VfwB4e853e10b84.compute.nodes.heat.vpg
ModelUuid:3bf88472-4257-4ea4-912b-3aae8597ad98
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-06-27T05:39:54.061Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f
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-06-27T05:39:54.139Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||vFW b4e853e1-0b84 0
2023-06-27T05:39:54.147Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f
2023-06-27T05:39:54.147Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aa44dc26-b7ec-4367-b85c-5e3bec4122df from URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json
2023-06-27T05:39:54.147Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T05:39:54.147Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json
2023-06-27T05:39:54.215Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T05:39:54.216Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json aa44dc26-b7ec-4367-b85c-5e3bec4122df 785
2023-06-27T05:39:54.217Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json ASDC sendASDCNotification
2023-06-27T05:39:54.217Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json
2023-06-27T05:39:54.218Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T05:39:54.218Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:54.219Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:54.219Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844394217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:55.222Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB4e853e10b84..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "58f93342-e20b-45cf-8ade-4e2216e306d9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72ba67ff-ba6e-4402-86bd-7ac51bd72a26",
    "vfModuleModelCustomizationUUID": "07e2a70a-9c57-433d-bc24-b3c4a9bbc6e7",
    "isBase": true,
    "artifacts": [
      "d03752ac-af1a-4ff4-9782-5cc8cf2dd052",
      "b476b4ff-5659-49b1-b2e4-ddb8604c20fd"
    ],
    "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-06-27T05:39:55.245Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB4e853e10b84..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72ba67ff-ba6e-4402-86bd-7ac51bd72a26
VfModuleModelInvariantUUID:58f93342-e20b-45cf-8ade-4e2216e306d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
d03752ac-af1a-4ff4-9782-5cc8cf2dd052
,
b476b4ff-5659-49b1-b2e4-ddb8604c20fd

}
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-06-27T05:39:55.250Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB4e853e10b84..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "58f93342-e20b-45cf-8ade-4e2216e306d9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72ba67ff-ba6e-4402-86bd-7ac51bd72a26",
    "vfModuleModelCustomizationUUID": "07e2a70a-9c57-433d-bc24-b3c4a9bbc6e7",
    "isBase": true,
    "artifacts": [
      "d03752ac-af1a-4ff4-9782-5cc8cf2dd052",
      "b476b4ff-5659-49b1-b2e4-ddb8604c20fd"
    ],
    "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-06-27T05:39:55.251Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB4e853e10b84..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72ba67ff-ba6e-4402-86bd-7ac51bd72a26
VfModuleModelInvariantUUID:58f93342-e20b-45cf-8ade-4e2216e306d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
d03752ac-af1a-4ff4-9782-5cc8cf2dd052
,
b476b4ff-5659-49b1-b2e4-ddb8604c20fd

}
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-06-27T05:39:55.251Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d03752ac-af1a-4ff4-9782-5cc8cf2dd052 from URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml
2023-06-27T05:39:55.251Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T05:39:55.251Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml
2023-06-27T05:39:55.409Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T05:39:55.414Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml d03752ac-af1a-4ff4-9782-5cc8cf2dd052 20368
2023-06-27T05:39:55.415Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-06-27T05:39:55.415Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml
2023-06-27T05:39:55.415Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T05:39:55.417Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:55.417Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:55.417Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844395415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:56.419Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b476b4ff-5659-49b1-b2e4-ddb8604c20fd from URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
2023-06-27T05:39:56.420Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T05:39:56.420Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
2023-06-27T05:39:56.519Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T05:39:56.519Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env b476b4ff-5659-49b1-b2e4-ddb8604c20fd 2098
2023-06-27T05:39:56.519Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env ASDC sendASDCNotification
2023-06-27T05:39:56.519Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
2023-06-27T05:39:56.520Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T05:39:56.520Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:56.520Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:56.520Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844396519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:57.522Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: aae94acd-4192-4854-bee3-ae502faf026f
2023-06-27T05:39:57.523Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b4e853e1-0b84 0 90acd548-e5e2-4944-b0bf-05f32ed8a75f 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-06-27T05:39:57.576Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75e5c76c, org.onap.sdc.toscaparser.api.parameters.Input@7369c751, org.onap.sdc.toscaparser.api.parameters.Input@687678ca, org.onap.sdc.toscaparser.api.parameters.Input@65c52ce7, org.onap.sdc.toscaparser.api.parameters.Input@3e405994]
2023-06-27T05:39:57.581Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.581Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:57.581Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-06-27T05:39:57.581Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
2023-06-27T05:39:57.581Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5 matches Tosca VF Customization UUID: 1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
2023-06-27T05:39:57.581Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5  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-06-27T05:39:57.590Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.591Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:57.593Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-06-27T05:39:57.594Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@509483b3
2023-06-27T05:39:57.594Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.594Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T05:39:57.595Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 07e2a70a-9c57-433d-bc24-b3c4a9bbc6e7
2023-06-27T05:39:57.598Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 07e2a70a-9c57-433d-bc24-b3c4a9bbc6e7
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-06-27T05:39:57.609Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.610Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:39:57.611Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:39:57.613Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.613Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:39:57.613Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:39:57.614Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.614Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:39:57.615Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:39:57.615Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T05:39:57.615Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:39:57.615Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T05:39:57.615Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T05:39:57.616Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:39:57.616Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:57.616Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T05:39:57.616Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:57.616Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T05:39:57.616Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:39:57.617Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=89d8277f-0853-4154-beb2-83d2afa88901
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-06-27T05:39:57.629Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.629Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:39:57.629Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:39:57.630Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.630Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:39:57.630Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:39:57.631Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T05:39:57.631Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:57.631Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:39:57.631Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T05:39:57.632Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:39:57.632Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:39:57.632Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T05:39:57.632Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T05:39:57.633Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:57.633Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T05:39:57.633Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:39:57.633Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73b6eaf8-7436-4c54-80d3-d9e4e8086f75
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-06-27T05:39:57.637Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.638Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:39:57.638Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:39:57.643Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.643Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:39:57.644Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:39:57.644Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T05:39:57.644Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:57.644Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:39:57.644Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T05:39:57.645Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:39:57.645Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:39:57.645Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T05:39:57.645Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T05:39:57.645Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:39:57.646Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T05:39:57.646Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T05:39:57.646Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7120ea87-f937-450e-8069-3080962340d0
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-06-27T05:39:57.650Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.651Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:39:57.651Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:39:57.651Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.651Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:39:57.651Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
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-06-27T05:39:57.655Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.656Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:57.656Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid aae94acd-4192-4854-bee3-ae502faf026f: vFW b4e853e1-0b84
2023-06-27T05:39:57.657Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.657Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:57.657Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.657Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:57.657Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.657Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:57.657Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.658Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:57.658Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:39:57.658Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:39:57.658Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-06-27 05-38-32 
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-06-27T05:39:58.085Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b4e853e1-0b84 90acd548-e5e2-4944-b0bf-05f32ed8a75f 1 ASDC deployResourceStructure
2023-06-27T05:39:58.086Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json ASDC sendASDCNotification
2023-06-27T05:39:58.086Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json
2023-06-27T05:39:58.087Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T05:39:58.087Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:58.087Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:58.088Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844398086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:39:59.092Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-06-27T05:39:59.092Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml
2023-06-27T05:39:59.092Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T05:39:59.093Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:39:59.093Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:39:59.093Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844399092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:40:00.094Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env ASDC sendASDCNotification
2023-06-27T05:40:00.095Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
2023-06-27T05:40:00.095Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T05:40:00.095Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:40:00.095Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:40:00.095Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844400094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:40:01.097Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T05:40:01.097Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T05:40:01.097Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T05:40:01.097Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:40:01.097Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:40:01.098Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844401097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:40:02.100Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:40:02.146Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:40:02.164Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:40:02.164Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:40:02.166Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:40:27.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:40:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:40:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844371947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:40:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:40:32.166Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:40:32.183Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:40:32.188Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:40:32.188Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:40:32.188Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:41:02.189Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:41:02.210Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:41:02.216Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:41:02.217Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:41:02.217Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:41:27.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:41:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844381371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844358001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844381371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844361866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844371947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844358001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844381371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844371947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844361866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T05:41:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844358001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T05:41:27.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844381371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844361866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844371947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844358001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844381371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844361866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844371947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844358001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844381371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844361866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844371947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844358001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844381371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:41:27.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844361866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:41:27.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844371947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:41:27.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844358001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:41:27.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.549Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844367642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:41:27.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.549Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844390320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:41:27.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.549Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844389853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:41:27.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844389790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:41:27.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844390310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:41:27.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844390096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:41:27.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844390817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T05:41:27.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844391362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-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-06-27T05:41:27.559Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 467962b9-421f-49c3-aa9f-ae372562aac6
2023-06-27T05:41:27.559Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 467962b9-421f-49c3-aa9f-ae372562aac6 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-06-27T05:41:27.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.573Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844391048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:41:27.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.573Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844391821,
  "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-06-27T05:41:27.580Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 467962b9-421f-49c3-aa9f-ae372562aac6
2023-06-27T05:41:27.580Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 467962b9-421f-49c3-aa9f-ae372562aac6 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-06-27T05:41:27.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.594Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844392212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:41:27.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.594Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844393319,
  "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-06-27T05:41:27.602Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 467962b9-421f-49c3-aa9f-ae372562aac6
2023-06-27T05:41:27.602Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 467962b9-421f-49c3-aa9f-ae372562aac6 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-06-27T05:41:27.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.614Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844394217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:41:27.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.615Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844394324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T05:41:27.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.615Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844395415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:41:27.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.615Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844396519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:41:27.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.616Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844398086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T05:41:27.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.616Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844399092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-06-27T05:41:27.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.616Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844400094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-06-27T05:41:27.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.616Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844401097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T05:41:27.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.617Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844403670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T05:41:27.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:41:27.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:41:27.617Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844404675,
  "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-06-27T05:41:27.628Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 467962b9-421f-49c3-aa9f-ae372562aac6
2023-06-27T05:41:27.628Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 467962b9-421f-49c3-aa9f-ae372562aac6 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-06-27T05:41:32.218Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:41:32.237Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:41:32.244Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:41:32.245Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:41:32.245Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:41:32.245Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:42:02.246Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:42:02.258Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:42:02.262Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:42:02.262Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:42:02.262Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:42:02.268Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:42:27.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:42:27.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844441371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844392365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844425330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844422824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844441371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844425330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844392365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844422824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844441371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844425330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-06-27T05:42:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844392365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844422824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844441371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844392365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844425330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844422824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844441371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844392365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844425330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-06-27T05:42:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844422824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844441371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844425330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844392365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844422824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844425330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844441371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:42:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844392365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844422824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844451304,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844451779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844451748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844451245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:42:27.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844452786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-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-06-27T05:42:27.573Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9f25b555-9eec-4127-8a92-bea49612e43a
2023-06-27T05:42:27.574Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f25b555-9eec-4127-8a92-bea49612e43a 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-06-27T05:42:27.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.586Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844452249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T05:42:27.587Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.588Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844452410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:42:27.588Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.588Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844453251,
  "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-06-27T05:42:27.596Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f25b555-9eec-4127-8a92-bea49612e43a
2023-06-27T05:42:27.597Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f25b555-9eec-4127-8a92-bea49612e43a 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-06-27T05:42:27.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.611Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844453516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:42:27.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.612Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844454548,
  "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-06-27T05:42:27.621Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f25b555-9eec-4127-8a92-bea49612e43a
2023-06-27T05:42:27.621Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f25b555-9eec-4127-8a92-bea49612e43a 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-06-27T05:42:27.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.633Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844455551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T05:42:27.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.634Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844457192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T05:42:27.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:42:27.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:42:27.635Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "aai-model-loader",
  "timestamp": 1687844458195,
  "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-06-27T05:42:27.644Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9f25b555-9eec-4127-8a92-bea49612e43a
2023-06-27T05:42:27.644Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f25b555-9eec-4127-8a92-bea49612e43a 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-06-27T05:42:32.268Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:42:32.284Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:42:32.288Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:42:32.288Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:42:32.288Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:42:32.288Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:43:02.288Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:43:02.311Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:43:02.317Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:43:02.318Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:43:02.318Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:43:02.319Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:43:27.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:43:32.319Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:43:32.337Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:43:32.342Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:43:32.342Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:43:32.342Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:43:32.343Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:44:02.343Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:44:02.361Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:44:02.367Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:44:02.367Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:44:02.367Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:44:02.367Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:44:27.535Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:44:32.368Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:44:32.388Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:44:32.393Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:44:32.394Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:44:32.394Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:44:32.394Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:44:42.478Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-06-27T05:44:42.479Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Member SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-b7b96b41-8ba3-4943-ab0a-46ee4b57c4ff sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-06-27T05:44:42.480Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-06-27T05:44:42.480Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-06-27T05:44:42.610Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:44:42.620Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T05:44:42.621Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T05:44:42.625Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T05:44:42.626Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T05:44:42.634Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T05:44:42.635Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T05:44:42.635Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T05:44:42.640Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T05:44:42.641Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T05:44:42.641Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T05:44:42.642Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=97, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T05:44:42.642Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T05:44:42.642Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T05:45:02.394Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T05:45:02.395Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6 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-06-27T05:45:02.404Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 467962b9-421f-49c3-aa9f-ae372562aac6 and serviceModelVersionId: aae94acd-4192-4854-bee3-ae502faf026f
2023-06-27T05:45:02.404Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7673f0c-2d25-4c41-a2ac-000a595dedc1
2023-06-27T05:45:18.678Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0
2023-06-27T05:45:18.854Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T05:45:19.527Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?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-06-27T05:45:19.536Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||Invoke
2023-06-27T05:45:19.580Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T05:45:19.855Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||InvokeReturn
2023-06-27T05:45:19.855Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 05:45:20 GMT], content-length=[0], vertex-id=[614576], x-aai-txid=[1-aai-resources-230627-05:45:20:070-51960], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T05:45:19.856Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T05:45:19.861Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T05:45:19.862Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T05:45:19.872Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T05:45:19.874Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 467962b9-421f-49c3-aa9f-ae372562aac6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T05:45:19.875Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T05:45:19.875Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:45:19.875Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:45:19.875Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844719874,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:45:19.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T05:45:19.889Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844719874,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T05:45:19.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T05:45:20.896Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:45:20.896Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-06-27T05:45:20.897Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-06-27T05:45:20.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-06-27T05:45:20.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Lost previously 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-06-27T05:45:20.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T05:45:20.902Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-6f9768b2-a3cd-4bd1-998e-96945b6ff3d1
2023-06-27T05:45:20.902Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-06-27T05:45:20.903Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T05:45:20.903Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T05:45:21.795Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:45:24.807Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:45:27.534Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:45:27.544Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T05:45:27.544Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T05:45:27.548Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T05:45:27.548Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-6f9768b2-a3cd-4bd1-998e-96945b6ff3d1', protocol='range'}
2023-06-27T05:45:27.552Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-55f41862-cb30-4c9f-8dc4-849c2754b240-6f9768b2-a3cd-4bd1-998e-96945b6ff3d1=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-06-27T05:45:27.559Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T05:45:27.559Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-6f9768b2-a3cd-4bd1-998e-96945b6ff3d1', protocol='range'}
2023-06-27T05:45:27.560Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T05:45:27.560Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T05:45:27.560Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T05:45:27.560Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T05:45:27.563Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-06-27T05:45:27.563Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T05:45:27.564Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-06-27T05:45:27.564Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T05:45:27.564Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-06-27T05:45:27.564Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T05:45:27.564Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-06-27T05:45:27.564Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-06-27T05:45:27.564Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=98, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T05:45:27.564Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset 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-06-27T05:45:27.564Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T05:45:27.564Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T05:45:27.571Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T05:45:27.571Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"467962b9-421f-49c3-aa9f-ae372562aac6","serviceName":"vFW 2023-06-27 05-38-32","serviceVersion":"1.0","serviceUUID":"aae94acd-4192-4854-bee3-ae502faf026f","serviceDescription":"catalog service description","serviceInvariantUUID":"a7673f0c-2d25-4c41-a2ac-000a595dedc1","resources":[{"resourceInstanceName":"vFW b4e853e1-0b84 0","resourceName":"vFW b4e853e1-0b84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90acd548-e5e2-4944-b0bf-05f32ed8a75f","resourceInvariantUUID":"5ce94957-38e8-43ea-91bc-159a7afb6c3a","resourceCustomizationUUID":"1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml","artifactChecksum":"N2ExNGQ3NWU4ODNiMjlhYjg1YWZlY2UxYjM0Y2U3OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c64b414-9a9d-42a1-9913-c94c05dd8f51","artifactVersion":"1"},{"artifactName":"vfwb4e853e10b840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json","artifactChecksum":"OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa44dc26-b7ec-4367-b85c-5e3bec4122df","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml","artifactChecksum":"YjRkOTQzNjRmOWU1NTRkNWNkMGVlNjg3NjNhNzRiNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fbfa99d6-13dd-499d-b818-26cfc8358470","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b476b4ff-5659-49b1-b2e4-ddb8604c20fd","artifactVersion":"2","generatedFromUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627053832-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml","artifactChecksum":"YjI2ZDAxMTkxNTkzNjUzMzIwYzQ4M2M0M2E1MGEwYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85a54224-103d-4ef6-a0f3-5479de9f1330","artifactVersion":"1"},{"artifactName":"service-Vfw20230627053832-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar","artifactChecksum":"NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9d110f0-a16e-4602-ae02-da1f60f2a500","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T05:45:27.577Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:45:27.577Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:45:27.577Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:45:27.578Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:45:28.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-06-27T05:45:28.574Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:45:28.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:45:28.578Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:45:28.579Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:45:28.579Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:45:28.579Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:45:29.580Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:45:29.581Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:45:29.581Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:45:29.581Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:45:30.582Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:45:30.583Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:45:30.583Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:45:30.583Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:45:31.584Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:45:31.585Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:45:31.585Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:45:31.585Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:45:32.586Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:45:32.587Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:45:32.587Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:45:32.587Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:45:33.588Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:45:33.589Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:45:33.589Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:45:33.589Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:45:34.591Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "serviceName": "vFW 2023-06-27 05-38-32",
  "serviceVersion": "1.0",
  "serviceUUID": "aae94acd-4192-4854-bee3-ae502faf026f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a7673f0c-2d25-4c41-a2ac-000a595dedc1",
  "resources": [
    {
      "resourceInstanceName": "vFW b4e853e1-0b84 0",
      "resourceCustomizationUUID": "1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5",
      "resourceName": "vFW b4e853e1-0b84",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90acd548-e5e2-4944-b0bf-05f32ed8a75f",
      "resourceInvariantUUID": "5ce94957-38e8-43ea-91bc-159a7afb6c3a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb4e853e10b840_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
          "artifactChecksum": "OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa44dc26-b7ec-4367-b85c-5e3bec4122df",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
            "generatedFromUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627053832-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
      "artifactChecksum": "NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b9d110f0-a16e-4602-ae02-da1f60f2a500"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T05:45:34.592Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T05:45:34.593Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aae94acd-4192-4854-bee3-ae502faf026f ASDC
2023-06-27T05:45:34.593Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:467962b9-421f-49c3-aa9f-ae372562aac6
ServiceName:vFW 2023-06-27 05-38-32
ServiceVersion:1.0
ServiceUUID:aae94acd-4192-4854-bee3-ae502faf026f
ServiceInvariantUUID:a7673f0c-2d25-4c41-a2ac-000a595dedc1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627053832-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
ArtifactUUID:b9d110f0-a16e-4602-ae02-da1f60f2a500
ArtifactChecksum:NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b4e853e1-0b84 0
ResourceCustomizationUUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
ResourceInvariantUUID:5ce94957-38e8-43ea-91bc-159a7afb6c3a
ResourceName:vFW b4e853e1-0b84
ResourceType:VF
ResourceUUID:90acd548-e5e2-4944-b0bf-05f32ed8a75f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb4e853e10b840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json
ArtifactUUID:aa44dc26-b7ec-4367-b85c-5e3bec4122df
ArtifactChecksum:OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE=
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml
ArtifactUUID:d03752ac-af1a-4ff4-9782-5cc8cf2dd052
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T05:45:34.594Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aae94acd-4192-4854-bee3-ae502faf026f 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:45:34.627Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T05:45:34.628Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T05:45:34.628Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T05:45:34.628Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 from URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:34.628Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T05:45:34.629Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:34.892Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T05:45:34.893Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar b9d110f0-a16e-4602-ae02-da1f60f2a500 101490
2023-06-27T05:45:34.893Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T05:45:34.894Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:34.894Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T05:45:34.894Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:45:34.895Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:45:34.895Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844734893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:45:35.896Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T05:45:35.897Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T05:45:35.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500, URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar to file: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:35.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627053832-csar.csar
2023-06-27T05:45:35.899Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:35.900Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:36.099Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10855866430159151659/Definitions/service-Vfw20230627053832-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-06-27T05:45:38.073Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T05:45:38.074Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T05:45:38.074Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:38.075Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T05:45:38.075Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:38.075Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T05:45:38.075Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T05:45:38.075Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b4e853e1-0b84 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-Vfw20230627053832-csar.csar
2023-06-27T05:45:38.075Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T05:45:38.075Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:38.076Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:38.076Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T05:45:38.076Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:38.076Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:38.076Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:45:38.076Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T05:45:38.076Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.077Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:45:38.077Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:45:38.077Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T05:45:38.077Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T05:45:38.078Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.078Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:45:38.078Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:45:38.078Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T05:45:38.078Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T05:45:38.079Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.079Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:45:38.079Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.079Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:45:38.079Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:45:38.079Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T05:45:38.080Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T05:45:38.080Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:45:38.080Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T05:45:38.080Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:45:38.080Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:45:38.080Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T05:45:38.081Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T05:45:38.081Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:45:38.081Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T05:45:38.081Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T05:45:38.081Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T05:45:38.081Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T05:45:38.082Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:45:38.082Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T05:45:38.082Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.082Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T05:45:38.082Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.083Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:45:38.083Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:45:38.083Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.083Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:45:38.083Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:45:38.084Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.084Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:45:38.084Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:45:38.084Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.084Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:45:38.085Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:45:38.085Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T05:45:38.085Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:45:38.085Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T05:45:38.085Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T05:45:38.085Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:45:38.086Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T05:45:38.086Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T05:45:38.086Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T05:45:38.086Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T05:45:38.086Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:45:38.086Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=89d8277f-0853-4154-beb2-83d2afa88901
2023-06-27T05:45:38.087Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.087Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:45:38.087Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:45:38.087Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T05:45:38.087Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T05:45:38.087Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:45:38.088Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T05:45:38.088Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:45:38.088Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:45:38.088Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T05:45:38.088Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T05:45:38.088Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T05:45:38.089Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T05:45:38.089Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:45:38.089Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73b6eaf8-7436-4c54-80d3-d9e4e8086f75
2023-06-27T05:45:38.089Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.089Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:45:38.089Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:45:38.090Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T05:45:38.090Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T05:45:38.090Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:45:38.090Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T05:45:38.090Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:45:38.090Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:45:38.091Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T05:45:38.091Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T05:45:38.091Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:45:38.091Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T05:45:38.091Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T05:45:38.091Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7120ea87-f937-450e-8069-3080962340d0
2023-06-27T05:45:38.092Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.092Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:45:38.092Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.092Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:45:38.092Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.093Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:45:38.093Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:45:38.093Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:45:38.093Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 05-38-32
Description:catalog service description
Model UUID:aae94acd-4192-4854-bee3-ae502faf026f
Model Version:NULL
Model InvariantUuid:a7673f0c-2d25-4c41-a2ac-000a595dedc1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b4e853e1-0b84
Model UUID:03f409a0-303a-4336-a3e8-31380c010f9c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ce94957-38e8-43ea-91bc-159a7afb6c3a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:58f93342-e20b-45cf-8ade-4e2216e306d9
ModelName:VfwB4e853e10b84..base_vfw..module-0
ModelUuid:72ba67ff-ba6e-4402-86bd-7ac51bd72a26
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:89d8277f-0853-4154-beb2-83d2afa88901
ModelInvariantUuid:8dee5041-0fb9-457f-bf57-19f7b12b9ee6
ModelName:vFW b4e853e1-0b84-nodes.vfwCvfc
ModelUuid:fe90e3b5-c24f-4944-a88e-e9354168068c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:29176d7f-b256-4914-9001-4c467534e4d6
ModelInvariantUuid:61dd8c10-b887-4027-a4f8-ead3ea485372
ModelName:VfwB4e853e10b84.compute.nodes.heat.vfw
ModelUuid:c08b938c-94ec-48a9-b1e1-749e2953d110
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:73b6eaf8-7436-4c54-80d3-d9e4e8086f75
ModelInvariantUuid:23bc848d-49a2-4f95-b92f-e00ddd82d621
ModelName:vFW b4e853e1-0b84-nodes.vsnCvfc
ModelUuid:eeb3325f-fcfd-48da-a6b9-c0f7f2ffa656
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e9ebca99-ad87-4fec-9432-c4e8a9d3dddf
ModelInvariantUuid:c44e62e7-2ab3-46ed-bc8b-eed166053f80
ModelName:VfwB4e853e10b84.compute.nodes.heat.vsn
ModelUuid:bd076260-fd2a-4420-a3bd-a89e7c43337d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7120ea87-f937-450e-8069-3080962340d0
ModelInvariantUuid:97b9632d-ff03-4e7f-9c2d-47d458d75b17
ModelName:vFW b4e853e1-0b84-nodes.vpgCvfc
ModelUuid:116a896a-c38f-4b46-bbe3-efc7c4c61484
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ef305fd0-b79b-4c85-ba82-75b09b376d1a
ModelInvariantUuid:a786c52d-ce1c-4a38-9313-a1eb1617238c
ModelName:VfwB4e853e10b84.compute.nodes.heat.vpg
ModelUuid:3bf88472-4257-4ea4-912b-3aae8597ad98
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=?
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-06-27T05:45:38.120Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||ERROR|500||Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists
2023-06-27T05:45:38.123Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T05:45:38.124Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar(Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists)
2023-06-27T05:45:38.124Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T05:45:38.124Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:45:38.124Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:45:38.125Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844738120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:45:39.126Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T05:45:39.126Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar(Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists)
2023-06-27T05:45:39.126Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T05:45:39.127Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:45:39.127Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:45:39.127Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844739126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:45:40.128Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:45:40.144Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:45:40.149Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:45:40.150Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:45:40.150Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:45:40.150Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:46:10.151Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:46:10.169Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:46:10.175Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:46:10.175Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:46:10.175Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:46:10.175Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:46:27.534Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:46:27.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-06-27T05:46:27.535Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T05:46:27.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:46:40.176Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:46:40.193Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:46:40.197Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:46:40.198Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:46:40.198Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:46:40.198Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:47:10.198Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:47:10.213Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:47:10.218Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:47:10.218Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:47:10.218Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:47:10.219Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:47:27.534Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:47:27.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-06-27T05:47:27.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T05:47:27.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:47:27.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844734893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844738120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists"
}
2023-06-27T05:47:27.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:47:27.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-06-27T05:47:27.538Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844739126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists"
}
2023-06-27T05:47:27.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:47:40.219Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:47:40.236Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:47:40.240Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:47:40.241Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:47:40.241Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:47:40.241Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:48:10.241Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:48:10.256Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:48:10.260Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:48:10.261Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:48:10.261Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:48:10.261Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:48:27.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:48:40.261Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:48:40.273Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:48:40.277Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:48:40.277Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:48:40.277Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:48:40.277Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:49:10.277Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:49:10.290Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:49:10.293Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:49:10.294Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:49:10.294Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:49:10.294Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:49:27.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:49:40.296Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:49:40.319Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:49:40.323Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:49:40.323Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:49:40.324Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:49:40.324Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:50:07.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T05:50:07.821Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844996573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:50:07.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:50:10.325Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:50:10.342Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:50:10.346Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:50:10.346Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:50:10.346Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:50:10.346Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:50:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:27.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:50:27.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844993802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:50:27.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:50:27.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:50:27.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844994267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:50:27.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:50:27.655Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-06-27T05:50:27.655Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Member SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-6f9768b2-a3cd-4bd1-998e-96945b6ff3d1 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-06-27T05:50:27.655Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-06-27T05:50:27.656Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-06-27T05:50:28.488Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:50:31.505Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:50:34.514Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:50:37.523Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:50:40.346Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T05:50:40.347Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6 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-06-27T05:50:40.354Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 467962b9-421f-49c3-aa9f-ae372562aac6 and serviceModelVersionId: aae94acd-4192-4854-bee3-ae502faf026f
2023-06-27T05:50:40.354Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7673f0c-2d25-4c41-a2ac-000a595dedc1
2023-06-27T05:50:40.355Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0
2023-06-27T05:50:40.361Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T05:50:40.431Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?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-06-27T05:50:40.432Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||Invoke
2023-06-27T05:50:40.438Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T05:50:40.534Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:50:40.569Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||InvokeReturn
2023-06-27T05:50:40.570Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 05:50:40 GMT], content-length=[0], vertex-id=[614576], x-aai-txid=[2-aai-resources-230627-05:50:40:932-9403], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T05:50:40.570Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T05:50:40.571Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T05:50:40.571Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T05:50:40.576Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T05:50:40.576Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 467962b9-421f-49c3-aa9f-ae372562aac6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T05:50:40.576Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T05:50:40.576Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:40.576Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:40.576Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845040576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 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-06-27T05:50:41.595Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T05:50:41.595Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9f25b555-9eec-4127-8a92-bea49612e43a","serviceName":"basic_onboard_aziSMo","serviceVersion":"1.0","serviceUUID":"59641768-8983-458b-a2db-0e2b593ebbed","serviceDescription":"service","serviceInvariantUUID":"1f7ec5a7-f2db-4704-8509-cb39be9bec77","resources":[{"resourceInstanceName":"basic_onboard_aziSMo 0","resourceName":"basic_onboard_aziSMo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f1975a6-6bb5-4a2a-b31d-bdbed7697d14","resourceInvariantUUID":"507d2b8e-887c-4380-9a76-da56afc55f19","resourceCustomizationUUID":"818e617c-70b9-467a-b124-80c20ee15d31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml","artifactChecksum":"MjI1NmM5NGU2ZTY3NjQ1NzE3MWE2OTY0NGEwNWEzYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b092353-ca04-4272-905b-18da797ff87d","artifactVersion":"1"},{"artifactName":"basic_onboard_azismo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json","artifactChecksum":"MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37a88213-527a-4cc2-989a-6257233da88c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d4b61a99-967a-4677-967d-9ca5f5b5711b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4547987d-2463-4ff5-aef4-9e65bafb7d2e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"20396e45-ce77-4d46-9f4e-0f8f6ba74a9c","artifactVersion":"2","generatedFromUUID":"d4b61a99-967a-4677-967d-9ca5f5b5711b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAzismo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml","artifactChecksum":"ZDM1ZGVhNWI1YTQ3OTQwZDY4M2I3YWZkZDc3MmQzM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b137912-de3a-4566-996c-2b6a510e9d7c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAzismo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar","artifactChecksum":"YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75c7f603-7193-440d-aee5-dd75269d2acb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T05:50:41.596Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:50:41.597Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:41.597Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:41.597Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:42.597Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:50:42.598Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:42.598Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:42.598Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:43.548Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:50:43.599Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:50:43.600Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:43.600Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:43.600Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:44.601Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:50:44.601Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:44.602Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:44.602Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:45.603Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:50:45.604Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:45.604Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:45.604Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:46.559Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:50:46.604Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:50:46.605Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:46.605Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:46.605Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:47.608Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:50:47.608Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:47.608Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:47.608Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:48.610Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "serviceName": "basic_onboard_aziSMo",
  "serviceVersion": "1.0",
  "serviceUUID": "59641768-8983-458b-a2db-0e2b593ebbed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f7ec5a7-f2db-4704-8509-cb39be9bec77",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_aziSMo 0",
      "resourceCustomizationUUID": "818e617c-70b9-467a-b124-80c20ee15d31",
      "resourceName": "basic_onboard_aziSMo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f1975a6-6bb5-4a2a-b31d-bdbed7697d14",
      "resourceInvariantUUID": "507d2b8e-887c-4380-9a76-da56afc55f19",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_azismo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
          "artifactChecksum": "MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "37a88213-527a-4cc2-989a-6257233da88c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d4b61a99-967a-4677-967d-9ca5f5b5711b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c",
            "generatedFromUUID": "d4b61a99-967a-4677-967d-9ca5f5b5711b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAzismo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
      "artifactChecksum": "YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75c7f603-7193-440d-aee5-dd75269d2acb"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T05:50:48.610Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T05:50:48.610Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 59641768-8983-458b-a2db-0e2b593ebbed ASDC
2023-06-27T05:50:48.611Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9f25b555-9eec-4127-8a92-bea49612e43a
ServiceName:basic_onboard_aziSMo
ServiceVersion:1.0
ServiceUUID:59641768-8983-458b-a2db-0e2b593ebbed
ServiceInvariantUUID:1f7ec5a7-f2db-4704-8509-cb39be9bec77
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAzismo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
ArtifactUUID:75c7f603-7193-440d-aee5-dd75269d2acb
ArtifactChecksum:YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_aziSMo 0
ResourceCustomizationUUID:818e617c-70b9-467a-b124-80c20ee15d31
ResourceInvariantUUID:507d2b8e-887c-4380-9a76-da56afc55f19
ResourceName:basic_onboard_aziSMo
ResourceType:VF
ResourceUUID:2f1975a6-6bb5-4a2a-b31d-bdbed7697d14
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_azismo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json
ArtifactUUID:37a88213-527a-4cc2-989a-6257233da88c
ArtifactChecksum:MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA=
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d4b61a99-967a-4677-967d-9ca5f5b5711b
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
ArtifactUUID:20396e45-ce77-4d46-9f4e-0f8f6ba74a9c
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
ArtifactUUID:20396e45-ce77-4d46-9f4e-0f8f6ba74a9c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T05:50:48.611Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59641768-8983-458b-a2db-0e2b593ebbed 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-06-27T05:50:48.656Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T05:50:48.657Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T05:50:48.657Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T05:50:48.657Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 75c7f603-7193-440d-aee5-dd75269d2acb from URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:48.657Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T05:50:48.657Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:48.914Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T05:50:48.915Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar 75c7f603-7193-440d-aee5-dd75269d2acb 75646
2023-06-27T05:50:48.915Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T05:50:48.916Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:48.916Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T05:50:48.916Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:48.916Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:48.916Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845048915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:49.567Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:50:49.917Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T05:50:49.918Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T05:50:49.918Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 75c7f603-7193-440d-aee5-dd75269d2acb, URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar to file: /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:49.919Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:49.919Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:49.920Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:50.062Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7128988746913712786/Definitions/service-BasicOnboardAzismo-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-06-27T05:50:51.000Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T05:50:51.000Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T05:50:51.000Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:51.001Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T05:50:51.001Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:51.001Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:51.001Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aziSMo 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-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:51.002Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:51.002Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:51.002Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:51.002Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:51.002Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T05:50:51.002Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.003Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:51.003Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T05:50:51.003Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T05:50:51.003Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T05:50:51.003Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.004Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:51.004Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T05:50:51.004Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T05:50:51.004Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T05:50:51.004Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.004Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:51.005Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.005Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T05:50:51.005Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-06-27T05:50:51.005Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-06-27T05:50:51.005Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-06-27T05:50:51.005Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T05:50:51.006Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T05:50:51.006Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.006Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T05:50:51.006Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.008Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T05:50:51.008Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:50:51.009Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.009Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T05:50:51.009Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:50:51.009Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.009Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T05:50:51.009Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:50:51.009Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.010Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T05:50:51.010Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-06-27T05:50:51.010Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T05:50:51.010Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=58fc4468-f99f-404a-bd48-42f30a142817
2023-06-27T05:50:51.010Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.010Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:51.010Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.010Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:51.011Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.011Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:51.011Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:51.011Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:51.011Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_aziSMo
Description:service
Model UUID:59641768-8983-458b-a2db-0e2b593ebbed
Model Version:NULL
Model InvariantUuid:1f7ec5a7-f2db-4704-8509-cb39be9bec77
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_aziSMo
Model UUID:9fad7b46-5542-428f-bcbb-17059eec340f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:507d2b8e-887c-4380-9a76-da56afc55f19
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:818e617c-70b9-467a-b124-80c20ee15d31
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:acd7592f-8360-4cdd-9fec-f2690e4ad78d
ModelName:BasicOnboardAzismo..base_ubuntu18..module-0
ModelUuid:dc67a037-3faa-40fb-b0c9-354cbe3222a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:58fc4468-f99f-404a-bd48-42f30a142817
ModelInvariantUuid:c4730dc4-4e71-433d-b279-f592c4abd704
ModelName:basic_onboard_aziSMo-nodes.ubuntu18Cvfc
ModelUuid:c89c6daf-bd49-494d-acee-010cd8209e39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3c174aeb-1f83-40b1-98b3-a461565a3323
ModelInvariantUuid:81945dc5-b5f9-49c4-b675-49d5a04c5e66
ModelName:BasicOnboardAzismo.compute.nodes.heat.ubuntu18
ModelUuid:b6cb5860-9c3f-4d8c-99b0-6c08ddedceb3
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-06-27T05:50:51.021Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14
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-06-27T05:50:51.027Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||basic_onboard_aziSMo 0
2023-06-27T05:50:51.028Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14
2023-06-27T05:50:51.028Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 37a88213-527a-4cc2-989a-6257233da88c from URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json
2023-06-27T05:50:51.028Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T05:50:51.029Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json
2023-06-27T05:50:51.096Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T05:50:51.097Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json 37a88213-527a-4cc2-989a-6257233da88c 798
2023-06-27T05:50:51.097Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json ASDC sendASDCNotification
2023-06-27T05:50:51.097Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json
2023-06-27T05:50:51.097Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T05:50:51.098Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:51.098Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:51.098Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845051097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:52.098Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAzismo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "acd7592f-8360-4cdd-9fec-f2690e4ad78d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc67a037-3faa-40fb-b0c9-354cbe3222a9",
    "vfModuleModelCustomizationUUID": "14d26605-ae65-4f5d-955f-e337dd452d97",
    "isBase": true,
    "artifacts": [
      "d4b61a99-967a-4677-967d-9ca5f5b5711b",
      "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c"
    ],
    "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-06-27T05:50:52.104Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAzismo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc67a037-3faa-40fb-b0c9-354cbe3222a9
VfModuleModelInvariantUUID:acd7592f-8360-4cdd-9fec-f2690e4ad78d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4b61a99-967a-4677-967d-9ca5f5b5711b
,
20396e45-ce77-4d46-9f4e-0f8f6ba74a9c

}
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-06-27T05:50:52.108Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAzismo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "acd7592f-8360-4cdd-9fec-f2690e4ad78d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc67a037-3faa-40fb-b0c9-354cbe3222a9",
    "vfModuleModelCustomizationUUID": "14d26605-ae65-4f5d-955f-e337dd452d97",
    "isBase": true,
    "artifacts": [
      "d4b61a99-967a-4677-967d-9ca5f5b5711b",
      "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c"
    ],
    "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-06-27T05:50:52.108Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAzismo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc67a037-3faa-40fb-b0c9-354cbe3222a9
VfModuleModelInvariantUUID:acd7592f-8360-4cdd-9fec-f2690e4ad78d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4b61a99-967a-4677-967d-9ca5f5b5711b
,
20396e45-ce77-4d46-9f4e-0f8f6ba74a9c

}
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-06-27T05:50:52.108Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d4b61a99-967a-4677-967d-9ca5f5b5711b from URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml
2023-06-27T05:50:52.109Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T05:50:52.109Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml
2023-06-27T05:50:52.181Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T05:50:52.181Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml d4b61a99-967a-4677-967d-9ca5f5b5711b 5033
2023-06-27T05:50:52.181Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-06-27T05:50:52.182Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml
2023-06-27T05:50:52.182Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T05:50:52.182Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:52.182Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:52.182Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845052181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:52.592Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:50:53.183Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 20396e45-ce77-4d46-9f4e-0f8f6ba74a9c from URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
2023-06-27T05:50:53.183Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T05:50:53.184Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
2023-06-27T05:50:53.275Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T05:50:53.276Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env 20396e45-ce77-4d46-9f4e-0f8f6ba74a9c 909
2023-06-27T05:50:53.276Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-06-27T05:50:53.276Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
2023-06-27T05:50:53.277Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T05:50:53.277Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:53.277Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:53.277Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845053276,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:54.278Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 59641768-8983-458b-a2db-0e2b593ebbed
2023-06-27T05:50:54.279Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_aziSMo 0 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 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-06-27T05:50:54.306Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36929c70, org.onap.sdc.toscaparser.api.parameters.Input@265ae4e8, org.onap.sdc.toscaparser.api.parameters.Input@5f7e014, org.onap.sdc.toscaparser.api.parameters.Input@4ceb432, org.onap.sdc.toscaparser.api.parameters.Input@261dc9c7]
2023-06-27T05:50:54.310Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.311Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:54.311Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-06-27T05:50:54.311Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 818e617c-70b9-467a-b124-80c20ee15d31
2023-06-27T05:50:54.312Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 818e617c-70b9-467a-b124-80c20ee15d31 matches Tosca VF Customization UUID: 818e617c-70b9-467a-b124-80c20ee15d31
2023-06-27T05:50:54.312Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 818e617c-70b9-467a-b124-80c20ee15d31  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-06-27T05:50:54.317Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.318Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:54.319Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 818e617c-70b9-467a-b124-80c20ee15d31: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-06-27T05:50:54.319Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c42ef53
2023-06-27T05:50:54.320Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.320Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T05:50:54.320Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 14d26605-ae65-4f5d-955f-e337dd452d97
2023-06-27T05:50:54.321Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 14d26605-ae65-4f5d-955f-e337dd452d97
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-06-27T05:50:54.326Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.327Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T05:50:54.327Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:50:54.327Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.328Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T05:50:54.328Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:50:54.328Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.328Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T05:50:54.328Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-06-27T05:50:54.328Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T05:50:54.328Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=58fc4468-f99f-404a-bd48-42f30a142817
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-06-27T05:50:54.331Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.331Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T05:50:54.331Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:50:54.331Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.331Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T05:50:54.332Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=818e617c-70b9-467a-b124-80c20ee15d31
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-06-27T05:50:54.334Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.334Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:54.334Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 59641768-8983-458b-a2db-0e2b593ebbed: basic_onboard_aziSMo
2023-06-27T05:50:54.335Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.335Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:54.335Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.335Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:54.335Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.335Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:54.335Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.336Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:54.336Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:50:54.336Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:50:54.336Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_aziSMo 
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-06-27T05:50:54.500Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_aziSMo 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 1 ASDC deployResourceStructure
2023-06-27T05:50:54.500Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json ASDC sendASDCNotification
2023-06-27T05:50:54.501Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json
2023-06-27T05:50:54.501Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T05:50:54.501Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:54.501Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:54.501Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845054500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:55.502Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-06-27T05:50:55.503Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml
2023-06-27T05:50:55.503Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T05:50:55.503Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:55.503Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:55.503Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845055502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:55.604Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:50:56.504Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-06-27T05:50:56.504Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
2023-06-27T05:50:56.504Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T05:50:56.505Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:56.505Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:56.505Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845056504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:57.505Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T05:50:57.506Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T05:50:57.506Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T05:50:57.506Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:50:57.506Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:50:57.506Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845057505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:50:58.507Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:50:58.530Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:50:58.535Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:50:58.535Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:50:58.535Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:50:58.535Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:50:58.616Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:51:01.627Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:51:04.637Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:51:07.646Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:51:10.656Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:51:13.665Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:51:16.679Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:51:19.689Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:51:22.698Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:51:25.709Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:51:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:51:27.545Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T05:51:27.545Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T05:51:27.548Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T05:51:27.548Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T05:51:27.554Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T05:51:27.554Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T05:51:27.555Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T05:51:27.557Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T05:51:27.557Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T05:51:27.557Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T05:51:27.557Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=111, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T05:51:27.557Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T05:51:27.557Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T05:51:28.536Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:51:28.551Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:51:28.554Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:51:28.554Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:51:28.554Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:51:28.555Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:51:28.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.570Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844996573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844994267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844993802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844996573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844994267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T05:51:28.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844993802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844996573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844994267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844993802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845011371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844996573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T05:51:28.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844994267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844993802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845011371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844996573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844993802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.573Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844994267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845011371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687844996573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687844994267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687844993802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845011371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845011371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845014963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687845015445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845014905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845011371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.575Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687845016452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-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-06-27T05:51:28.600Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75f1e763-b200-458f-817c-6bbe5f9f9184
2023-06-27T05:51:28.601Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f1e763-b200-458f-817c-6bbe5f9f9184 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-06-27T05:51:28.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.613Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845015909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T05:51:28.613Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.613Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845016081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:51:28.613Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.614Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845011371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:51:28.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.614Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845016911,
  "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-06-27T05:51:28.622Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75f1e763-b200-458f-817c-6bbe5f9f9184
2023-06-27T05:51:28.622Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f1e763-b200-458f-817c-6bbe5f9f9184 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-06-27T05:51:28.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.634Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845017242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:51:28.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.634Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845018586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:51:28.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.634Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845018274,
  "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-06-27T05:51:28.644Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75f1e763-b200-458f-817c-6bbe5f9f9184
2023-06-27T05:51:28.644Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f1e763-b200-458f-817c-6bbe5f9f9184 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-06-27T05:51:28.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.652Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845019276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T05:51:28.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.653Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845026261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T05:51:28.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.653Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845027264,
  "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-06-27T05:51:28.659Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75f1e763-b200-458f-817c-6bbe5f9f9184
2023-06-27T05:51:28.659Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f1e763-b200-458f-817c-6bbe5f9f9184 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-06-27T05:51:28.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845040576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T05:51:28.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687844720896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:51:28.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845048915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845051097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845052181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845053276,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845054500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T05:51:28.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845055502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-06-27T05:51:28.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845056504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-06-27T05:51:28.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:28.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T05:51:28.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845057505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T05:51:28.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:51:58.555Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:51:58.577Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:51:58.582Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:51:58.582Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:51:58.583Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:51:58.583Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:52:27.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:52:28.583Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:52:28.604Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:52:28.608Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:52:28.609Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:52:28.609Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:52:28.609Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:52:58.609Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:52:58.629Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:52:58.634Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:52:58.635Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:52:58.635Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:52:58.635Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:53:27.535Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:53:28.636Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:53:28.662Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:53:28.668Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:53:28.669Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:53:28.669Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:53:28.669Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:53:58.669Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:53:58.683Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:53:58.686Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:53:58.686Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:53:58.687Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:53:58.687Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:54:27.536Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:54:28.687Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:54:28.711Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:54:28.717Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:54:28.718Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:54:28.718Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:54:28.718Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:54:58.718Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:54:58.741Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:54:58.744Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:54:58.745Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:54:58.745Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:54:58.745Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:55:27.538Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:55:28.526Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: cached metadata has changed from (version21: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version22: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-06-27T05:55:28.537Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T05:55:28.538Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T05:55:28.542Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T05:55:28.543Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T05:55:28.552Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T05:55:28.553Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T05:55:28.553Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T05:55:28.560Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T05:55:28.560Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T05:55:28.560Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T05:55:28.561Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=165, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T05:55:28.561Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T05:55:28.561Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T05:55:28.745Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:55:28.761Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:55:28.765Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:55:28.765Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:55:28.765Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:55:28.765Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:55:58.766Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T05:55:58.766Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a 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-06-27T05:55:58.773Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f25b555-9eec-4127-8a92-bea49612e43a and serviceModelVersionId: 59641768-8983-458b-a2db-0e2b593ebbed
2023-06-27T05:55:58.774Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f7ec5a7-f2db-4704-8509-cb39be9bec77
2023-06-27T05:55:58.774Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0
2023-06-27T05:55:58.779Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T05:55:58.823Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|INFO|500||Invoke
2023-06-27T05:55:58.823Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f25b555-9eec-4127-8a92-bea49612e43a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62f17f22-43b4-4a80-878e-f06bc79caf65], X-ECOMP-RequestID=[9f25b555-9eec-4127-8a92-bea49612e43a], X-TransactionId=[], X-ONAP-RequestID=[9f25b555-9eec-4127-8a92-bea49612e43a], Content-Type=[application/merge-patch+json]}
2023-06-27T05:55:58.832Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T05:55:58.982Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?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/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 05:55:59 GMT], content-length=[0], vertex-id=[200920], x-aai-txid=[0-aai-resources-230627-05:55:59:334-58147], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T05:55:58.983Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T05:55:58.983Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|INFO|500||InvokeReturn
2023-06-27T05:55:58.984Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T05:55:58.984Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-06-27T05:55:58.990Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-06-27T05:55:58.991Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f25b555-9eec-4127-8a92-bea49612e43a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T05:55:58.991Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T05:55:58.991Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:55:58.991Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:55:58.992Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845358991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:55:59.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T05:55:59.006Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845358991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T05:55:59.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T05:56:00.016Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T05:56:00.017Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-06-27T05:56:00.019Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 0 disconnected.
2023-06-27T05:56:00.019Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 1 disconnected.
2023-06-27T05:56:00.020Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Cancelled in-flight METADATA request with correlation id 30708 due to node 1 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, request timeout: 30000ms)
2023-06-27T05:56:00.021Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 2 disconnected.
2023-06-27T05:56:00.021Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-06-27T05:56:00.022Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-06-27T05:56:00.022Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Lost previously 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-06-27T05:56:00.022Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T05:56:00.026Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-2c57cfad-e5c7-4b80-86d3-7b3e8a392bf4
2023-06-27T05:56:00.027Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-06-27T05:56:00.027Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T05:56:00.027Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T05:56:01.714Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:56:04.726Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:56:07.738Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:56:10.752Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:56:13.764Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:56:16.776Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:56:19.787Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:56:22.798Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:56:25.808Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T05:56:27.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:56:27.544Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T05:56:27.545Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T05:56:27.549Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T05:56:27.549Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-2c57cfad-e5c7-4b80-86d3-7b3e8a392bf4', protocol='range'}
2023-06-27T05:56:27.553Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T05:56:27.553Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T05:56:27.553Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T05:56:27.553Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T05:56:27.553Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T05:56:27.553Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T05:56:27.554Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-2c57cfad-e5c7-4b80-86d3-7b3e8a392bf4=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T05:56:27.563Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T05:56:27.563Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-2c57cfad-e5c7-4b80-86d3-7b3e8a392bf4', protocol='range'}
2023-06-27T05:56:27.564Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T05:56:27.564Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T05:56:27.564Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T05:56:27.565Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T05:56:27.568Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-06-27T05:56:27.568Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-06-27T05:56:27.569Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T05:56:27.568Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-06-27T05:56:27.569Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T05:56:27.569Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-06-27T05:56:27.569Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T05:56:27.570Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-06-27T05:56:27.570Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=166, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T05:56:27.570Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset 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-06-27T05:56:27.570Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T05:56:27.570Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T05:56:27.637Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T05:56:27.638Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"467962b9-421f-49c3-aa9f-ae372562aac6","serviceName":"vFW 2023-06-27 05-38-32","serviceVersion":"1.0","serviceUUID":"aae94acd-4192-4854-bee3-ae502faf026f","serviceDescription":"catalog service description","serviceInvariantUUID":"a7673f0c-2d25-4c41-a2ac-000a595dedc1","resources":[{"resourceInstanceName":"vFW b4e853e1-0b84 0","resourceName":"vFW b4e853e1-0b84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90acd548-e5e2-4944-b0bf-05f32ed8a75f","resourceInvariantUUID":"5ce94957-38e8-43ea-91bc-159a7afb6c3a","resourceCustomizationUUID":"1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml","artifactChecksum":"N2ExNGQ3NWU4ODNiMjlhYjg1YWZlY2UxYjM0Y2U3OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c64b414-9a9d-42a1-9913-c94c05dd8f51","artifactVersion":"1"},{"artifactName":"vfwb4e853e10b840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json","artifactChecksum":"OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa44dc26-b7ec-4367-b85c-5e3bec4122df","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml","artifactChecksum":"YjRkOTQzNjRmOWU1NTRkNWNkMGVlNjg3NjNhNzRiNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fbfa99d6-13dd-499d-b818-26cfc8358470","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b476b4ff-5659-49b1-b2e4-ddb8604c20fd","artifactVersion":"2","generatedFromUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627053832-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml","artifactChecksum":"YjI2ZDAxMTkxNTkzNjUzMzIwYzQ4M2M0M2E1MGEwYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85a54224-103d-4ef6-a0f3-5479de9f1330","artifactVersion":"1"},{"artifactName":"service-Vfw20230627053832-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar","artifactChecksum":"NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9d110f0-a16e-4602-ae02-da1f60f2a500","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T05:56:27.640Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:56:27.641Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:56:27.641Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:56:27.641Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:56:28.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T05:56:28.581Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:56:28.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:56:28.643Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:56:28.644Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:56:28.644Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:56:28.644Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:56:29.645Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:56:29.646Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:56:29.646Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:56:29.646Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:56:30.647Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:56:30.647Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:56:30.647Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:56:30.647Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:56:31.648Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:56:31.648Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:56:31.649Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:56:31.649Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:56:32.649Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:56:32.650Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:56:32.650Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:56:32.650Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:56:33.651Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T05:56:33.651Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:56:33.651Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:56:33.651Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:56:34.653Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "serviceName": "vFW 2023-06-27 05-38-32",
  "serviceVersion": "1.0",
  "serviceUUID": "aae94acd-4192-4854-bee3-ae502faf026f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a7673f0c-2d25-4c41-a2ac-000a595dedc1",
  "resources": [
    {
      "resourceInstanceName": "vFW b4e853e1-0b84 0",
      "resourceCustomizationUUID": "1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5",
      "resourceName": "vFW b4e853e1-0b84",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90acd548-e5e2-4944-b0bf-05f32ed8a75f",
      "resourceInvariantUUID": "5ce94957-38e8-43ea-91bc-159a7afb6c3a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb4e853e10b840_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
          "artifactChecksum": "OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa44dc26-b7ec-4367-b85c-5e3bec4122df",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
            "generatedFromUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627053832-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
      "artifactChecksum": "NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b9d110f0-a16e-4602-ae02-da1f60f2a500"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T05:56:34.653Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T05:56:34.654Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aae94acd-4192-4854-bee3-ae502faf026f ASDC
2023-06-27T05:56:34.654Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:467962b9-421f-49c3-aa9f-ae372562aac6
ServiceName:vFW 2023-06-27 05-38-32
ServiceVersion:1.0
ServiceUUID:aae94acd-4192-4854-bee3-ae502faf026f
ServiceInvariantUUID:a7673f0c-2d25-4c41-a2ac-000a595dedc1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627053832-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
ArtifactUUID:b9d110f0-a16e-4602-ae02-da1f60f2a500
ArtifactChecksum:NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b4e853e1-0b84 0
ResourceCustomizationUUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
ResourceInvariantUUID:5ce94957-38e8-43ea-91bc-159a7afb6c3a
ResourceName:vFW b4e853e1-0b84
ResourceType:VF
ResourceUUID:90acd548-e5e2-4944-b0bf-05f32ed8a75f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb4e853e10b840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json
ArtifactUUID:aa44dc26-b7ec-4367-b85c-5e3bec4122df
ArtifactChecksum:OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE=
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml
ArtifactUUID:d03752ac-af1a-4ff4-9782-5cc8cf2dd052
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T05:56:34.654Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aae94acd-4192-4854-bee3-ae502faf026f 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:56:34.689Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T05:56:34.690Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T05:56:34.690Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T05:56:34.690Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 from URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:34.690Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T05:56:34.691Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:34.943Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T05:56:34.944Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar b9d110f0-a16e-4602-ae02-da1f60f2a500 101490
2023-06-27T05:56:34.945Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T05:56:34.945Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:34.945Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T05:56:34.946Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:56:34.946Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:56:34.946Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845394945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:56:35.947Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T05:56:35.947Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T05:56:35.947Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500, URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar to file: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:35.948Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627053832-csar.csar
2023-06-27T05:56:35.949Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:35.949Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:36.080Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13228866578225551279/Definitions/service-Vfw20230627053832-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-06-27T05:56:37.953Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T05:56:37.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T05:56:37.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:37.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T05:56:37.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:37.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T05:56:37.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T05:56:37.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b4e853e1-0b84 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-Vfw20230627053832-csar.csar
2023-06-27T05:56:37.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T05:56:37.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:37.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:37.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T05:56:37.954Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T05:56:37.955Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T05:56:37.956Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.956Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:56:37.956Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.956Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:56:37.956Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:56:37.956Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T05:56:37.956Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T05:56:37.956Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:56:37.956Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T05:56:37.957Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:56:37.957Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:56:37.957Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T05:56:37.957Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T05:56:37.957Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:56:37.957Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T05:56:37.957Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T05:56:37.957Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T05:56:37.957Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T05:56:37.958Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:56:37.958Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T05:56:37.958Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.958Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T05:56:37.958Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.958Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:56:37.958Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:56:37.958Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:56:37.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:56:37.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T05:56:37.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T05:56:37.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:56:37.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:56:37.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T05:56:37.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:56:37.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T05:56:37.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T05:56:37.960Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:56:37.960Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T05:56:37.960Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T05:56:37.960Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T05:56:37.960Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T05:56:37.960Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:56:37.960Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=89d8277f-0853-4154-beb2-83d2afa88901
2023-06-27T05:56:37.960Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.960Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:56:37.961Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:56:37.961Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T05:56:37.961Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T05:56:37.961Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:56:37.961Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T05:56:37.961Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:56:37.961Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:56:37.961Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T05:56:37.961Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T05:56:37.962Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T05:56:37.962Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T05:56:37.962Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:56:37.962Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73b6eaf8-7436-4c54-80d3-d9e4e8086f75
2023-06-27T05:56:37.962Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.962Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T05:56:37.962Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T05:56:37.962Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T05:56:37.962Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T05:56:37.962Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:56:37.962Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T05:56:37.962Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T05:56:37.963Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T05:56:37.963Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T05:56:37.963Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T05:56:37.963Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T05:56:37.963Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T05:56:37.963Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T05:56:37.963Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7120ea87-f937-450e-8069-3080962340d0
2023-06-27T05:56:37.963Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.963Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:56:37.963Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.963Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:56:37.964Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.964Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:56:37.964Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T05:56:37.964Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T05:56:37.964Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 05-38-32
Description:catalog service description
Model UUID:aae94acd-4192-4854-bee3-ae502faf026f
Model Version:NULL
Model InvariantUuid:a7673f0c-2d25-4c41-a2ac-000a595dedc1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b4e853e1-0b84
Model UUID:03f409a0-303a-4336-a3e8-31380c010f9c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ce94957-38e8-43ea-91bc-159a7afb6c3a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:58f93342-e20b-45cf-8ade-4e2216e306d9
ModelName:VfwB4e853e10b84..base_vfw..module-0
ModelUuid:72ba67ff-ba6e-4402-86bd-7ac51bd72a26
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:89d8277f-0853-4154-beb2-83d2afa88901
ModelInvariantUuid:8dee5041-0fb9-457f-bf57-19f7b12b9ee6
ModelName:vFW b4e853e1-0b84-nodes.vfwCvfc
ModelUuid:fe90e3b5-c24f-4944-a88e-e9354168068c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:29176d7f-b256-4914-9001-4c467534e4d6
ModelInvariantUuid:61dd8c10-b887-4027-a4f8-ead3ea485372
ModelName:VfwB4e853e10b84.compute.nodes.heat.vfw
ModelUuid:c08b938c-94ec-48a9-b1e1-749e2953d110
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:73b6eaf8-7436-4c54-80d3-d9e4e8086f75
ModelInvariantUuid:23bc848d-49a2-4f95-b92f-e00ddd82d621
ModelName:vFW b4e853e1-0b84-nodes.vsnCvfc
ModelUuid:eeb3325f-fcfd-48da-a6b9-c0f7f2ffa656
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e9ebca99-ad87-4fec-9432-c4e8a9d3dddf
ModelInvariantUuid:c44e62e7-2ab3-46ed-bc8b-eed166053f80
ModelName:VfwB4e853e10b84.compute.nodes.heat.vsn
ModelUuid:bd076260-fd2a-4420-a3bd-a89e7c43337d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7120ea87-f937-450e-8069-3080962340d0
ModelInvariantUuid:97b9632d-ff03-4e7f-9c2d-47d458d75b17
ModelName:vFW b4e853e1-0b84-nodes.vpgCvfc
ModelUuid:116a896a-c38f-4b46-bbe3-efc7c4c61484
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ef305fd0-b79b-4c85-ba82-75b09b376d1a
ModelInvariantUuid:a786c52d-ce1c-4a38-9313-a1eb1617238c
ModelName:VfwB4e853e10b84.compute.nodes.heat.vpg
ModelUuid:3bf88472-4257-4ea4-912b-3aae8597ad98
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=?
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-06-27T05:56:37.997Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||ERROR|500||Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists
2023-06-27T05:56:37.997Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T05:56:37.998Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar(Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists)
2023-06-27T05:56:37.998Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T05:56:37.998Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:56:37.998Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:56:37.999Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845397997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:56:39.001Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T05:56:39.001Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar(Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists)
2023-06-27T05:56:39.001Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T05:56:39.002Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T05:56:39.002Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T05:56:39.002Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845399001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:56:40.003Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:56:40.025Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:56:40.030Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:56:40.031Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:56:40.031Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:56:40.031Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:57:10.031Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:57:10.050Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:57:10.053Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:57:10.054Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:57:10.054Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:57:10.054Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:57:27.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:57:27.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T05:57:27.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T05:57:27.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:57:40.054Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:57:40.072Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:57:40.077Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:57:40.077Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:57:40.077Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:57:40.077Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:58:10.077Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:58:10.093Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:58:10.098Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:58:10.098Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:58:10.098Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:58:10.098Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:58:27.533Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:58:27.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T05:58:27.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T05:58:27.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:58:27.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T05:58:27.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:58:27.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:58:27.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T05:58:27.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T05:58:27.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:58:27.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T05:58:27.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T05:58:27.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:58:27.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T05:58:27.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T05:58:27.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:58:27.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T05:58:27.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845394945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T05:58:27.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:58:27.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T05:58:27.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845397997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists"
}
2023-06-27T05:58:27.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:58:27.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T05:58:27.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845399001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists"
}
2023-06-27T05:58:27.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T05:58:40.099Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:58:40.118Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:58:40.121Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:58:40.121Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:58:40.121Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:58:40.121Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:59:10.121Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:59:10.137Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:59:10.141Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:59:10.141Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:59:10.141Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:59:10.141Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T05:59:27.535Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T05:59:40.142Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T05:59:40.154Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T05:59:40.158Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T05:59:40.158Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T05:59:40.158Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T05:59:40.158Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:00:10.158Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:00:10.173Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:00:10.176Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:00:10.177Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:00:10.177Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:00:10.177Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:00:27.537Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:00:40.177Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:00:40.197Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:00:40.201Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:00:40.201Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:00:40.201Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:00:40.201Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:01:10.202Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:01:10.222Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:01:10.227Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:01:10.227Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:01:10.227Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:01:10.228Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:01:27.538Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:01:27.704Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-06-27T06:01:27.704Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Member SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-2c57cfad-e5c7-4b80-86d3-7b3e8a392bf4 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-06-27T06:01:27.705Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-06-27T06:01:27.705Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-06-27T06:01:28.301Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:01:28.310Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T06:01:28.311Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T06:01:28.314Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:01:28.315Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T06:01:28.322Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:01:28.322Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:01:28.324Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:01:28.329Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T06:01:28.329Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T06:01:28.330Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T06:01:28.330Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=176, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T06:01:28.331Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T06:01:28.331Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T06:01:40.228Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T06:01:40.229Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6 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-06-27T06:01:40.236Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 467962b9-421f-49c3-aa9f-ae372562aac6 and serviceModelVersionId: aae94acd-4192-4854-bee3-ae502faf026f
2023-06-27T06:01:40.236Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7673f0c-2d25-4c41-a2ac-000a595dedc1
2023-06-27T06:01:40.237Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0
2023-06-27T06:01:40.244Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T06:01:40.308Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?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-06-27T06:01:40.309Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||Invoke
2023-06-27T06:01:40.316Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T06:01:40.462Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||InvokeReturn
2023-06-27T06:01:40.462Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 06:01:40 GMT], content-length=[0], vertex-id=[614576], x-aai-txid=[2-aai-resources-230627-06:01:40:826-69813], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T06:01:40.463Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T06:01:40.463Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T06:01:40.463Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T06:01:40.470Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T06:01:40.470Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 467962b9-421f-49c3-aa9f-ae372562aac6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T06:01:40.471Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T06:01:40.471Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:01:40.471Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:01:40.471Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845700470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:01:40.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:01:40.484Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845700470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T06:01:40.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T06:01:41.505Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T06:01:41.506Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9f25b555-9eec-4127-8a92-bea49612e43a","serviceName":"basic_onboard_aziSMo","serviceVersion":"1.0","serviceUUID":"59641768-8983-458b-a2db-0e2b593ebbed","serviceDescription":"service","serviceInvariantUUID":"1f7ec5a7-f2db-4704-8509-cb39be9bec77","resources":[{"resourceInstanceName":"basic_onboard_aziSMo 0","resourceName":"basic_onboard_aziSMo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f1975a6-6bb5-4a2a-b31d-bdbed7697d14","resourceInvariantUUID":"507d2b8e-887c-4380-9a76-da56afc55f19","resourceCustomizationUUID":"818e617c-70b9-467a-b124-80c20ee15d31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml","artifactChecksum":"MjI1NmM5NGU2ZTY3NjQ1NzE3MWE2OTY0NGEwNWEzYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b092353-ca04-4272-905b-18da797ff87d","artifactVersion":"1"},{"artifactName":"basic_onboard_azismo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json","artifactChecksum":"MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37a88213-527a-4cc2-989a-6257233da88c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d4b61a99-967a-4677-967d-9ca5f5b5711b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4547987d-2463-4ff5-aef4-9e65bafb7d2e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"20396e45-ce77-4d46-9f4e-0f8f6ba74a9c","artifactVersion":"2","generatedFromUUID":"d4b61a99-967a-4677-967d-9ca5f5b5711b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAzismo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml","artifactChecksum":"ZDM1ZGVhNWI1YTQ3OTQwZDY4M2I3YWZkZDc3MmQzM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b137912-de3a-4566-996c-2b6a510e9d7c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAzismo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar","artifactChecksum":"YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75c7f603-7193-440d-aee5-dd75269d2acb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T06:01:41.506Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:01:41.507Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:01:41.507Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:01:41.508Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:01:42.508Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:01:42.509Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:01:42.509Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:01:42.509Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:01:43.510Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:01:43.511Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:01:43.511Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:01:43.511Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:01:44.513Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:01:44.513Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:01:44.513Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:01:44.513Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:01:45.514Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:01:45.514Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:01:45.515Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:01:45.515Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:01:46.516Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:01:46.516Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:01:46.516Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:01:46.516Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:01:47.521Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:01:47.522Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:01:47.522Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:01:47.522Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:01:48.523Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "serviceName": "basic_onboard_aziSMo",
  "serviceVersion": "1.0",
  "serviceUUID": "59641768-8983-458b-a2db-0e2b593ebbed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f7ec5a7-f2db-4704-8509-cb39be9bec77",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_aziSMo 0",
      "resourceCustomizationUUID": "818e617c-70b9-467a-b124-80c20ee15d31",
      "resourceName": "basic_onboard_aziSMo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f1975a6-6bb5-4a2a-b31d-bdbed7697d14",
      "resourceInvariantUUID": "507d2b8e-887c-4380-9a76-da56afc55f19",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_azismo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
          "artifactChecksum": "MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "37a88213-527a-4cc2-989a-6257233da88c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d4b61a99-967a-4677-967d-9ca5f5b5711b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c",
            "generatedFromUUID": "d4b61a99-967a-4677-967d-9ca5f5b5711b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAzismo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
      "artifactChecksum": "YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75c7f603-7193-440d-aee5-dd75269d2acb"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T06:01:48.523Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T06:01:48.523Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 59641768-8983-458b-a2db-0e2b593ebbed ASDC
2023-06-27T06:01:48.523Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9f25b555-9eec-4127-8a92-bea49612e43a
ServiceName:basic_onboard_aziSMo
ServiceVersion:1.0
ServiceUUID:59641768-8983-458b-a2db-0e2b593ebbed
ServiceInvariantUUID:1f7ec5a7-f2db-4704-8509-cb39be9bec77
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAzismo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
ArtifactUUID:75c7f603-7193-440d-aee5-dd75269d2acb
ArtifactChecksum:YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_aziSMo 0
ResourceCustomizationUUID:818e617c-70b9-467a-b124-80c20ee15d31
ResourceInvariantUUID:507d2b8e-887c-4380-9a76-da56afc55f19
ResourceName:basic_onboard_aziSMo
ResourceType:VF
ResourceUUID:2f1975a6-6bb5-4a2a-b31d-bdbed7697d14
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_azismo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json
ArtifactUUID:37a88213-527a-4cc2-989a-6257233da88c
ArtifactChecksum:MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA=
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d4b61a99-967a-4677-967d-9ca5f5b5711b
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
ArtifactUUID:20396e45-ce77-4d46-9f4e-0f8f6ba74a9c
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
ArtifactUUID:20396e45-ce77-4d46-9f4e-0f8f6ba74a9c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T06:01:48.524Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59641768-8983-458b-a2db-0e2b593ebbed 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:01:48.556Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:01:48.557Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:01:48.557Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:01:48.557Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 75c7f603-7193-440d-aee5-dd75269d2acb from URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:48.557Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:01:48.557Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:48.767Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:01:48.768Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar 75c7f603-7193-440d-aee5-dd75269d2acb 75646
2023-06-27T06:01:48.768Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T06:01:48.769Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:48.769Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:01:48.769Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:01:48.769Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:01:48.770Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845708768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:01:49.772Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:01:49.773Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:01:49.773Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 75c7f603-7193-440d-aee5-dd75269d2acb, URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar to file: /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:49.774Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:49.774Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:49.775Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:50.013Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14695466194738713766/Definitions/service-BasicOnboardAzismo-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-06-27T06:01:50.985Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T06:01:50.985Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:01:50.985Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:50.985Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T06:01:50.985Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:50.985Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:50.985Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aziSMo 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-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:50.985Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:50.985Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:50.985Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:50.986Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T06:01:50.986Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:01:50.986Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.986Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:01:50.986Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:01:50.986Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:01:50.986Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:01:50.986Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.986Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:01:50.986Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:01:50.986Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T06:01:50.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.988Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:01:50.988Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:01:50.988Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.988Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:01:50.988Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:01:50.988Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.988Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:01:50.988Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:01:50.988Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.988Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T06:01:50.988Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-06-27T06:01:50.988Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T06:01:50.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=58fc4468-f99f-404a-bd48-42f30a142817
2023-06-27T06:01:50.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:01:50.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:01:50.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:01:50.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:01:50.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:01:50.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_aziSMo
Description:service
Model UUID:59641768-8983-458b-a2db-0e2b593ebbed
Model Version:NULL
Model InvariantUuid:1f7ec5a7-f2db-4704-8509-cb39be9bec77
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_aziSMo
Model UUID:9fad7b46-5542-428f-bcbb-17059eec340f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:507d2b8e-887c-4380-9a76-da56afc55f19
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:818e617c-70b9-467a-b124-80c20ee15d31
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:acd7592f-8360-4cdd-9fec-f2690e4ad78d
ModelName:BasicOnboardAzismo..base_ubuntu18..module-0
ModelUuid:dc67a037-3faa-40fb-b0c9-354cbe3222a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:58fc4468-f99f-404a-bd48-42f30a142817
ModelInvariantUuid:c4730dc4-4e71-433d-b279-f592c4abd704
ModelName:basic_onboard_aziSMo-nodes.ubuntu18Cvfc
ModelUuid:c89c6daf-bd49-494d-acee-010cd8209e39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3c174aeb-1f83-40b1-98b3-a461565a3323
ModelInvariantUuid:81945dc5-b5f9-49c4-b675-49d5a04c5e66
ModelName:BasicOnboardAzismo.compute.nodes.heat.ubuntu18
ModelUuid:b6cb5860-9c3f-4d8c-99b0-6c08ddedceb3
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=?
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-06-27T06:01:51.017Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists
2023-06-27T06:01:51.017Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T06:01:51.018Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar(Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists)
2023-06-27T06:01:51.018Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:01:51.018Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:01:51.019Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:01:51.019Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845711017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:01:52.020Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T06:01:52.021Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar(Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists)
2023-06-27T06:01:52.021Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:01:52.021Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:01:52.021Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:01:52.021Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845712020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:01:53.023Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:01:53.036Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:01:53.039Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:01:53.039Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:01:53.039Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:01:53.039Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:02:23.039Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:02:23.056Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:02:23.060Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:02:23.060Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:02:23.060Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:02:23.060Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:02:27.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:02:27.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.549Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.550Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:02:27.550Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.550Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:02:27.551Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.551Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.551Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.552Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-06-27T06:02:27.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.552Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.552Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:02:27.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.553Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845708768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:02:27.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.554Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845711017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists"
}
2023-06-27T06:02:27.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.554Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845712020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists"
}
2023-06-27T06:02:27.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.555Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687845677473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.555Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845707939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.556Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845710307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.557Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845701371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.557Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687845677473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.558Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845707939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.558Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845710307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:02:27.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.559Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845701371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.560Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687845677473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.560Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.560Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845707939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:02:27.560Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.561Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845710307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:02:27.561Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.561Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845701371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.562Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.562Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687845677473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.562Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.562Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845707939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.563Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845710307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.564Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845701371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.564Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845707939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.565Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845710307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T06:02:27.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.565Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687845677473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.566Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845701371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.566Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845707939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845710307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687845677473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.568Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845701371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:02:27.569Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.569Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845707939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:02:27.569Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.570Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845710307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:02:27.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.570Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687845677473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:02:27.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.571Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845701371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:02:27.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.572Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845722941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:02:27.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.572Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687845723412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:02:27.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.572Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845722865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:02:27.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.572Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845723397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:02:27.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.573Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687845724421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-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-06-27T06:02:27.600Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 401b2954-9703-4029-a12b-1952232d4f98
2023-06-27T06:02:27.600Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 401b2954-9703-4029-a12b-1952232d4f98 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-06-27T06:02:27.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.617Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845723869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:02:27.617Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.617Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845724024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:02:27.617Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.617Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687845724870,
  "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-06-27T06:02:27.627Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 401b2954-9703-4029-a12b-1952232d4f98
2023-06-27T06:02:27.627Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 401b2954-9703-4029-a12b-1952232d4f98 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-06-27T06:02:27.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.642Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845725103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:02:27.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.643Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845726145,
  "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-06-27T06:02:27.652Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 401b2954-9703-4029-a12b-1952232d4f98
2023-06-27T06:02:27.652Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 401b2954-9703-4029-a12b-1952232d4f98 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-06-27T06:02:27.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687845727148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T06:02:27.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845731860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:02:27.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:02:27.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:02:27.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "aai-model-loader",
  "timestamp": 1687845732863,
  "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-06-27T06:02:27.675Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 401b2954-9703-4029-a12b-1952232d4f98
2023-06-27T06:02:27.675Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 401b2954-9703-4029-a12b-1952232d4f98 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-06-27T06:02:53.061Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:02:53.079Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:02:53.083Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:02:53.083Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:02:53.083Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:02:53.083Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:03:23.084Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:03:23.103Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:03:23.107Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:03:23.108Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:03:23.108Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:03:23.108Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:03:27.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:03:53.108Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:03:53.129Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:03:53.135Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:03:53.135Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:03:53.135Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:03:53.136Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:04:23.136Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:04:23.150Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:04:23.152Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:04:23.153Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:04:23.153Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:04:23.153Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:04:27.535Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:04:53.153Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:04:53.174Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:04:53.179Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:04:53.179Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:04:53.180Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:04:53.180Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:05:23.180Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:05:23.196Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:05:23.200Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:05:23.200Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:05:23.200Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:05:23.201Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:05:27.536Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:05:53.201Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:05:53.220Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:05:53.224Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:05:53.225Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:05:53.225Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:05:53.225Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:06:23.225Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:06:23.245Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:06:23.250Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:06:23.251Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:06:23.251Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:06:23.251Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:06:27.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:06:28.053Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: cached metadata has changed from (version24: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version25: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-06-27T06:06:28.061Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T06:06:28.062Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T06:06:28.067Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:06:28.067Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T06:06:28.076Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:06:28.077Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:06:28.077Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:06:28.080Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T06:06:28.081Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T06:06:28.081Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T06:06:28.081Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=228, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T06:06:28.081Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T06:06:28.081Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T06:06:53.251Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T06:06:53.251Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a 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-06-27T06:06:53.261Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f25b555-9eec-4127-8a92-bea49612e43a and serviceModelVersionId: 59641768-8983-458b-a2db-0e2b593ebbed
2023-06-27T06:06:53.261Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f7ec5a7-f2db-4704-8509-cb39be9bec77
2023-06-27T06:06:53.262Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0
2023-06-27T06:06:53.269Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T06:06:53.320Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?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-06-27T06:06:53.321Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|INFO|500||Invoke
2023-06-27T06:06:53.328Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T06:06:53.447Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|INFO|500||InvokeReturn
2023-06-27T06:06:53.448Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 06:06:53 GMT], content-length=[0], vertex-id=[200920], x-aai-txid=[2-aai-resources-230627-06:06:53:847-51228], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T06:06:53.448Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T06:06:53.449Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T06:06:53.449Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-06-27T06:06:53.455Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-06-27T06:06:53.455Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f25b555-9eec-4127-8a92-bea49612e43a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T06:06:53.456Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T06:06:53.456Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:06:53.456Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:06:53.456Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846013455,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:06:53.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:06:53.470Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846013455,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T06:06:53.471Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T06:06:54.479Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T06:06:54.480Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"75f1e763-b200-458f-817c-6bbe5f9f9184","serviceName":"vFW 2023-06-27 05-49-09","serviceVersion":"1.0","serviceUUID":"dcc3016e-5840-45b7-8e77-ee97ab4aebb7","serviceDescription":"catalog service description","serviceInvariantUUID":"71da7245-cae9-4c04-aa88-c5b0f9f1cadb","resources":[{"resourceInstanceName":"vFW 91fe2f04-67a1 0","resourceName":"vFW 91fe2f04-67a1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2ee8ffa-4f02-4696-8f64-809ea7d12d62","resourceInvariantUUID":"acc33583-f555-4db9-974f-175cbccbba8c","resourceCustomizationUUID":"8e277074-e444-4bdb-a9ff-14042aa1f741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml","artifactChecksum":"MjdiMTZmNTM0NWNlNzBmMTAzMjI1YjY1N2Y1ZjE5ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"213c791c-b320-4bab-8da1-775873a7f583","artifactVersion":"1"},{"artifactName":"vfw91fe2f0467a10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json","artifactChecksum":"Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"06b9da70-8fc4-493c-ae6e-ccac7db49776","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5c621f2-36a1-4d14-b176-42ed9c3014c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml","artifactChecksum":"YWYzNTBlMDdlNDIwZjk0NTM1MTNjMmRiZWZhMjUxYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"333e1d54-6e59-41b5-bd1a-3584a06d7577","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"712eb679-fdd8-45da-8437-b80aefe84a18","artifactVersion":"2","generatedFromUUID":"f5c621f2-36a1-4d14-b176-42ed9c3014c0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627054909-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml","artifactChecksum":"MWFiYjQzYzE5ZTcyZDE0NTc0NmNlOTcyMWU2YWI4Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8a39b56-2df2-446b-b88a-7a3b6672442d","artifactVersion":"1"},{"artifactName":"service-Vfw20230627054909-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar","artifactChecksum":"NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"668aceb0-4a92-45e0-baa9-4d2849c5ace2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T06:06:54.480Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:06:54.480Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:06:54.481Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:06:54.481Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:06:55.482Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:06:55.482Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:06:55.483Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:06:55.483Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:06:56.484Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:06:56.484Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:06:56.485Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:06:56.485Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:06:57.485Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:06:57.486Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:06:57.486Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:06:57.487Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:06:58.487Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:06:58.488Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:06:58.488Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:06:58.489Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:06:59.489Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:06:59.490Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:06:59.490Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:06:59.490Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:07:00.491Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:07:00.492Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:07:00.492Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:07:00.492Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:07:01.496Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "serviceName": "vFW 2023-06-27 05-49-09",
  "serviceVersion": "1.0",
  "serviceUUID": "dcc3016e-5840-45b7-8e77-ee97ab4aebb7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "71da7245-cae9-4c04-aa88-c5b0f9f1cadb",
  "resources": [
    {
      "resourceInstanceName": "vFW 91fe2f04-67a1 0",
      "resourceCustomizationUUID": "8e277074-e444-4bdb-a9ff-14042aa1f741",
      "resourceName": "vFW 91fe2f04-67a1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a2ee8ffa-4f02-4696-8f64-809ea7d12d62",
      "resourceInvariantUUID": "acc33583-f555-4db9-974f-175cbccbba8c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw91fe2f0467a10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
          "artifactChecksum": "Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "06b9da70-8fc4-493c-ae6e-ccac7db49776",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f5c621f2-36a1-4d14-b176-42ed9c3014c0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "712eb679-fdd8-45da-8437-b80aefe84a18",
            "generatedFromUUID": "f5c621f2-36a1-4d14-b176-42ed9c3014c0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "712eb679-fdd8-45da-8437-b80aefe84a18",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627054909-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
      "artifactChecksum": "NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "668aceb0-4a92-45e0-baa9-4d2849c5ace2"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T06:07:01.496Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T06:07:01.496Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dcc3016e-5840-45b7-8e77-ee97ab4aebb7 ASDC
2023-06-27T06:07:01.496Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:75f1e763-b200-458f-817c-6bbe5f9f9184
ServiceName:vFW 2023-06-27 05-49-09
ServiceVersion:1.0
ServiceUUID:dcc3016e-5840-45b7-8e77-ee97ab4aebb7
ServiceInvariantUUID:71da7245-cae9-4c04-aa88-c5b0f9f1cadb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627054909-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
ArtifactUUID:668aceb0-4a92-45e0-baa9-4d2849c5ace2
ArtifactChecksum:NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 91fe2f04-67a1 0
ResourceCustomizationUUID:8e277074-e444-4bdb-a9ff-14042aa1f741
ResourceInvariantUUID:acc33583-f555-4db9-974f-175cbccbba8c
ResourceName:vFW 91fe2f04-67a1
ResourceType:VF
ResourceUUID:a2ee8ffa-4f02-4696-8f64-809ea7d12d62
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw91fe2f0467a10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json
ArtifactUUID:06b9da70-8fc4-493c-ae6e-ccac7db49776
ArtifactChecksum:Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI=
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml
ArtifactUUID:f5c621f2-36a1-4d14-b176-42ed9c3014c0
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
ArtifactUUID:712eb679-fdd8-45da-8437-b80aefe84a18
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
ArtifactUUID:712eb679-fdd8-45da-8437-b80aefe84a18
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T06:07:01.497Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcc3016e-5840-45b7-8e77-ee97ab4aebb7 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-06-27T06:07:01.566Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:07:01.567Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:07:01.567Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:07:01.567Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 from URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:01.567Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:07:01.567Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:02.031Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:07:02.033Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar 668aceb0-4a92-45e0-baa9-4d2849c5ace2 101471
2023-06-27T06:07:02.033Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T06:07:02.033Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:02.033Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:07:02.033Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:07:02.034Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:07:02.034Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846022033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:07:03.035Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:07:03.036Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:07:03.037Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2, URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar to file: /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:03.037Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627054909-csar.csar
2023-06-27T06:07:03.038Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:03.038Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:03.225Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4251443246594154081/Definitions/service-Vfw20230627054909-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-06-27T06:07:05.051Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T06:07:05.052Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:07:05.052Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:05.052Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T06:07:05.052Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:05.052Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 91fe2f04-67a1 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-Vfw20230627054909-csar.csar
2023-06-27T06:07:05.052Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T06:07:05.053Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T06:07:05.053Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T06:07:05.053Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:05.053Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:05.053Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T06:07:05.053Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:05.053Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:05.053Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:05.053Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:07:05.054Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.054Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:05.054Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:07:05.054Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:07:05.054Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:07:05.054Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.054Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:05.055Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:07:05.055Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:07:05.055Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:07:05.055Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.055Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:05.055Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.055Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:07:05.055Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:07:05.055Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:07:05.055Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:05.055Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:07:05.056Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:07:05.056Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:07:05.056Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:07:05.056Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:07:05.056Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:07:05.056Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:07:05.056Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:05.056Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:07:05.056Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:05.056Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:07:05.056Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:07:05.056Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T06:07:05.057Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.057Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T06:07:05.057Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.057Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:07:05.057Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:07:05.057Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.057Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:07:05.057Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:07:05.058Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.058Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:07:05.058Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:07:05.058Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.058Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:07:05.059Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:07:05.059Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T06:07:05.059Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:07:05.059Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:07:05.059Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:07:05.059Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:07:05.059Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:05.059Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:07:05.059Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:05.059Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:07:05.059Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:07:05.059Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc83a8a5-f83d-47a5-be07-8413d1c53888
2023-06-27T06:07:05.060Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.060Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:07:05.060Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:07:05.060Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:07:05.060Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:05.060Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:07:05.060Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:07:05.060Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:07:05.061Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:07:05.061Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T06:07:05.061Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:07:05.061Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:05.061Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:07:05.061Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:07:05.061Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a715ecb-e9f2-46da-8f6e-3a4d7b6075ae
2023-06-27T06:07:05.061Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.062Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:07:05.062Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:07:05.062Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:07:05.062Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:05.062Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:07:05.062Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:07:05.062Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:07:05.062Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:07:05.062Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:07:05.062Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:07:05.062Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:07:05.062Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:05.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T06:07:05.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d405c3f3-552d-4124-a548-612be4ee67c2
2023-06-27T06:07:05.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:05.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:05.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:05.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:05.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:05.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 05-49-09
Description:catalog service description
Model UUID:dcc3016e-5840-45b7-8e77-ee97ab4aebb7
Model Version:NULL
Model InvariantUuid:71da7245-cae9-4c04-aa88-c5b0f9f1cadb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 91fe2f04-67a1
Model UUID:37109307-e061-4798-8190-1f911475ba30
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:acc33583-f555-4db9-974f-175cbccbba8c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8e277074-e444-4bdb-a9ff-14042aa1f741
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:29aba7b4-8d66-4348-8f82-1ac119b4f4b6
ModelName:Vfw91fe2f0467a1..base_vfw..module-0
ModelUuid:63608172-2fa4-4085-8800-488774cb4f74
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc83a8a5-f83d-47a5-be07-8413d1c53888
ModelInvariantUuid:f10b291a-7d10-4338-8b54-e673e263807d
ModelName:vFW 91fe2f04-67a1-nodes.vfwCvfc
ModelUuid:a6e9f0eb-6d7b-41c9-8c70-b3859997211f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3d8e57c6-053b-49c9-9eca-e216a6540b92
ModelInvariantUuid:4c9c33bc-7074-4318-aa78-1c24f3e06b2d
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vfw
ModelUuid:acebe1e2-b749-40cb-a08b-0879ad49d12f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8a715ecb-e9f2-46da-8f6e-3a4d7b6075ae
ModelInvariantUuid:9e5cb961-3b60-4755-a7d7-0d88d9dc39f6
ModelName:vFW 91fe2f04-67a1-nodes.vsnCvfc
ModelUuid:96e5aed2-e1e7-44ae-9ae6-ee2bc909cb2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:436b107c-1861-4ddf-81e1-29c19420485a
ModelInvariantUuid:0885f309-fe65-45ba-83b9-3233372e6517
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vsn
ModelUuid:1fbfe1b5-898b-4a37-aae2-9eaf24637702
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d405c3f3-552d-4124-a548-612be4ee67c2
ModelInvariantUuid:35caa318-56da-44c2-94bb-8aeddd0b4bf2
ModelName:vFW 91fe2f04-67a1-nodes.vpgCvfc
ModelUuid:541e5698-5c16-4cd4-abd7-54b25b726a26
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0ea14b68-f4ae-4b9c-a1b9-8e2c4534e034
ModelInvariantUuid:22bfd4f1-fe08-49e7-8707-dfe682f222cf
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vpg
ModelUuid:64bf02d2-a843-4b65-9128-ac38750538c8
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-06-27T06:07:05.078Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62
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-06-27T06:07:05.082Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||vFW 91fe2f04-67a1 0
2023-06-27T06:07:05.083Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62
2023-06-27T06:07:05.083Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 06b9da70-8fc4-493c-ae6e-ccac7db49776 from URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json
2023-06-27T06:07:05.083Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:07:05.083Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json
2023-06-27T06:07:05.166Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:07:05.166Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json 06b9da70-8fc4-493c-ae6e-ccac7db49776 785
2023-06-27T06:07:05.166Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json ASDC sendASDCNotification
2023-06-27T06:07:05.166Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json
2023-06-27T06:07:05.166Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:07:05.167Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:07:05.167Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:07:05.167Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846025166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:07:06.167Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw91fe2f0467a1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "29aba7b4-8d66-4348-8f82-1ac119b4f4b6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63608172-2fa4-4085-8800-488774cb4f74",
    "vfModuleModelCustomizationUUID": "809a1f3f-92aa-453c-9bd2-265896464cc0",
    "isBase": true,
    "artifacts": [
      "f5c621f2-36a1-4d14-b176-42ed9c3014c0",
      "712eb679-fdd8-45da-8437-b80aefe84a18"
    ],
    "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-06-27T06:07:06.171Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw91fe2f0467a1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63608172-2fa4-4085-8800-488774cb4f74
VfModuleModelInvariantUUID:29aba7b4-8d66-4348-8f82-1ac119b4f4b6
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5c621f2-36a1-4d14-b176-42ed9c3014c0
,
712eb679-fdd8-45da-8437-b80aefe84a18

}
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-06-27T06:07:06.173Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw91fe2f0467a1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "29aba7b4-8d66-4348-8f82-1ac119b4f4b6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63608172-2fa4-4085-8800-488774cb4f74",
    "vfModuleModelCustomizationUUID": "809a1f3f-92aa-453c-9bd2-265896464cc0",
    "isBase": true,
    "artifacts": [
      "f5c621f2-36a1-4d14-b176-42ed9c3014c0",
      "712eb679-fdd8-45da-8437-b80aefe84a18"
    ],
    "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-06-27T06:07:06.173Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw91fe2f0467a1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63608172-2fa4-4085-8800-488774cb4f74
VfModuleModelInvariantUUID:29aba7b4-8d66-4348-8f82-1ac119b4f4b6
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5c621f2-36a1-4d14-b176-42ed9c3014c0
,
712eb679-fdd8-45da-8437-b80aefe84a18

}
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-06-27T06:07:06.173Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f5c621f2-36a1-4d14-b176-42ed9c3014c0 from URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml
2023-06-27T06:07:06.173Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:07:06.173Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml
2023-06-27T06:07:06.257Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:07:06.258Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml f5c621f2-36a1-4d14-b176-42ed9c3014c0 20368
2023-06-27T06:07:06.258Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-06-27T06:07:06.258Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml
2023-06-27T06:07:06.258Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:07:06.258Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:07:06.258Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:07:06.259Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846026258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:07:07.259Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 712eb679-fdd8-45da-8437-b80aefe84a18 from URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
2023-06-27T06:07:07.260Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:07:07.260Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
2023-06-27T06:07:07.347Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:07:07.347Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env 712eb679-fdd8-45da-8437-b80aefe84a18 2098
2023-06-27T06:07:07.347Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env ASDC sendASDCNotification
2023-06-27T06:07:07.347Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
2023-06-27T06:07:07.348Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:07:07.348Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:07:07.348Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:07:07.348Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846027347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:07:08.349Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: dcc3016e-5840-45b7-8e77-ee97ab4aebb7
2023-06-27T06:07:08.349Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 91fe2f04-67a1 0 a2ee8ffa-4f02-4696-8f64-809ea7d12d62 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-06-27T06:07:08.378Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b204cd3, org.onap.sdc.toscaparser.api.parameters.Input@78cf9169, org.onap.sdc.toscaparser.api.parameters.Input@4203b860, org.onap.sdc.toscaparser.api.parameters.Input@203f74fa, org.onap.sdc.toscaparser.api.parameters.Input@19c0f2fa]
2023-06-27T06:07:08.381Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.381Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:08.381Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-06-27T06:07:08.381Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8e277074-e444-4bdb-a9ff-14042aa1f741
2023-06-27T06:07:08.381Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e277074-e444-4bdb-a9ff-14042aa1f741 matches Tosca VF Customization UUID: 8e277074-e444-4bdb-a9ff-14042aa1f741
2023-06-27T06:07:08.382Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8e277074-e444-4bdb-a9ff-14042aa1f741  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-06-27T06:07:08.386Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.386Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:08.388Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8e277074-e444-4bdb-a9ff-14042aa1f741: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-06-27T06:07:08.388Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19dc3317
2023-06-27T06:07:08.389Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.389Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T06:07:08.389Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 809a1f3f-92aa-453c-9bd2-265896464cc0
2023-06-27T06:07:08.389Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 809a1f3f-92aa-453c-9bd2-265896464cc0
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-06-27T06:07:08.395Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.397Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:07:08.397Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:07:08.398Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.399Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:07:08.399Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:07:08.400Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.401Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:07:08.402Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:07:08.402Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T06:07:08.403Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:07:08.404Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:07:08.404Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:07:08.406Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:07:08.406Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:08.407Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:07:08.407Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:08.408Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:07:08.409Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:07:08.409Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc83a8a5-f83d-47a5-be07-8413d1c53888
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-06-27T06:07:08.415Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.416Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:07:08.417Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:07:08.418Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.418Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:07:08.419Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:07:08.419Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:07:08.420Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:08.420Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:07:08.421Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:07:08.421Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:07:08.421Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:07:08.422Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T06:07:08.422Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:07:08.423Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:08.423Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:07:08.423Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:07:08.424Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a715ecb-e9f2-46da-8f6e-3a4d7b6075ae
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-06-27T06:07:08.429Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.429Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:07:08.430Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:07:08.430Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.431Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:07:08.431Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:07:08.432Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:07:08.432Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:08.432Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:07:08.433Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:07:08.433Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:07:08.434Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:07:08.434Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:07:08.434Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:07:08.435Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:07:08.435Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:07:08.435Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T06:07:08.435Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d405c3f3-552d-4124-a548-612be4ee67c2
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-06-27T06:07:08.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:07:08.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:07:08.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:07:08.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=8e277074-e444-4bdb-a9ff-14042aa1f741
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-06-27T06:07:08.447Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.447Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:08.447Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid dcc3016e-5840-45b7-8e77-ee97ab4aebb7: vFW 91fe2f04-67a1
2023-06-27T06:07:08.448Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.448Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:08.448Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.448Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:08.448Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.449Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:08.449Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.449Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:08.449Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:07:08.449Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:07:08.449Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-06-27 05-49-09 
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-06-27T06:07:08.787Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 91fe2f04-67a1 a2ee8ffa-4f02-4696-8f64-809ea7d12d62 1 ASDC deployResourceStructure
2023-06-27T06:07:08.788Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json ASDC sendASDCNotification
2023-06-27T06:07:08.788Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json
2023-06-27T06:07:08.788Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T06:07:08.789Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:07:08.789Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:07:08.789Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846028788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:07:09.790Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-06-27T06:07:09.790Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml
2023-06-27T06:07:09.790Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T06:07:09.790Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:07:09.791Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:07:09.791Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846029790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:07:10.791Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env ASDC sendASDCNotification
2023-06-27T06:07:10.792Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
2023-06-27T06:07:10.792Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T06:07:10.792Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:07:10.792Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:07:10.792Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:07:11.793Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T06:07:11.794Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T06:07:11.794Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T06:07:11.794Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:07:11.794Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:07:11.794Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846031793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:07:12.795Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:07:12.814Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:07:12.819Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:07:12.820Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:07:12.821Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:07:12.821Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:07:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:07:27.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.539Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:07:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:07:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:07:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:07:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T06:07:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:07:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687845360016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846022033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846025166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846026258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846027347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:07:27.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.543Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846028788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T06:07:27.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.543Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846029790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-06-27T06:07:27.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.543Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846030791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-06-27T06:07:27.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:27.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:07:27.543Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846031793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:07:27.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:07:42.822Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:07:42.838Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:07:42.840Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:07:42.841Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:07:42.841Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:07:42.841Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:08:12.841Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:08:12.863Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:08:12.867Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:08:12.867Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:08:12.868Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:08:12.868Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:08:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:08:42.868Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:08:42.886Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:08:42.889Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:08:42.889Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:08:42.889Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:08:42.889Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:09:12.890Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:09:12.906Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:09:12.910Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:09:12.910Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:09:12.911Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:09:12.911Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:09:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:09:42.911Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:09:42.929Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:09:42.932Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:09:42.932Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:09:42.932Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:09:42.932Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:09:42.934Z||kafka-producer-network-thread | SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-cf558d49-2c4e-4018-8f7a-3f9fcec357f5] Node 1 disconnected.
2023-06-27T06:10:12.932Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:10:12.959Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:10:12.964Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:10:12.964Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:10:12.964Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:10:12.965Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:10:27.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:10:42.965Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:10:42.978Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:10:42.981Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:10:42.981Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:10:42.982Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:10:42.982Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:11:12.982Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:11:13.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:11:13.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:11:13.005Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:11:13.005Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:11:13.005Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:11:27.537Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:11:43.005Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:11:43.019Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:11:43.022Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:11:43.022Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:11:43.022Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:11:43.023Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:12:13.023Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T06:12:13.023Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184 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-06-27T06:12:13.030Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75f1e763-b200-458f-817c-6bbe5f9f9184 and serviceModelVersionId: dcc3016e-5840-45b7-8e77-ee97ab4aebb7
2023-06-27T06:12:13.031Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71da7245-cae9-4c04-aa88-c5b0f9f1cadb
2023-06-27T06:12:13.031Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0
2023-06-27T06:12:13.036Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T06:12:13.065Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?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-06-27T06:12:13.065Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|INFO|500||Invoke
2023-06-27T06:12:13.072Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T06:12:13.213Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|INFO|500||InvokeReturn
2023-06-27T06:12:13.214Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 06:12:13 GMT], content-length=[0], vertex-id=[655536], x-aai-txid=[0-aai-resources-230627-06:12:13:598-64280], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T06:12:13.215Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T06:12:13.215Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T06:12:13.215Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-06-27T06:12:13.222Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-06-27T06:12:13.222Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75f1e763-b200-458f-817c-6bbe5f9f9184 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T06:12:13.223Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T06:12:13.223Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:12:13.223Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:12:13.223Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846333222,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:12:13.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:12:13.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846333222,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T06:12:13.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T06:12:14.246Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T06:12:14.246Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-06-27T06:12:14.247Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 0 disconnected.
2023-06-27T06:12:14.248Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 1 disconnected.
2023-06-27T06:12:14.248Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 2 disconnected.
2023-06-27T06:12:14.248Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Cancelled in-flight METADATA request with correlation id 30822 due to node 2 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-06-27T06:12:14.249Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 2147483647 disconnected.
2023-06-27T06:12:14.249Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-06-27T06:12:14.249Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-06-27T06:12:14.249Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Lost previously 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-06-27T06:12:14.249Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) is unavailable or invalid due to cause: coordinator unavailable. isDisconnected: true. Rediscovery will be attempted.
2023-06-27T06:12:14.249Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: rebalance failed due to 'The coordinator is not available.' (CoordinatorNotAvailableException)
2023-06-27T06:12:14.348Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=3, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-06-27T06:12:14.409Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-06-27T06:12:14.410Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T06:12:14.437Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-ccb72d58-cc4f-4cc7-8720-ca731f35451d
2023-06-27T06:12:14.437Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T06:12:14.437Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T06:12:16.752Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:12:19.761Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:12:22.771Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:12:25.780Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:12:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:12:27.542Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T06:12:27.542Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T06:12:27.545Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-ccb72d58-cc4f-4cc7-8720-ca731f35451d', protocol='range'}
2023-06-27T06:12:27.545Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:12:27.548Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T06:12:27.548Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T06:12:27.548Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T06:12:27.549Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T06:12:27.549Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T06:12:27.549Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T06:12:27.549Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-55f41862-cb30-4c9f-8dc4-849c2754b240-ccb72d58-cc4f-4cc7-8720-ca731f35451d=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-06-27T06:12:27.554Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:12:27.555Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-ccb72d58-cc4f-4cc7-8720-ca731f35451d', protocol='range'}
2023-06-27T06:12:27.555Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:12:27.555Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:12:27.555Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T06:12:27.556Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T06:12:27.557Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T06:12:27.558Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T06:12:27.558Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T06:12:27.558Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=245, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T06:12:27.558Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T06:12:27.558Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T06:12:27.558Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-06-27T06:12:27.559Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-06-27T06:12:27.559Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-06-27T06:12:27.559Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-06-27T06:12:27.559Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-06-27T06:12:27.560Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset 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-06-27T06:12:27.602Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T06:12:27.602Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"467962b9-421f-49c3-aa9f-ae372562aac6","serviceName":"vFW 2023-06-27 05-38-32","serviceVersion":"1.0","serviceUUID":"aae94acd-4192-4854-bee3-ae502faf026f","serviceDescription":"catalog service description","serviceInvariantUUID":"a7673f0c-2d25-4c41-a2ac-000a595dedc1","resources":[{"resourceInstanceName":"vFW b4e853e1-0b84 0","resourceName":"vFW b4e853e1-0b84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90acd548-e5e2-4944-b0bf-05f32ed8a75f","resourceInvariantUUID":"5ce94957-38e8-43ea-91bc-159a7afb6c3a","resourceCustomizationUUID":"1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml","artifactChecksum":"N2ExNGQ3NWU4ODNiMjlhYjg1YWZlY2UxYjM0Y2U3OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c64b414-9a9d-42a1-9913-c94c05dd8f51","artifactVersion":"1"},{"artifactName":"vfwb4e853e10b840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json","artifactChecksum":"OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa44dc26-b7ec-4367-b85c-5e3bec4122df","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml","artifactChecksum":"YjRkOTQzNjRmOWU1NTRkNWNkMGVlNjg3NjNhNzRiNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fbfa99d6-13dd-499d-b818-26cfc8358470","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b476b4ff-5659-49b1-b2e4-ddb8604c20fd","artifactVersion":"2","generatedFromUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627053832-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml","artifactChecksum":"YjI2ZDAxMTkxNTkzNjUzMzIwYzQ4M2M0M2E1MGEwYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85a54224-103d-4ef6-a0f3-5479de9f1330","artifactVersion":"1"},{"artifactName":"service-Vfw20230627053832-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar","artifactChecksum":"NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9d110f0-a16e-4602-ae02-da1f60f2a500","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T06:12:27.603Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:12:27.604Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:12:27.604Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:12:27.604Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:12:28.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:12:28.570Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:12:28.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:12:28.605Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:12:28.605Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:12:28.605Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:12:28.605Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:12:29.606Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:12:29.607Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:12:29.607Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:12:29.607Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:12:30.608Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:12:30.608Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:12:30.608Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:12:30.608Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:12:31.609Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:12:31.610Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:12:31.610Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:12:31.610Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:12:32.613Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:12:32.613Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:12:32.614Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:12:32.614Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:12:33.614Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:12:33.615Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:12:33.615Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:12:33.615Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:12:34.616Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "serviceName": "vFW 2023-06-27 05-38-32",
  "serviceVersion": "1.0",
  "serviceUUID": "aae94acd-4192-4854-bee3-ae502faf026f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a7673f0c-2d25-4c41-a2ac-000a595dedc1",
  "resources": [
    {
      "resourceInstanceName": "vFW b4e853e1-0b84 0",
      "resourceCustomizationUUID": "1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5",
      "resourceName": "vFW b4e853e1-0b84",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90acd548-e5e2-4944-b0bf-05f32ed8a75f",
      "resourceInvariantUUID": "5ce94957-38e8-43ea-91bc-159a7afb6c3a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb4e853e10b840_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
          "artifactChecksum": "OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa44dc26-b7ec-4367-b85c-5e3bec4122df",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
            "generatedFromUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627053832-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
      "artifactChecksum": "NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b9d110f0-a16e-4602-ae02-da1f60f2a500"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T06:12:34.616Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T06:12:34.616Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aae94acd-4192-4854-bee3-ae502faf026f ASDC
2023-06-27T06:12:34.617Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:467962b9-421f-49c3-aa9f-ae372562aac6
ServiceName:vFW 2023-06-27 05-38-32
ServiceVersion:1.0
ServiceUUID:aae94acd-4192-4854-bee3-ae502faf026f
ServiceInvariantUUID:a7673f0c-2d25-4c41-a2ac-000a595dedc1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627053832-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
ArtifactUUID:b9d110f0-a16e-4602-ae02-da1f60f2a500
ArtifactChecksum:NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b4e853e1-0b84 0
ResourceCustomizationUUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
ResourceInvariantUUID:5ce94957-38e8-43ea-91bc-159a7afb6c3a
ResourceName:vFW b4e853e1-0b84
ResourceType:VF
ResourceUUID:90acd548-e5e2-4944-b0bf-05f32ed8a75f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb4e853e10b840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json
ArtifactUUID:aa44dc26-b7ec-4367-b85c-5e3bec4122df
ArtifactChecksum:OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE=
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml
ArtifactUUID:d03752ac-af1a-4ff4-9782-5cc8cf2dd052
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T06:12:34.617Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aae94acd-4192-4854-bee3-ae502faf026f 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:12:34.652Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:12:34.653Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:12:34.653Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:12:34.653Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 from URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:34.653Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:12:34.653Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:34.896Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:12:34.897Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar b9d110f0-a16e-4602-ae02-da1f60f2a500 101490
2023-06-27T06:12:34.897Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T06:12:34.897Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:34.897Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:12:34.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:12:34.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:12:34.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846354897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:12:35.899Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:12:35.900Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:12:35.900Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500, URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar to file: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:35.901Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627053832-csar.csar
2023-06-27T06:12:35.902Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:35.903Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:36.075Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12143008509362699625/Definitions/service-Vfw20230627053832-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-06-27T06:12:37.992Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T06:12:37.993Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:12:37.994Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:37.994Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T06:12:37.994Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:37.994Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T06:12:37.995Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T06:12:37.995Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b4e853e1-0b84 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-Vfw20230627053832-csar.csar
2023-06-27T06:12:37.995Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T06:12:37.995Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:37.995Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:37.996Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T06:12:37.996Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:37.996Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:37.996Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:12:37.997Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:12:37.997Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:37.997Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:12:37.997Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T06:12:37.998Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:12:37.998Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:12:37.998Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:37.999Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:12:37.999Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T06:12:37.999Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:12:37.999Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:12:38.000Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.000Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:12:38.000Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.001Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T06:12:38.001Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:12:38.001Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:12:38.001Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:12:38.001Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:12:38.002Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:12:38.002Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:12:38.002Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:12:38.003Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:12:38.003Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:12:38.003Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:12:38.003Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:12:38.004Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:12:38.004Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:12:38.004Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:12:38.004Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:12:38.005Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T06:12:38.005Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.005Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T06:12:38.005Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.006Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T06:12:38.006Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:12:38.007Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.007Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T06:12:38.007Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:12:38.007Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.008Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T06:12:38.008Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:12:38.008Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.009Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T06:12:38.009Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:12:38.009Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T06:12:38.009Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:12:38.010Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:12:38.010Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:12:38.010Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:12:38.010Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:12:38.011Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:12:38.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:12:38.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:12:38.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:12:38.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=89d8277f-0853-4154-beb2-83d2afa88901
2023-06-27T06:12:38.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T06:12:38.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:12:38.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:12:38.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:12:38.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:12:38.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73b6eaf8-7436-4c54-80d3-d9e4e8086f75
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T06:12:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7120ea87-f937-450e-8069-3080962340d0
2023-06-27T06:12:38.014Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.014Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:12:38.014Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.014Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:12:38.014Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.014Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:12:38.014Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:12:38.014Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:12:38.014Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 05-38-32
Description:catalog service description
Model UUID:aae94acd-4192-4854-bee3-ae502faf026f
Model Version:NULL
Model InvariantUuid:a7673f0c-2d25-4c41-a2ac-000a595dedc1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b4e853e1-0b84
Model UUID:03f409a0-303a-4336-a3e8-31380c010f9c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ce94957-38e8-43ea-91bc-159a7afb6c3a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:58f93342-e20b-45cf-8ade-4e2216e306d9
ModelName:VfwB4e853e10b84..base_vfw..module-0
ModelUuid:72ba67ff-ba6e-4402-86bd-7ac51bd72a26
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:89d8277f-0853-4154-beb2-83d2afa88901
ModelInvariantUuid:8dee5041-0fb9-457f-bf57-19f7b12b9ee6
ModelName:vFW b4e853e1-0b84-nodes.vfwCvfc
ModelUuid:fe90e3b5-c24f-4944-a88e-e9354168068c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:29176d7f-b256-4914-9001-4c467534e4d6
ModelInvariantUuid:61dd8c10-b887-4027-a4f8-ead3ea485372
ModelName:VfwB4e853e10b84.compute.nodes.heat.vfw
ModelUuid:c08b938c-94ec-48a9-b1e1-749e2953d110
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:73b6eaf8-7436-4c54-80d3-d9e4e8086f75
ModelInvariantUuid:23bc848d-49a2-4f95-b92f-e00ddd82d621
ModelName:vFW b4e853e1-0b84-nodes.vsnCvfc
ModelUuid:eeb3325f-fcfd-48da-a6b9-c0f7f2ffa656
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e9ebca99-ad87-4fec-9432-c4e8a9d3dddf
ModelInvariantUuid:c44e62e7-2ab3-46ed-bc8b-eed166053f80
ModelName:VfwB4e853e10b84.compute.nodes.heat.vsn
ModelUuid:bd076260-fd2a-4420-a3bd-a89e7c43337d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7120ea87-f937-450e-8069-3080962340d0
ModelInvariantUuid:97b9632d-ff03-4e7f-9c2d-47d458d75b17
ModelName:vFW b4e853e1-0b84-nodes.vpgCvfc
ModelUuid:116a896a-c38f-4b46-bbe3-efc7c4c61484
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ef305fd0-b79b-4c85-ba82-75b09b376d1a
ModelInvariantUuid:a786c52d-ce1c-4a38-9313-a1eb1617238c
ModelName:VfwB4e853e10b84.compute.nodes.heat.vpg
ModelUuid:3bf88472-4257-4ea4-912b-3aae8597ad98
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=?
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-06-27T06:12:38.048Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||ERROR|500||Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists
2023-06-27T06:12:38.049Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T06:12:38.050Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar(Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists)
2023-06-27T06:12:38.050Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:12:38.051Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:12:38.051Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:12:38.051Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846358049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:12:39.052Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T06:12:39.053Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar(Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists)
2023-06-27T06:12:39.053Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:12:39.053Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:12:39.053Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:12:39.053Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846359052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:12:40.055Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:12:40.076Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:12:40.081Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:12:40.081Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:12:40.081Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:12:40.081Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:13:10.082Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:13:10.092Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:13:10.095Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:13:10.095Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:13:10.095Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:13:10.095Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:13:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:13:27.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:13:27.536Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:13:27.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:13:40.095Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:13:40.113Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:13:40.117Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:13:40.117Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:13:40.117Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:13:40.117Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:14:10.117Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:14:10.134Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:14:10.137Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:14:10.137Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:14:10.137Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:14:10.137Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:14:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:14:27.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.536Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846354897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:14:27.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846358049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists"
}
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846359052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists"
}
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846388173,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846385892,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846391371,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846385451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846388173,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846391371,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846385892,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846385451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846397560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846398135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:14:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846398108,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:14:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846398564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:14:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846399140,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:14:27.567Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9a207dc-00af-4b37-a9c4-756b8b090e37
2023-06-27T06:14:27.567Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a207dc-00af-4b37-a9c4-756b8b090e37 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-06-27T06:14:27.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.579Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846399565,
  "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-06-27T06:14:27.587Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9a207dc-00af-4b37-a9c4-756b8b090e37
2023-06-27T06:14:27.588Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a207dc-00af-4b37-a9c4-756b8b090e37 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-06-27T06:14:27.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846401311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:14:27.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:14:27.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:14:27.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846402315,
  "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-06-27T06:14:27.616Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9a207dc-00af-4b37-a9c4-756b8b090e37
2023-06-27T06:14:27.616Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a207dc-00af-4b37-a9c4-756b8b090e37 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-06-27T06:14:40.138Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:14:40.155Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:14:40.160Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:14:40.160Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:14:40.160Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:14:40.160Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:15:10.160Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:15:10.173Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:15:10.177Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:15:10.177Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:15:10.177Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:15:10.177Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:15:27.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:15:27.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846397451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846400143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846421371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846400567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846397451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846400143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846400567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846421371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846397451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846400143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846421371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846400567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846397451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846400143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846421371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846400567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846397451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846421371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846400143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846400567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846397451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846421371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846400143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846400567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846400567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846421371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846400143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846397451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846397451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846421371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846400567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846400143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846432722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:15:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846433298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:15:27.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846433305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:15:27.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846433729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:15:27.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846434304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-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-06-27T06:15:27.572Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd4797dc-43c0-4316-87ee-a5fb0e5b1215
2023-06-27T06:15:27.572Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd4797dc-43c0-4316-87ee-a5fb0e5b1215 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-06-27T06:15:27.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.588Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846434732,
  "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-06-27T06:15:27.599Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd4797dc-43c0-4316-87ee-a5fb0e5b1215
2023-06-27T06:15:27.599Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd4797dc-43c0-4316-87ee-a5fb0e5b1215 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-06-27T06:15:27.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.618Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846437550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:15:27.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.618Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846438553,
  "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-06-27T06:15:27.628Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd4797dc-43c0-4316-87ee-a5fb0e5b1215
2023-06-27T06:15:27.628Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd4797dc-43c0-4316-87ee-a5fb0e5b1215 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-06-27T06:15:27.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.647Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846435733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.647Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846435307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.648Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846432617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.648Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846435733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.649Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846435307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.649Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846432617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:15:27.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.650Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846451371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.650Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846435733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:15:27.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.650Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846435307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.651Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846432617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846451371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846435733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846435307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846432617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846451371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846435733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846435307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846432617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846451371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846435733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846435307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846432617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.654Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846451371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.654Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846435733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:15:27.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.654Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846435307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:15:27.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.654Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846432617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:15:27.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846451371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846456675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846456579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846457158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846451371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.655Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846457584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:15:27.656Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.656Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687846458165,
  "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-06-27T06:15:27.683Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
2023-06-27T06:15:27.683Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39895ca4-0894-4ac5-bcbc-3fa5297cf30f 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-06-27T06:15:27.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.699Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846457769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:15:27.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.700Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846458598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:15:27.700Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.700Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687846458586,
  "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-06-27T06:15:27.709Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
2023-06-27T06:15:27.709Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39895ca4-0894-4ac5-bcbc-3fa5297cf30f 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-06-27T06:15:27.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.724Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846458877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:15:27.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.725Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846459909,
  "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-06-27T06:15:27.733Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
2023-06-27T06:15:27.733Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39895ca4-0894-4ac5-bcbc-3fa5297cf30f 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-06-27T06:15:27.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.744Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687846460911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T06:15:27.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.745Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846464506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:15:27.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:15:27.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:15:27.745Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "aai-model-loader",
  "timestamp": 1687846465510,
  "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-06-27T06:15:27.753Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
2023-06-27T06:15:27.753Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39895ca4-0894-4ac5-bcbc-3fa5297cf30f 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-06-27T06:15:40.178Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:15:40.198Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:15:40.202Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:15:40.203Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:15:40.203Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:15:40.203Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:16:10.203Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:16:10.220Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:16:10.225Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:16:10.225Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:16:10.226Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:16:10.226Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:16:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:16:40.226Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:16:40.240Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:16:40.244Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:16:40.244Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:16:40.244Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:16:40.245Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:17:10.245Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:17:10.264Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:17:10.269Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:17:10.269Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:17:10.270Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:17:10.270Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:17:27.535Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:17:27.617Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-06-27T06:17:27.617Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Member SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-ccb72d58-cc4f-4cc7-8720-ca731f35451d sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-06-27T06:17:27.617Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-06-27T06:17:27.618Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-06-27T06:17:28.561Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:17:28.571Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T06:17:28.572Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T06:17:28.575Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:17:28.575Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T06:17:28.591Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:17:28.593Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:17:28.593Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:17:28.597Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T06:17:28.598Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T06:17:28.598Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T06:17:28.599Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=352, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T06:17:28.599Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T06:17:28.599Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T06:17:40.270Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T06:17:40.270Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6 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-06-27T06:17:40.276Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 467962b9-421f-49c3-aa9f-ae372562aac6 and serviceModelVersionId: aae94acd-4192-4854-bee3-ae502faf026f
2023-06-27T06:17:40.277Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7673f0c-2d25-4c41-a2ac-000a595dedc1
2023-06-27T06:17:40.277Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0
2023-06-27T06:17:40.283Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T06:17:40.325Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||Invoke
2023-06-27T06:17:40.325Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[467962b9-421f-49c3-aa9f-ae372562aac6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de124ac7-5f9c-4328-bd89-b1ec1590bf94], X-ECOMP-RequestID=[467962b9-421f-49c3-aa9f-ae372562aac6], X-TransactionId=[], X-ONAP-RequestID=[467962b9-421f-49c3-aa9f-ae372562aac6], Content-Type=[application/merge-patch+json]}
2023-06-27T06:17:40.334Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T06:17:40.460Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?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/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 06:17:40 GMT], content-length=[0], vertex-id=[614576], x-aai-txid=[2-aai-resources-230627-06:17:40:867-60064], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T06:17:40.460Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T06:17:40.461Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||InvokeReturn
2023-06-27T06:17:40.461Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T06:17:40.461Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T06:17:40.467Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T06:17:40.467Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 467962b9-421f-49c3-aa9f-ae372562aac6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T06:17:40.467Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T06:17:40.467Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:17:40.467Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:17:40.468Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846660467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:17:40.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:17:40.483Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846660467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T06:17:40.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T06:17:41.486Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T06:17:41.486Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9f25b555-9eec-4127-8a92-bea49612e43a","serviceName":"basic_onboard_aziSMo","serviceVersion":"1.0","serviceUUID":"59641768-8983-458b-a2db-0e2b593ebbed","serviceDescription":"service","serviceInvariantUUID":"1f7ec5a7-f2db-4704-8509-cb39be9bec77","resources":[{"resourceInstanceName":"basic_onboard_aziSMo 0","resourceName":"basic_onboard_aziSMo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f1975a6-6bb5-4a2a-b31d-bdbed7697d14","resourceInvariantUUID":"507d2b8e-887c-4380-9a76-da56afc55f19","resourceCustomizationUUID":"818e617c-70b9-467a-b124-80c20ee15d31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml","artifactChecksum":"MjI1NmM5NGU2ZTY3NjQ1NzE3MWE2OTY0NGEwNWEzYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b092353-ca04-4272-905b-18da797ff87d","artifactVersion":"1"},{"artifactName":"basic_onboard_azismo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json","artifactChecksum":"MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37a88213-527a-4cc2-989a-6257233da88c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d4b61a99-967a-4677-967d-9ca5f5b5711b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4547987d-2463-4ff5-aef4-9e65bafb7d2e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"20396e45-ce77-4d46-9f4e-0f8f6ba74a9c","artifactVersion":"2","generatedFromUUID":"d4b61a99-967a-4677-967d-9ca5f5b5711b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAzismo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml","artifactChecksum":"ZDM1ZGVhNWI1YTQ3OTQwZDY4M2I3YWZkZDc3MmQzM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b137912-de3a-4566-996c-2b6a510e9d7c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAzismo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar","artifactChecksum":"YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75c7f603-7193-440d-aee5-dd75269d2acb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T06:17:41.486Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:17:41.486Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:17:41.486Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:17:41.487Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:17:42.487Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:17:42.488Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:17:42.488Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:17:42.488Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:17:43.489Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:17:43.489Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:17:43.490Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:17:43.490Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:17:44.491Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:17:44.491Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:17:44.491Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:17:44.491Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:17:45.492Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:17:45.493Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:17:45.493Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:17:45.493Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:17:46.494Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:17:46.494Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:17:46.494Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:17:46.495Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:17:47.495Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:17:47.496Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:17:47.496Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:17:47.496Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:17:48.497Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "serviceName": "basic_onboard_aziSMo",
  "serviceVersion": "1.0",
  "serviceUUID": "59641768-8983-458b-a2db-0e2b593ebbed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f7ec5a7-f2db-4704-8509-cb39be9bec77",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_aziSMo 0",
      "resourceCustomizationUUID": "818e617c-70b9-467a-b124-80c20ee15d31",
      "resourceName": "basic_onboard_aziSMo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f1975a6-6bb5-4a2a-b31d-bdbed7697d14",
      "resourceInvariantUUID": "507d2b8e-887c-4380-9a76-da56afc55f19",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_azismo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
          "artifactChecksum": "MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "37a88213-527a-4cc2-989a-6257233da88c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d4b61a99-967a-4677-967d-9ca5f5b5711b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c",
            "generatedFromUUID": "d4b61a99-967a-4677-967d-9ca5f5b5711b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAzismo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
      "artifactChecksum": "YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75c7f603-7193-440d-aee5-dd75269d2acb"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T06:17:48.498Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T06:17:48.498Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 59641768-8983-458b-a2db-0e2b593ebbed ASDC
2023-06-27T06:17:48.498Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9f25b555-9eec-4127-8a92-bea49612e43a
ServiceName:basic_onboard_aziSMo
ServiceVersion:1.0
ServiceUUID:59641768-8983-458b-a2db-0e2b593ebbed
ServiceInvariantUUID:1f7ec5a7-f2db-4704-8509-cb39be9bec77
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAzismo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
ArtifactUUID:75c7f603-7193-440d-aee5-dd75269d2acb
ArtifactChecksum:YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_aziSMo 0
ResourceCustomizationUUID:818e617c-70b9-467a-b124-80c20ee15d31
ResourceInvariantUUID:507d2b8e-887c-4380-9a76-da56afc55f19
ResourceName:basic_onboard_aziSMo
ResourceType:VF
ResourceUUID:2f1975a6-6bb5-4a2a-b31d-bdbed7697d14
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_azismo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json
ArtifactUUID:37a88213-527a-4cc2-989a-6257233da88c
ArtifactChecksum:MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA=
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d4b61a99-967a-4677-967d-9ca5f5b5711b
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
ArtifactUUID:20396e45-ce77-4d46-9f4e-0f8f6ba74a9c
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
ArtifactUUID:20396e45-ce77-4d46-9f4e-0f8f6ba74a9c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T06:17:48.498Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59641768-8983-458b-a2db-0e2b593ebbed 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:17:48.547Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:17:48.548Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:17:48.548Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:17:48.548Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 75c7f603-7193-440d-aee5-dd75269d2acb from URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:48.549Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:17:48.549Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:48.829Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:17:48.829Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar 75c7f603-7193-440d-aee5-dd75269d2acb 75646
2023-06-27T06:17:48.830Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T06:17:48.830Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:48.830Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:17:48.830Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:17:48.830Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:17:48.830Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846668830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:17:49.831Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:17:49.831Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:17:49.832Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 75c7f603-7193-440d-aee5-dd75269d2acb, URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar to file: /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:49.832Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:49.833Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:49.833Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:49.986Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7466699517257121302/Definitions/service-BasicOnboardAzismo-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-06-27T06:17:51.044Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T06:17:51.044Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:17:51.044Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:51.045Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T06:17:51.045Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:51.045Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:51.045Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aziSMo 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-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:51.045Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:51.045Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:51.045Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:51.045Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T06:17:51.045Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:17:51.045Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.045Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:17:51.045Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:17:51.046Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:17:51.046Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:17:51.046Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.046Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:17:51.046Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:17:51.046Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:17:51.046Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:17:51.046Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.046Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:17:51.047Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.047Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T06:17:51.047Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-06-27T06:17:51.047Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-06-27T06:17:51.047Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-06-27T06:17:51.047Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T06:17:51.047Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T06:17:51.047Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.047Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T06:17:51.047Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.047Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=58fc4468-f99f-404a-bd48-42f30a142817
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.048Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:17:51.049Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.049Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:17:51.049Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.049Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:17:51.049Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:17:51.049Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:17:51.049Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_aziSMo
Description:service
Model UUID:59641768-8983-458b-a2db-0e2b593ebbed
Model Version:NULL
Model InvariantUuid:1f7ec5a7-f2db-4704-8509-cb39be9bec77
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_aziSMo
Model UUID:9fad7b46-5542-428f-bcbb-17059eec340f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:507d2b8e-887c-4380-9a76-da56afc55f19
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:818e617c-70b9-467a-b124-80c20ee15d31
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:acd7592f-8360-4cdd-9fec-f2690e4ad78d
ModelName:BasicOnboardAzismo..base_ubuntu18..module-0
ModelUuid:dc67a037-3faa-40fb-b0c9-354cbe3222a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:58fc4468-f99f-404a-bd48-42f30a142817
ModelInvariantUuid:c4730dc4-4e71-433d-b279-f592c4abd704
ModelName:basic_onboard_aziSMo-nodes.ubuntu18Cvfc
ModelUuid:c89c6daf-bd49-494d-acee-010cd8209e39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3c174aeb-1f83-40b1-98b3-a461565a3323
ModelInvariantUuid:81945dc5-b5f9-49c4-b675-49d5a04c5e66
ModelName:BasicOnboardAzismo.compute.nodes.heat.ubuntu18
ModelUuid:b6cb5860-9c3f-4d8c-99b0-6c08ddedceb3
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=?
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-06-27T06:17:51.081Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists
2023-06-27T06:17:51.082Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T06:17:51.082Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar(Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists)
2023-06-27T06:17:51.082Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:17:51.082Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:17:51.082Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:17:51.082Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846671082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:17:52.083Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T06:17:52.083Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar(Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists)
2023-06-27T06:17:52.083Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:17:52.083Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:17:52.083Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:17:52.083Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846672083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:17:53.085Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:17:53.101Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:17:53.105Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:17:53.105Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:17:53.106Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:17:53.106Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:18:23.106Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:18:23.124Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:18:23.128Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:18:23.128Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:18:23.129Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:18:23.129Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:18:27.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:18:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:18:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846668830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846671082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists"
}
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846672083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists"
}
2023-06-27T06:18:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:18:53.129Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:18:53.146Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:18:53.149Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:18:53.149Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:18:53.149Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:18:53.149Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:19:23.150Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:19:23.165Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:19:23.168Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:19:23.168Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:19:23.168Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:19:23.168Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:19:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:19:53.169Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:19:53.185Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:19:53.190Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:19:53.190Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:19:53.190Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:19:53.190Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:20:23.191Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:20:23.209Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:20:23.217Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:20:23.218Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:20:23.218Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:20:23.218Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:20:27.535Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:20:53.218Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:20:53.236Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:20:53.240Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:20:53.240Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:20:53.240Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:20:53.241Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:21:23.241Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:21:23.256Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:21:23.259Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:21:23.260Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:21:23.260Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:21:23.260Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:21:27.536Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:21:53.260Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:21:53.278Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:21:53.284Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:21:53.285Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:21:53.285Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:21:53.285Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:22:23.286Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:22:23.301Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:22:23.304Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:22:23.305Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:22:23.305Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:22:23.305Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:22:27.538Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:22:28.150Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: cached metadata has changed from (version28: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version29: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-06-27T06:22:28.160Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T06:22:28.160Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T06:22:28.163Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:22:28.164Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T06:22:28.172Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:22:28.173Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:22:28.173Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:22:28.177Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T06:22:28.178Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T06:22:28.178Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T06:22:28.178Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=363, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T06:22:28.178Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T06:22:28.178Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T06:22:53.305Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T06:22:53.306Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a 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-06-27T06:22:53.317Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f25b555-9eec-4127-8a92-bea49612e43a and serviceModelVersionId: 59641768-8983-458b-a2db-0e2b593ebbed
2023-06-27T06:22:53.317Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f7ec5a7-f2db-4704-8509-cb39be9bec77
2023-06-27T06:22:53.318Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0
2023-06-27T06:22:53.322Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T06:22:53.353Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|INFO|500||Invoke
2023-06-27T06:22:53.354Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f25b555-9eec-4127-8a92-bea49612e43a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb1bd80e-e3e7-4d44-a7b2-12b10b2538f4], X-ECOMP-RequestID=[9f25b555-9eec-4127-8a92-bea49612e43a], X-TransactionId=[], X-ONAP-RequestID=[9f25b555-9eec-4127-8a92-bea49612e43a], Content-Type=[application/merge-patch+json]}
2023-06-27T06:22:53.364Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T06:22:53.571Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?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/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 06:22:53 GMT], content-length=[0], vertex-id=[200920], x-aai-txid=[0-aai-resources-230627-06:22:53:905-68560], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T06:22:53.571Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T06:22:53.572Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|INFO|500||InvokeReturn
2023-06-27T06:22:53.572Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T06:22:53.573Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-06-27T06:22:53.578Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-06-27T06:22:53.579Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f25b555-9eec-4127-8a92-bea49612e43a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T06:22:53.579Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T06:22:53.579Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:22:53.579Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:22:53.580Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846973579,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:22:53.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:22:53.591Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846973579,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T06:22:53.591Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T06:22:54.600Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T06:22:54.600Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"75f1e763-b200-458f-817c-6bbe5f9f9184","serviceName":"vFW 2023-06-27 05-49-09","serviceVersion":"1.0","serviceUUID":"dcc3016e-5840-45b7-8e77-ee97ab4aebb7","serviceDescription":"catalog service description","serviceInvariantUUID":"71da7245-cae9-4c04-aa88-c5b0f9f1cadb","resources":[{"resourceInstanceName":"vFW 91fe2f04-67a1 0","resourceName":"vFW 91fe2f04-67a1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2ee8ffa-4f02-4696-8f64-809ea7d12d62","resourceInvariantUUID":"acc33583-f555-4db9-974f-175cbccbba8c","resourceCustomizationUUID":"8e277074-e444-4bdb-a9ff-14042aa1f741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml","artifactChecksum":"MjdiMTZmNTM0NWNlNzBmMTAzMjI1YjY1N2Y1ZjE5ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"213c791c-b320-4bab-8da1-775873a7f583","artifactVersion":"1"},{"artifactName":"vfw91fe2f0467a10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json","artifactChecksum":"Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"06b9da70-8fc4-493c-ae6e-ccac7db49776","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5c621f2-36a1-4d14-b176-42ed9c3014c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml","artifactChecksum":"YWYzNTBlMDdlNDIwZjk0NTM1MTNjMmRiZWZhMjUxYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"333e1d54-6e59-41b5-bd1a-3584a06d7577","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"712eb679-fdd8-45da-8437-b80aefe84a18","artifactVersion":"2","generatedFromUUID":"f5c621f2-36a1-4d14-b176-42ed9c3014c0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627054909-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml","artifactChecksum":"MWFiYjQzYzE5ZTcyZDE0NTc0NmNlOTcyMWU2YWI4Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8a39b56-2df2-446b-b88a-7a3b6672442d","artifactVersion":"1"},{"artifactName":"service-Vfw20230627054909-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar","artifactChecksum":"NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"668aceb0-4a92-45e0-baa9-4d2849c5ace2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T06:22:54.601Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:22:54.602Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:22:54.602Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:22:54.603Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:22:55.605Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:22:55.605Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:22:55.606Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:22:55.606Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:22:56.608Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:22:56.608Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:22:56.608Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:22:56.608Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:22:57.610Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:22:57.610Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:22:57.610Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:22:57.610Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:22:58.612Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:22:58.612Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:22:58.612Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:22:58.612Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:22:59.614Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:22:59.614Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:22:59.614Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:22:59.614Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:23:00.616Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:23:00.616Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:23:00.617Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:23:00.617Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:23:01.619Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "serviceName": "vFW 2023-06-27 05-49-09",
  "serviceVersion": "1.0",
  "serviceUUID": "dcc3016e-5840-45b7-8e77-ee97ab4aebb7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "71da7245-cae9-4c04-aa88-c5b0f9f1cadb",
  "resources": [
    {
      "resourceInstanceName": "vFW 91fe2f04-67a1 0",
      "resourceCustomizationUUID": "8e277074-e444-4bdb-a9ff-14042aa1f741",
      "resourceName": "vFW 91fe2f04-67a1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a2ee8ffa-4f02-4696-8f64-809ea7d12d62",
      "resourceInvariantUUID": "acc33583-f555-4db9-974f-175cbccbba8c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw91fe2f0467a10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
          "artifactChecksum": "Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "06b9da70-8fc4-493c-ae6e-ccac7db49776",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f5c621f2-36a1-4d14-b176-42ed9c3014c0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "712eb679-fdd8-45da-8437-b80aefe84a18",
            "generatedFromUUID": "f5c621f2-36a1-4d14-b176-42ed9c3014c0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "712eb679-fdd8-45da-8437-b80aefe84a18",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627054909-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
      "artifactChecksum": "NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "668aceb0-4a92-45e0-baa9-4d2849c5ace2"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T06:23:01.619Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T06:23:01.619Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dcc3016e-5840-45b7-8e77-ee97ab4aebb7 ASDC
2023-06-27T06:23:01.619Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:75f1e763-b200-458f-817c-6bbe5f9f9184
ServiceName:vFW 2023-06-27 05-49-09
ServiceVersion:1.0
ServiceUUID:dcc3016e-5840-45b7-8e77-ee97ab4aebb7
ServiceInvariantUUID:71da7245-cae9-4c04-aa88-c5b0f9f1cadb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627054909-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
ArtifactUUID:668aceb0-4a92-45e0-baa9-4d2849c5ace2
ArtifactChecksum:NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 91fe2f04-67a1 0
ResourceCustomizationUUID:8e277074-e444-4bdb-a9ff-14042aa1f741
ResourceInvariantUUID:acc33583-f555-4db9-974f-175cbccbba8c
ResourceName:vFW 91fe2f04-67a1
ResourceType:VF
ResourceUUID:a2ee8ffa-4f02-4696-8f64-809ea7d12d62
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw91fe2f0467a10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json
ArtifactUUID:06b9da70-8fc4-493c-ae6e-ccac7db49776
ArtifactChecksum:Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI=
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml
ArtifactUUID:f5c621f2-36a1-4d14-b176-42ed9c3014c0
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
ArtifactUUID:712eb679-fdd8-45da-8437-b80aefe84a18
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
ArtifactUUID:712eb679-fdd8-45da-8437-b80aefe84a18
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T06:23:01.619Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcc3016e-5840-45b7-8e77-ee97ab4aebb7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:23:01.649Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:23:01.649Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:23:01.650Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:23:01.650Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 from URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:01.650Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:23:01.650Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:02.032Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:23:02.033Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar 668aceb0-4a92-45e0-baa9-4d2849c5ace2 101471
2023-06-27T06:23:02.033Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T06:23:02.034Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:02.034Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:23:02.034Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:23:02.034Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:23:02.034Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846982033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:23:03.035Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:23:03.036Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:23:03.036Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2, URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar to file: /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:03.037Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627054909-csar.csar
2023-06-27T06:23:03.037Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:03.038Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:03.206Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13855541076396411959/Definitions/service-Vfw20230627054909-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-06-27T06:23:04.997Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 91fe2f04-67a1 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-Vfw20230627054909-csar.csar
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:23:04.998Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:04.999Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:23:05.000Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:23:05.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T06:23:05.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:05.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T06:23:05.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:05.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:23:05.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:23:05.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:05.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:23:05.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:23:05.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:05.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:23:05.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc83a8a5-f83d-47a5-be07-8413d1c53888
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:05.002Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a715ecb-e9f2-46da-8f6e-3a4d7b6075ae
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:23:05.003Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d405c3f3-552d-4124-a548-612be4ee67c2
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:05.004Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:23:05.005Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:05.005Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:23:05.005Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:23:05.005Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:23:05.005Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 05-49-09
Description:catalog service description
Model UUID:dcc3016e-5840-45b7-8e77-ee97ab4aebb7
Model Version:NULL
Model InvariantUuid:71da7245-cae9-4c04-aa88-c5b0f9f1cadb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 91fe2f04-67a1
Model UUID:37109307-e061-4798-8190-1f911475ba30
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:acc33583-f555-4db9-974f-175cbccbba8c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8e277074-e444-4bdb-a9ff-14042aa1f741
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:29aba7b4-8d66-4348-8f82-1ac119b4f4b6
ModelName:Vfw91fe2f0467a1..base_vfw..module-0
ModelUuid:63608172-2fa4-4085-8800-488774cb4f74
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc83a8a5-f83d-47a5-be07-8413d1c53888
ModelInvariantUuid:f10b291a-7d10-4338-8b54-e673e263807d
ModelName:vFW 91fe2f04-67a1-nodes.vfwCvfc
ModelUuid:a6e9f0eb-6d7b-41c9-8c70-b3859997211f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3d8e57c6-053b-49c9-9eca-e216a6540b92
ModelInvariantUuid:4c9c33bc-7074-4318-aa78-1c24f3e06b2d
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vfw
ModelUuid:acebe1e2-b749-40cb-a08b-0879ad49d12f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8a715ecb-e9f2-46da-8f6e-3a4d7b6075ae
ModelInvariantUuid:9e5cb961-3b60-4755-a7d7-0d88d9dc39f6
ModelName:vFW 91fe2f04-67a1-nodes.vsnCvfc
ModelUuid:96e5aed2-e1e7-44ae-9ae6-ee2bc909cb2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:436b107c-1861-4ddf-81e1-29c19420485a
ModelInvariantUuid:0885f309-fe65-45ba-83b9-3233372e6517
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vsn
ModelUuid:1fbfe1b5-898b-4a37-aae2-9eaf24637702
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d405c3f3-552d-4124-a548-612be4ee67c2
ModelInvariantUuid:35caa318-56da-44c2-94bb-8aeddd0b4bf2
ModelName:vFW 91fe2f04-67a1-nodes.vpgCvfc
ModelUuid:541e5698-5c16-4cd4-abd7-54b25b726a26
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0ea14b68-f4ae-4b9c-a1b9-8e2c4534e034
ModelInvariantUuid:22bfd4f1-fe08-49e7-8707-dfe682f222cf
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vpg
ModelUuid:64bf02d2-a843-4b65-9128-ac38750538c8
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=?
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-06-27T06:23:05.027Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||ERROR|500||Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists
2023-06-27T06:23:05.027Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T06:23:05.027Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar(Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists)
2023-06-27T06:23:05.027Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:23:05.028Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:23:05.028Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:23:05.028Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846985027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:23:06.030Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T06:23:06.030Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar(Resource with UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62 already exists)
2023-06-27T06:23:06.030Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:23:06.030Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:23:06.030Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:23:06.030Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846986030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:23:07.032Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:23:07.047Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:23:07.050Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:23:07.050Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:23:07.050Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:23:07.050Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:23:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:23:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:23:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846982033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846985027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists"
}
2023-06-27T06:23:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:23:27.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:23:27.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846986030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62 already exists"
}
2023-06-27T06:23:27.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:23:37.050Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:23:37.061Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:23:37.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:23:37.063Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:23:37.064Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:23:37.064Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:24:07.064Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:24:07.082Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:24:07.086Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:24:07.086Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:24:07.086Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:24:07.086Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:24:27.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:24:37.086Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:24:37.102Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:24:37.106Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:24:37.106Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:24:37.106Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:24:37.106Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:25:06.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:25:06.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847089629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:25:06.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:25:07.107Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:25:07.121Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:25:07.125Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:25:07.125Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:25:07.125Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:25:07.125Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:25:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:25:27.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:25:27.535Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847091938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:25:27.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:25:37.126Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:25:37.143Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:25:37.146Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:25:37.147Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:25:37.147Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:25:37.147Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:26:07.147Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:26:07.161Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:26:07.165Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:26:07.165Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:26:07.165Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:26:07.165Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:26:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:26:27.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.536Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847059188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847089629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847091938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847059188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847089629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847091938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847059188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847089629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847091938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847059188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.546Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847089629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.546Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847091938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.547Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847059188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.547Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847111371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.547Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847089629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.548Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847091938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.548Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847059188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.549Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847111371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.549Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847089629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.550Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847091938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.550Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847059188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.551Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847111371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.551Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.551Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847089629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:26:27.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.552Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847091938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:26:27.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.552Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847059188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:26:27.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.553Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847111371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.553Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847114241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:26:27.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.553Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847114839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:26:27.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.554Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847111371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.554Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847115244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:26:27.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.554Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847115845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-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-06-27T06:26:27.575Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 025bfba3-ad28-4963-94df-da43928488e0
2023-06-27T06:26:27.576Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 025bfba3-ad28-4963-94df-da43928488e0 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-06-27T06:26:27.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.588Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847111371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.589Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847116246,
  "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-06-27T06:26:27.596Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 025bfba3-ad28-4963-94df-da43928488e0
2023-06-27T06:26:27.596Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 025bfba3-ad28-4963-94df-da43928488e0 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-06-27T06:26:27.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.610Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847111371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:26:27.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.610Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847111371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:26:27.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.611Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847119546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:26:27.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.611Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847123420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:26:27.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:26:27.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T06:26:27.611Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847124422,
  "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-06-27T06:26:27.625Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 025bfba3-ad28-4963-94df-da43928488e0
2023-06-27T06:26:27.625Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 025bfba3-ad28-4963-94df-da43928488e0 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-06-27T06:26:37.166Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:26:37.183Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:26:37.187Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:26:37.188Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:26:37.188Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:26:37.188Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:27:07.188Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:27:07.202Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:27:07.205Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:27:07.205Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:27:07.205Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:27:07.205Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:27:27.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:27:37.205Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:27:37.223Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:27:37.226Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:27:37.226Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:27:37.226Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:27:37.226Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:28:07.227Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T06:28:07.227Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184 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-06-27T06:28:07.232Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75f1e763-b200-458f-817c-6bbe5f9f9184 and serviceModelVersionId: dcc3016e-5840-45b7-8e77-ee97ab4aebb7
2023-06-27T06:28:07.233Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71da7245-cae9-4c04-aa88-c5b0f9f1cadb
2023-06-27T06:28:07.233Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0
2023-06-27T06:28:07.237Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T06:28:07.262Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|INFO|500||Invoke
2023-06-27T06:28:07.262Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75f1e763-b200-458f-817c-6bbe5f9f9184], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[54c032aa-3166-4a85-84a1-4f8a82159bfb], X-ECOMP-RequestID=[75f1e763-b200-458f-817c-6bbe5f9f9184], X-TransactionId=[], X-ONAP-RequestID=[75f1e763-b200-458f-817c-6bbe5f9f9184], Content-Type=[application/merge-patch+json]}
2023-06-27T06:28:07.270Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T06:28:07.405Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?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/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 06:28:07 GMT], content-length=[0], vertex-id=[655536], x-aai-txid=[2-aai-resources-230627-06:28:07:819-31968], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T06:28:07.406Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T06:28:07.407Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|INFO|500||InvokeReturn
2023-06-27T06:28:07.407Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T06:28:07.407Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-06-27T06:28:07.416Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-06-27T06:28:07.416Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75f1e763-b200-458f-817c-6bbe5f9f9184 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T06:28:07.416Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T06:28:07.417Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:07.417Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:07.417Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847287416,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:07.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:07.429Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847287416,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T06:28:07.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T06:28:08.432Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T06:28:08.432Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"401b2954-9703-4029-a12b-1952232d4f98","serviceName":"vFW 2023-06-27 06-00-59","serviceVersion":"1.0","serviceUUID":"7870ee41-ed8a-4de2-97c9-902b638edd42","serviceDescription":"catalog service description","serviceInvariantUUID":"9678d515-aaf4-4e45-89e7-8ba57103dfe0","resources":[{"resourceInstanceName":"vFW 9b185e19-f75f 0","resourceName":"vFW 9b185e19-f75f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f7a8439-cdef-45ae-8839-b7a28212fa08","resourceInvariantUUID":"8b05062e-35f0-4fe5-bfa4-6d2922e98502","resourceCustomizationUUID":"7e8b61fa-83de-474c-a23e-8a690db66b1c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml","artifactChecksum":"NDA5NjI0ZmY4Mzc3NTI4ZDczNWNkNmY0Yzk3OGMwMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39e462c7-06ba-4fd3-ad1f-39c1d64e519e","artifactVersion":"1"},{"artifactName":"vfw9b185e19f75f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json","artifactChecksum":"YzE1YTZhYWQ1MjUyY2Q4Mjc3M2JjZmRjOWI2NDZjNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee55efbe-359f-407e-9ccc-b414494546eb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml","artifactChecksum":"YzFiZWRlNGNmZDRhYWE1YWMzZjBhNTc1OGRhZmJjNmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4737ed45-bb08-43ec-8759-d34a1de33ee9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b0d552c-cb44-4f70-a23d-cd80f916e26c","artifactVersion":"2","generatedFromUUID":"2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627060059-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml","artifactChecksum":"ZTI2YzYwNzRjNWQyMmJmODIzOGFmYjdkMDgzMGNhOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e51ae3b6-91a1-4f59-b7ed-ab350cd4703f","artifactVersion":"1"},{"artifactName":"service-Vfw20230627060059-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar","artifactChecksum":"N2I0OGZhNDdmMmIwNTQyY2YzM2NjY2VlNWFlMmNlMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c2746e6-1f74-433c-bf0a-8f631462758a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T06:28:08.433Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:28:08.433Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:08.433Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:08.433Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:09.434Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:28:09.434Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:09.434Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:09.434Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:10.435Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:28:10.436Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:10.436Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:10.436Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:11.437Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:28:11.437Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:11.437Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:11.438Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:12.438Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:28:12.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:12.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:12.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:13.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:28:13.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:13.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:13.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:14.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:28:14.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:14.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:14.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:15.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "serviceName": "vFW 2023-06-27 06-00-59",
  "serviceVersion": "1.0",
  "serviceUUID": "7870ee41-ed8a-4de2-97c9-902b638edd42",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9678d515-aaf4-4e45-89e7-8ba57103dfe0",
  "resources": [
    {
      "resourceInstanceName": "vFW 9b185e19-f75f 0",
      "resourceCustomizationUUID": "7e8b61fa-83de-474c-a23e-8a690db66b1c",
      "resourceName": "vFW 9b185e19-f75f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f7a8439-cdef-45ae-8839-b7a28212fa08",
      "resourceInvariantUUID": "8b05062e-35f0-4fe5-bfa4-6d2922e98502",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9b185e19f75f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
          "artifactChecksum": "YzE1YTZhYWQ1MjUyY2Q4Mjc3M2JjZmRjOWI2NDZjNGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ee55efbe-359f-407e-9ccc-b414494546eb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8b0d552c-cb44-4f70-a23d-cd80f916e26c",
            "generatedFromUUID": "2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8b0d552c-cb44-4f70-a23d-cd80f916e26c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627060059-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
      "artifactChecksum": "N2I0OGZhNDdmMmIwNTQyY2YzM2NjY2VlNWFlMmNlMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c2746e6-1f74-433c-bf0a-8f631462758a"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T06:28:15.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T06:28:15.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7870ee41-ed8a-4de2-97c9-902b638edd42 ASDC
2023-06-27T06:28:15.443Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:401b2954-9703-4029-a12b-1952232d4f98
ServiceName:vFW 2023-06-27 06-00-59
ServiceVersion:1.0
ServiceUUID:7870ee41-ed8a-4de2-97c9-902b638edd42
ServiceInvariantUUID:9678d515-aaf4-4e45-89e7-8ba57103dfe0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627060059-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
ArtifactUUID:3c2746e6-1f74-433c-bf0a-8f631462758a
ArtifactChecksum:N2I0OGZhNDdmMmIwNTQyY2YzM2NjY2VlNWFlMmNlMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9b185e19-f75f 0
ResourceCustomizationUUID:7e8b61fa-83de-474c-a23e-8a690db66b1c
ResourceInvariantUUID:8b05062e-35f0-4fe5-bfa4-6d2922e98502
ResourceName:vFW 9b185e19-f75f
ResourceType:VF
ResourceUUID:6f7a8439-cdef-45ae-8839-b7a28212fa08
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9b185e19f75f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json
ArtifactUUID:ee55efbe-359f-407e-9ccc-b414494546eb
ArtifactChecksum:YzE1YTZhYWQ1MjUyY2Q4Mjc3M2JjZmRjOWI2NDZjNGY=
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/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml
ArtifactUUID:2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371
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/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env
ArtifactUUID:8b0d552c-cb44-4f70-a23d-cd80f916e26c
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/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env
ArtifactUUID:8b0d552c-cb44-4f70-a23d-cd80f916e26c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T06:28:15.443Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7870ee41-ed8a-4de2-97c9-902b638edd42 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-06-27T06:28:15.492Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:28:15.492Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:28:15.492Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:28:15.493Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a from URL: /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:15.493Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:28:15.493Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:15.736Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:28:15.737Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar 3c2746e6-1f74-433c-bf0a-8f631462758a 101469
2023-06-27T06:28:15.737Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar ASDC sendASDCNotification
2023-06-27T06:28:15.737Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:15.738Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:28:15.738Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:15.738Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:15.738Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847295737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:16.739Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:28:16.740Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:28:16.740Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a, URL: /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar to file: /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:16.740Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627060059-csar.csar
2023-06-27T06:28:16.741Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:16.741Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:16.928Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10104219596413520918/Definitions/service-Vfw20230627060059-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-06-27T06:28:18.742Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T06:28:18.743Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:28:18.743Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:18.743Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T06:28:18.743Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:18.743Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9b185e19-f75f 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-Vfw20230627060059-csar.csar
2023-06-27T06:28:18.743Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T06:28:18.743Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T06:28:18.743Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T06:28:18.743Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:18.743Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:18.744Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T06:28:18.744Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:18.744Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:18.744Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:18.744Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:28:18.744Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.744Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:18.744Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:28:18.744Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:28:18.745Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:28:18.745Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.745Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:18.745Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:28:18.745Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:28:18.745Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:28:18.745Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.745Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:18.746Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.746Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T06:28:18.746Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:28:18.746Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:28:18.746Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:18.746Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:28:18.746Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:28:18.746Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:28:18.746Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:28:18.746Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:28:18.746Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:28:18.747Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:28:18.747Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:18.747Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:28:18.747Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:18.747Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:28:18.747Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:28:18.747Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T06:28:18.747Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.747Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T06:28:18.747Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.748Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:28:18.748Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:28:18.748Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.748Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:28:18.748Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:28:18.748Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.748Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:28:18.748Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:28:18.749Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.749Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T06:28:18.749Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:28:18.749Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T06:28:18.749Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:28:18.749Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:28:18.749Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:28:18.750Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:28:18.750Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:18.750Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:28:18.750Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:18.750Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:28:18.750Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:28:18.750Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=62b219b4-641b-43b6-81f5-0398811178b1
2023-06-27T06:28:18.750Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.750Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T06:28:18.750Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:28:18.751Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:28:18.751Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:18.751Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:28:18.751Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:28:18.751Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:28:18.751Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:28:18.751Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T06:28:18.751Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:28:18.751Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:18.752Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:28:18.752Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:28:18.752Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=919cf075-45b2-4267-abda-778b62997978
2023-06-27T06:28:18.752Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.752Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T06:28:18.752Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:28:18.752Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:28:18.752Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:18.752Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:28:18.753Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:28:18.753Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:28:18.753Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:28:18.753Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:28:18.753Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:28:18.753Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:28:18.753Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:18.753Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T06:28:18.753Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee16d6f0-7898-4e7c-af82-220ec2112bc8
2023-06-27T06:28:18.753Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.754Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:18.754Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.754Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:18.754Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.754Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:18.754Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:18.754Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:18.754Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 06-00-59
Description:catalog service description
Model UUID:7870ee41-ed8a-4de2-97c9-902b638edd42
Model Version:NULL
Model InvariantUuid:9678d515-aaf4-4e45-89e7-8ba57103dfe0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9b185e19-f75f
Model UUID:f38726b7-5ca6-465a-90d3-718afab3d7b9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b05062e-35f0-4fe5-bfa4-6d2922e98502
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7e8b61fa-83de-474c-a23e-8a690db66b1c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b18169e9-ad4e-459b-bdd8-e7304f683128
ModelName:Vfw9b185e19F75f..base_vfw..module-0
ModelUuid:c6e57a97-50c3-4655-94d3-d9a617dd61b4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:62b219b4-641b-43b6-81f5-0398811178b1
ModelInvariantUuid:1b150dd4-39ec-4216-be55-af0fae6e2b97
ModelName:vFW 9b185e19-f75f-nodes.vfwCvfc
ModelUuid:a50e41f1-9876-4e95-a5fd-a96a5ff63076
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:11c3ee74-5fc0-4d73-a7c0-9c35f9f9e8e4
ModelInvariantUuid:0fb56a60-41ca-4c7a-a713-621f16529df0
ModelName:Vfw9b185e19F75f.compute.nodes.heat.vfw
ModelUuid:c115e9a3-a2a6-475b-b0c0-71b40cecb210
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:919cf075-45b2-4267-abda-778b62997978
ModelInvariantUuid:78a6f7d9-b40a-4733-892f-ade164835601
ModelName:vFW 9b185e19-f75f-nodes.vsnCvfc
ModelUuid:980119cb-02ec-4147-9019-3bcf4fb8d003
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:47a31763-3350-442e-b901-ff53e4f4fc77
ModelInvariantUuid:2289e62b-a699-4479-8357-45e55ab67d01
ModelName:Vfw9b185e19F75f.compute.nodes.heat.vsn
ModelUuid:c6b6be80-053a-4497-a712-f45727d1949d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ee16d6f0-7898-4e7c-af82-220ec2112bc8
ModelInvariantUuid:af8010cc-d16d-4a4e-844d-fb2889ac9bee
ModelName:vFW 9b185e19-f75f-nodes.vpgCvfc
ModelUuid:a7b1f0c3-17bd-4122-92d7-af774c00b1f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a7565757-e1b2-4fa5-b5a1-f06ed6e53681
ModelInvariantUuid:b7670ffc-e634-46ff-b192-8a68a1a4c109
ModelName:Vfw9b185e19F75f.compute.nodes.heat.vpg
ModelUuid:fdb732c9-c29a-4e01-867c-f0c3ec81a880
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-06-27T06:28:18.765Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f7a8439-cdef-45ae-8839-b7a28212fa08
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-06-27T06:28:18.769Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||vFW 9b185e19-f75f 0
2023-06-27T06:28:18.770Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f7a8439-cdef-45ae-8839-b7a28212fa08
2023-06-27T06:28:18.770Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ee55efbe-359f-407e-9ccc-b414494546eb from URL: /sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json
2023-06-27T06:28:18.770Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:28:18.770Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json
2023-06-27T06:28:18.904Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:28:18.905Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json ee55efbe-359f-407e-9ccc-b414494546eb 785
2023-06-27T06:28:18.905Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json ASDC sendASDCNotification
2023-06-27T06:28:18.905Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json
2023-06-27T06:28:18.905Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:28:18.906Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:18.906Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:18.906Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847298905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:19.907Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9b185e19F75f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b18169e9-ad4e-459b-bdd8-e7304f683128",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6e57a97-50c3-4655-94d3-d9a617dd61b4",
    "vfModuleModelCustomizationUUID": "c51ce5c3-620b-4c07-b006-7280e91f5cfc",
    "isBase": true,
    "artifacts": [
      "2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371",
      "8b0d552c-cb44-4f70-a23d-cd80f916e26c"
    ],
    "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-06-27T06:28:19.913Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9b185e19F75f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6e57a97-50c3-4655-94d3-d9a617dd61b4
VfModuleModelInvariantUUID:b18169e9-ad4e-459b-bdd8-e7304f683128
VfModuleModelDescription:NULL
Artifacts UUID List:{
2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371
,
8b0d552c-cb44-4f70-a23d-cd80f916e26c

}
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-06-27T06:28:19.916Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9b185e19F75f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b18169e9-ad4e-459b-bdd8-e7304f683128",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6e57a97-50c3-4655-94d3-d9a617dd61b4",
    "vfModuleModelCustomizationUUID": "c51ce5c3-620b-4c07-b006-7280e91f5cfc",
    "isBase": true,
    "artifacts": [
      "2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371",
      "8b0d552c-cb44-4f70-a23d-cd80f916e26c"
    ],
    "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-06-27T06:28:19.916Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9b185e19F75f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6e57a97-50c3-4655-94d3-d9a617dd61b4
VfModuleModelInvariantUUID:b18169e9-ad4e-459b-bdd8-e7304f683128
VfModuleModelDescription:NULL
Artifacts UUID List:{
2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371
,
8b0d552c-cb44-4f70-a23d-cd80f916e26c

}
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-06-27T06:28:19.916Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371 from URL: /sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml
2023-06-27T06:28:19.917Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:28:19.917Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml
2023-06-27T06:28:20.085Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:28:20.086Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml 2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371 20368
2023-06-27T06:28:20.087Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-06-27T06:28:20.087Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml
2023-06-27T06:28:20.087Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:28:20.088Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:20.088Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:20.088Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847300087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:21.089Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b0d552c-cb44-4f70-a23d-cd80f916e26c from URL: /sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env
2023-06-27T06:28:21.089Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:28:21.089Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env
2023-06-27T06:28:21.162Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:28:21.164Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env 8b0d552c-cb44-4f70-a23d-cd80f916e26c 2098
2023-06-27T06:28:21.164Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-06-27T06:28:21.165Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env
2023-06-27T06:28:21.165Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:28:21.165Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:21.165Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:21.166Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847301164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:22.167Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7870ee41-ed8a-4de2-97c9-902b638edd42
2023-06-27T06:28:22.167Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9b185e19-f75f 0 6f7a8439-cdef-45ae-8839-b7a28212fa08 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-06-27T06:28:22.214Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32a86e43, org.onap.sdc.toscaparser.api.parameters.Input@d8be433, org.onap.sdc.toscaparser.api.parameters.Input@7eed966, org.onap.sdc.toscaparser.api.parameters.Input@68199ccb, org.onap.sdc.toscaparser.api.parameters.Input@19b22dfd]
2023-06-27T06:28:22.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:22.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-06-27T06:28:22.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7e8b61fa-83de-474c-a23e-8a690db66b1c
2023-06-27T06:28:22.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7e8b61fa-83de-474c-a23e-8a690db66b1c matches Tosca VF Customization UUID: 7e8b61fa-83de-474c-a23e-8a690db66b1c
2023-06-27T06:28:22.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7e8b61fa-83de-474c-a23e-8a690db66b1c  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-06-27T06:28:22.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:22.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7e8b61fa-83de-474c-a23e-8a690db66b1c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-06-27T06:28:22.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ec5013e
2023-06-27T06:28:22.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T06:28:22.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c51ce5c3-620b-4c07-b006-7280e91f5cfc
2023-06-27T06:28:22.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c51ce5c3-620b-4c07-b006-7280e91f5cfc
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-06-27T06:28:22.224Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.224Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:28:22.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:28:22.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:28:22.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:28:22.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T06:28:22.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:28:22.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T06:28:22.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:28:22.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:28:22.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:28:22.226Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:28:22.226Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:22.226Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:28:22.226Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:22.226Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:28:22.226Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:28:22.226Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=62b219b4-641b-43b6-81f5-0398811178b1
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-06-27T06:28:22.229Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.229Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:28:22.229Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:28:22.229Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.230Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T06:28:22.230Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:28:22.230Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:28:22.230Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:22.230Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:28:22.230Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:28:22.230Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:28:22.230Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:28:22.230Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T06:28:22.231Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:28:22.231Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:22.231Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:28:22.231Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:28:22.231Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=919cf075-45b2-4267-abda-778b62997978
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-06-27T06:28:22.234Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.234Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:28:22.234Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:28:22.235Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.235Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T06:28:22.235Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:28:22.235Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:28:22.236Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:22.236Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:28:22.236Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:28:22.237Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:28:22.237Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:28:22.237Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:28:22.237Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:28:22.237Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:28:22.238Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:28:22.238Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T06:28:22.238Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee16d6f0-7898-4e7c-af82-220ec2112bc8
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-06-27T06:28:22.262Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.263Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:28:22.263Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:28:22.263Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.263Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:28:22.264Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=7e8b61fa-83de-474c-a23e-8a690db66b1c
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-06-27T06:28:22.266Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.267Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:22.269Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7870ee41-ed8a-4de2-97c9-902b638edd42: vFW 9b185e19-f75f
2023-06-27T06:28:22.269Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.269Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:22.269Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.269Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:22.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:22.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:22.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:28:22.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:28:22.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-06-27 06-00-59 
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-06-27T06:28:22.510Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9b185e19-f75f 6f7a8439-cdef-45ae-8839-b7a28212fa08 1 ASDC deployResourceStructure
2023-06-27T06:28:22.511Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json ASDC sendASDCNotification
2023-06-27T06:28:22.512Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json
2023-06-27T06:28:22.512Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T06:28:22.513Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:22.513Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:22.513Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847302511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:23.514Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-06-27T06:28:23.514Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml
2023-06-27T06:28:23.514Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T06:28:23.515Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:23.515Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:23.515Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847303514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:24.516Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-06-27T06:28:24.516Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env
2023-06-27T06:28:24.517Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T06:28:24.517Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:24.517Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:24.517Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847304516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:25.518Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar ASDC sendASDCNotification
2023-06-27T06:28:25.519Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T06:28:25.519Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T06:28:25.519Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:28:25.519Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:28:25.519Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847305518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:26.521Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:28:26.535Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:28:26.538Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:28:26.538Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:28:26.538Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:28:26.538Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:28:27.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:28:27.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:28:27.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:28:27.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:28:27.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687846334246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847295737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847298905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847300087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847301164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847302511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847303514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847304516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847305518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:28:27.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:28:56.539Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:28:56.552Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:28:56.555Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:28:56.555Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:28:56.555Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:28:56.555Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:29:26.555Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:29:26.569Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:29:26.573Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:29:26.573Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:29:26.573Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:29:26.573Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:29:27.533Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:29:56.573Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:29:56.589Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:29:56.591Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:29:56.592Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:29:56.592Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:29:56.592Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:30:26.592Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:30:26.608Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:30:26.611Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:30:26.611Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:30:26.611Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:30:26.611Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:30:27.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:30:56.612Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:30:56.627Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:30:56.630Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:30:56.630Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:30:56.630Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:30:56.630Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:31:26.631Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:31:26.643Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:31:26.645Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:31:26.645Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:31:26.645Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:31:26.645Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:31:27.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:31:56.646Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:31:56.655Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:31:56.658Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:31:56.658Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:31:56.658Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:31:56.658Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:32:26.658Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:32:26.680Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:32:26.683Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:32:26.683Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:32:26.683Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:32:26.683Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:32:27.537Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:32:56.683Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:32:56.702Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:32:56.708Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:32:56.708Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:32:56.709Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:32:56.709Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:33:26.709Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T06:33:26.709Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98 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-06-27T06:33:26.715Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 401b2954-9703-4029-a12b-1952232d4f98 and serviceModelVersionId: 7870ee41-ed8a-4de2-97c9-902b638edd42
2023-06-27T06:33:26.715Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9678d515-aaf4-4e45-89e7-8ba57103dfe0
2023-06-27T06:33:26.716Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0
2023-06-27T06:33:26.719Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T06:33:26.741Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?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-06-27T06:33:26.741Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|INFO|500||Invoke
2023-06-27T06:33:26.747Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T06:33:26.871Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|INFO|500||InvokeReturn
2023-06-27T06:33:26.871Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 06:33:27 GMT], content-length=[0], vertex-id=[208952], x-aai-txid=[2-aai-resources-230627-06:33:27:303-65427], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T06:33:26.871Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T06:33:26.871Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T06:33:26.871Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-06-27T06:33:26.877Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-06-27T06:33:26.877Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 401b2954-9703-4029-a12b-1952232d4f98 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T06:33:26.878Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T06:33:26.878Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:33:26.878Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:33:26.878Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847606877,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:33:26.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:33:26.890Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847606877,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T06:33:26.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:33:27.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from 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-06-27T06:33:27.897Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T06:33:27.898Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-06-27T06:33:27.901Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 0 disconnected.
2023-06-27T06:33:27.901Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Cancelled in-flight METADATA request with correlation id 30938 due to node 0 being disconnected (elapsed time since creation: 3ms, elapsed time since send: 3ms, request timeout: 30000ms)
2023-06-27T06:33:27.902Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 1 disconnected.
2023-06-27T06:33:27.902Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 2 disconnected.
2023-06-27T06:33:27.903Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 2147483647 disconnected.
2023-06-27T06:33:27.903Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-06-27T06:33:27.903Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-06-27T06:33:27.903Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Lost previously 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-06-27T06:33:27.904Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) is unavailable or invalid due to cause: coordinator unavailable. isDisconnected: true. Rediscovery will be attempted.
2023-06-27T06:33:27.904Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: rebalance failed due to 'The coordinator is not available.' (CoordinatorNotAvailableException)
2023-06-27T06:33:28.001Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=4, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-06-27T06:33:28.035Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-06-27T06:33:28.038Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T06:33:28.062Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-eb843ab2-8b54-492c-ac0e-26b206780c9d
2023-06-27T06:33:28.063Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T06:33:28.063Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T06:33:29.517Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:33:29.524Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T06:33:29.524Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T06:33:29.528Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-eb843ab2-8b54-492c-ac0e-26b206780c9d', protocol='range'}
2023-06-27T06:33:29.528Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:33:29.550Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T06:33:29.550Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T06:33:29.550Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T06:33:29.551Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T06:33:29.551Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T06:33:29.551Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T06:33:29.552Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-eb843ab2-8b54-492c-ac0e-26b206780c9d=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T06:33:29.560Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-eb843ab2-8b54-492c-ac0e-26b206780c9d', protocol='range'}
2023-06-27T06:33:29.560Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:33:29.561Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T06:33:29.561Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:33:29.561Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T06:33:29.561Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:33:29.564Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T06:33:29.564Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T06:33:29.565Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T06:33:29.564Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-06-27T06:33:29.565Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=431, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T06:33:29.565Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T06:33:29.565Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T06:33:29.565Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-06-27T06:33:29.566Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-06-27T06:33:29.566Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-06-27T06:33:29.566Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-06-27T06:33:29.566Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset 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-06-27T06:33:29.614Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T06:33:29.614Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"467962b9-421f-49c3-aa9f-ae372562aac6","serviceName":"vFW 2023-06-27 05-38-32","serviceVersion":"1.0","serviceUUID":"aae94acd-4192-4854-bee3-ae502faf026f","serviceDescription":"catalog service description","serviceInvariantUUID":"a7673f0c-2d25-4c41-a2ac-000a595dedc1","resources":[{"resourceInstanceName":"vFW b4e853e1-0b84 0","resourceName":"vFW b4e853e1-0b84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90acd548-e5e2-4944-b0bf-05f32ed8a75f","resourceInvariantUUID":"5ce94957-38e8-43ea-91bc-159a7afb6c3a","resourceCustomizationUUID":"1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml","artifactChecksum":"N2ExNGQ3NWU4ODNiMjlhYjg1YWZlY2UxYjM0Y2U3OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c64b414-9a9d-42a1-9913-c94c05dd8f51","artifactVersion":"1"},{"artifactName":"vfwb4e853e10b840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json","artifactChecksum":"OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa44dc26-b7ec-4367-b85c-5e3bec4122df","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml","artifactChecksum":"YjRkOTQzNjRmOWU1NTRkNWNkMGVlNjg3NjNhNzRiNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fbfa99d6-13dd-499d-b818-26cfc8358470","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b476b4ff-5659-49b1-b2e4-ddb8604c20fd","artifactVersion":"2","generatedFromUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627053832-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml","artifactChecksum":"YjI2ZDAxMTkxNTkzNjUzMzIwYzQ4M2M0M2E1MGEwYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85a54224-103d-4ef6-a0f3-5479de9f1330","artifactVersion":"1"},{"artifactName":"service-Vfw20230627053832-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar","artifactChecksum":"NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9d110f0-a16e-4602-ae02-da1f60f2a500","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T06:33:29.616Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:33:29.616Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:33:29.616Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:33:29.616Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:33:30.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:33:30.575Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:33:30.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:33:30.622Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:33:30.623Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:33:30.623Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:33:30.623Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:33:31.626Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:33:31.626Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:33:31.626Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:33:31.626Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:33:32.627Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:33:32.628Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:33:32.628Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:33:32.628Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:33:33.630Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:33:33.630Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:33:33.630Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:33:33.630Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:33:34.632Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:33:34.633Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:33:34.633Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:33:34.633Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:33:35.635Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:33:35.635Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:33:35.635Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:33:35.635Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:33:36.637Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "serviceName": "vFW 2023-06-27 05-38-32",
  "serviceVersion": "1.0",
  "serviceUUID": "aae94acd-4192-4854-bee3-ae502faf026f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a7673f0c-2d25-4c41-a2ac-000a595dedc1",
  "resources": [
    {
      "resourceInstanceName": "vFW b4e853e1-0b84 0",
      "resourceCustomizationUUID": "1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5",
      "resourceName": "vFW b4e853e1-0b84",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90acd548-e5e2-4944-b0bf-05f32ed8a75f",
      "resourceInvariantUUID": "5ce94957-38e8-43ea-91bc-159a7afb6c3a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb4e853e10b840_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
          "artifactChecksum": "OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa44dc26-b7ec-4367-b85c-5e3bec4122df",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
            "generatedFromUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627053832-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
      "artifactChecksum": "NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b9d110f0-a16e-4602-ae02-da1f60f2a500"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T06:33:36.638Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T06:33:36.638Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aae94acd-4192-4854-bee3-ae502faf026f ASDC
2023-06-27T06:33:36.638Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:467962b9-421f-49c3-aa9f-ae372562aac6
ServiceName:vFW 2023-06-27 05-38-32
ServiceVersion:1.0
ServiceUUID:aae94acd-4192-4854-bee3-ae502faf026f
ServiceInvariantUUID:a7673f0c-2d25-4c41-a2ac-000a595dedc1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627053832-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
ArtifactUUID:b9d110f0-a16e-4602-ae02-da1f60f2a500
ArtifactChecksum:NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b4e853e1-0b84 0
ResourceCustomizationUUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
ResourceInvariantUUID:5ce94957-38e8-43ea-91bc-159a7afb6c3a
ResourceName:vFW b4e853e1-0b84
ResourceType:VF
ResourceUUID:90acd548-e5e2-4944-b0bf-05f32ed8a75f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb4e853e10b840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json
ArtifactUUID:aa44dc26-b7ec-4367-b85c-5e3bec4122df
ArtifactChecksum:OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE=
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml
ArtifactUUID:d03752ac-af1a-4ff4-9782-5cc8cf2dd052
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T06:33:36.638Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aae94acd-4192-4854-bee3-ae502faf026f 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:33:36.671Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:33:36.672Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:33:36.672Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:33:36.672Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 from URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:36.673Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:33:36.673Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:36.896Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:33:36.897Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar b9d110f0-a16e-4602-ae02-da1f60f2a500 101490
2023-06-27T06:33:36.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T06:33:36.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:36.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:33:36.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:33:36.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:33:36.898Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847616897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:33:37.900Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:33:37.900Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:33:37.900Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500, URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar to file: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:37.901Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627053832-csar.csar
2023-06-27T06:33:37.901Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:37.901Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:38.013Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4691340242112138482/Definitions/service-Vfw20230627053832-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-06-27T06:33:39.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T06:33:39.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:33:39.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:39.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T06:33:39.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:39.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T06:33:39.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T06:33:39.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b4e853e1-0b84 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-Vfw20230627053832-csar.csar
2023-06-27T06:33:39.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T06:33:39.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:39.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:39.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T06:33:39.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:39.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:39.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T06:33:39.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:33:39.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:33:39.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T06:33:39.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:33:39.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:33:39.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:33:39.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T06:33:39.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:33:39.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:33:39.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:33:39.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T06:33:39.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:33:39.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:33:39.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:33:39.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:33:39.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:33:39.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:33:39.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:33:39.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:33:39.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:33:39.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:33:39.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:33:39.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:33:39.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:33:39.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:33:39.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:33:39.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T06:33:39.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T06:33:39.930Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.930Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T06:33:39.930Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:33:39.930Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.930Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T06:33:39.930Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:33:39.930Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.930Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T06:33:39.931Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:33:39.931Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.931Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T06:33:39.931Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:33:39.931Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T06:33:39.931Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:33:39.931Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:33:39.931Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:33:39.931Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:33:39.931Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:33:39.932Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:33:39.932Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:33:39.932Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:33:39.932Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:33:39.932Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=89d8277f-0853-4154-beb2-83d2afa88901
2023-06-27T06:33:39.932Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.932Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T06:33:39.932Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:33:39.932Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:33:39.933Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:33:39.933Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:33:39.933Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:33:39.933Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:33:39.933Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:33:39.933Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T06:33:39.933Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:33:39.933Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:33:39.934Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:33:39.934Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:33:39.934Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73b6eaf8-7436-4c54-80d3-d9e4e8086f75
2023-06-27T06:33:39.934Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.934Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T06:33:39.934Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:33:39.934Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:33:39.934Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:33:39.934Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:33:39.934Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:33:39.935Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:33:39.935Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:33:39.935Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:33:39.935Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:33:39.935Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:33:39.935Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:33:39.935Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T06:33:39.935Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7120ea87-f937-450e-8069-3080962340d0
2023-06-27T06:33:39.935Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.935Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:33:39.936Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.936Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:33:39.936Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.936Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:33:39.936Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:33:39.936Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:33:39.936Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 05-38-32
Description:catalog service description
Model UUID:aae94acd-4192-4854-bee3-ae502faf026f
Model Version:NULL
Model InvariantUuid:a7673f0c-2d25-4c41-a2ac-000a595dedc1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b4e853e1-0b84
Model UUID:03f409a0-303a-4336-a3e8-31380c010f9c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ce94957-38e8-43ea-91bc-159a7afb6c3a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:58f93342-e20b-45cf-8ade-4e2216e306d9
ModelName:VfwB4e853e10b84..base_vfw..module-0
ModelUuid:72ba67ff-ba6e-4402-86bd-7ac51bd72a26
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:89d8277f-0853-4154-beb2-83d2afa88901
ModelInvariantUuid:8dee5041-0fb9-457f-bf57-19f7b12b9ee6
ModelName:vFW b4e853e1-0b84-nodes.vfwCvfc
ModelUuid:fe90e3b5-c24f-4944-a88e-e9354168068c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:29176d7f-b256-4914-9001-4c467534e4d6
ModelInvariantUuid:61dd8c10-b887-4027-a4f8-ead3ea485372
ModelName:VfwB4e853e10b84.compute.nodes.heat.vfw
ModelUuid:c08b938c-94ec-48a9-b1e1-749e2953d110
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:73b6eaf8-7436-4c54-80d3-d9e4e8086f75
ModelInvariantUuid:23bc848d-49a2-4f95-b92f-e00ddd82d621
ModelName:vFW b4e853e1-0b84-nodes.vsnCvfc
ModelUuid:eeb3325f-fcfd-48da-a6b9-c0f7f2ffa656
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e9ebca99-ad87-4fec-9432-c4e8a9d3dddf
ModelInvariantUuid:c44e62e7-2ab3-46ed-bc8b-eed166053f80
ModelName:VfwB4e853e10b84.compute.nodes.heat.vsn
ModelUuid:bd076260-fd2a-4420-a3bd-a89e7c43337d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7120ea87-f937-450e-8069-3080962340d0
ModelInvariantUuid:97b9632d-ff03-4e7f-9c2d-47d458d75b17
ModelName:vFW b4e853e1-0b84-nodes.vpgCvfc
ModelUuid:116a896a-c38f-4b46-bbe3-efc7c4c61484
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ef305fd0-b79b-4c85-ba82-75b09b376d1a
ModelInvariantUuid:a786c52d-ce1c-4a38-9313-a1eb1617238c
ModelName:VfwB4e853e10b84.compute.nodes.heat.vpg
ModelUuid:3bf88472-4257-4ea4-912b-3aae8597ad98
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=?
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-06-27T06:33:39.965Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||ERROR|500||Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists
2023-06-27T06:33:39.966Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T06:33:39.966Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar(Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists)
2023-06-27T06:33:39.967Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:33:39.967Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:33:39.967Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:33:39.968Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847619966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:33:40.970Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T06:33:40.970Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar(Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists)
2023-06-27T06:33:40.971Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:33:40.971Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:33:40.971Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:33:40.971Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847620970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:33:41.972Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:33:41.989Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:33:41.993Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:33:41.993Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:33:41.994Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:33:41.994Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:34:11.994Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:34:12.006Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:34:12.009Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:34:12.009Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:34:12.009Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:34:12.009Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:34:27.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:34:27.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:34:27.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:34:27.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:34:42.010Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:34:42.023Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:34:42.025Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:34:42.026Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:34:42.026Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:34:42.026Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:35:12.027Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:35:12.041Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:35:12.045Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:35:12.045Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:35:12.045Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:35:12.045Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:35:27.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:35:27.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:35:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:35:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:35:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:35:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:35:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:35:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:35:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T06:35:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:35:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847616897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847619966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists"
}
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847620970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists"
}
2023-06-27T06:35:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:35:42.046Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:35:42.056Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:35:42.059Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:35:42.060Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:35:42.060Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:35:42.060Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:36:12.061Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:36:12.076Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:36:12.079Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:36:12.079Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:36:12.079Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:36:12.079Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:36:27.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:36:42.080Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:36:42.093Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:36:42.096Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:36:42.096Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:36:42.096Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:36:42.096Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:36:55.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:36:55.226Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847804290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:36:55.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:37:12.096Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:37:12.110Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:37:12.112Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:37:12.112Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:37:12.112Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:37:12.112Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:37:27.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:37:27.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:37:27.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847807301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:37:27.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:37:42.112Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:37:42.124Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:37:42.128Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:37:42.128Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:37:42.128Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:37:42.128Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:38:12.129Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:38:12.142Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:38:12.149Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:38:12.149Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:38:12.149Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:38:12.149Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:38:27.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:38:27.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.536Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847801371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847776868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847804290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847807301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847801371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847776868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847804290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847801371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847807301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847776868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847804290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.542Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847807301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.542Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847801371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.542Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847776868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847804290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847807301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847801371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.544Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847776868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.544Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847804290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.545Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847807301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.545Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847801371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.545Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847776868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.546Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847804290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.546Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847807301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.546Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847801371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.547Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847776868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:38:27.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.547Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687847804290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:38:27.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.547Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847807301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:38:27.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.548Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847801371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:38:27.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.548Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847776868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:38:27.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.549Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847823890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:38:27.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.549Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847823320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:38:27.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.549Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847823921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:38:27.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.550Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847824324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:38:27.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.550Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687847824986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-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-06-27T06:38:27.578Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f045848-5dc3-48db-a8c7-36f424721bf2
2023-06-27T06:38:27.579Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f045848-5dc3-48db-a8c7-36f424721bf2 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-06-27T06:38:27.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.596Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687847825325,
  "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-06-27T06:38:27.603Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f045848-5dc3-48db-a8c7-36f424721bf2
2023-06-27T06:38:27.603Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f045848-5dc3-48db-a8c7-36f424721bf2 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-06-27T06:38:27.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.616Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847827597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:38:27.616Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:38:27.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:38:27.617Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "aai-model-loader",
  "timestamp": 1687847828600,
  "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-06-27T06:38:27.625Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f045848-5dc3-48db-a8c7-36f424721bf2
2023-06-27T06:38:27.625Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f045848-5dc3-48db-a8c7-36f424721bf2 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-06-27T06:38:29.682Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-06-27T06:38:29.683Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Member SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-eb843ab2-8b54-492c-ac0e-26b206780c9d sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-06-27T06:38:29.683Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-06-27T06:38:29.683Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-06-27T06:38:30.774Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:38:33.789Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:38:36.799Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:38:39.810Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:38:42.149Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T06:38:42.149Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6 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-06-27T06:38:42.154Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 467962b9-421f-49c3-aa9f-ae372562aac6 and serviceModelVersionId: aae94acd-4192-4854-bee3-ae502faf026f
2023-06-27T06:38:42.154Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7673f0c-2d25-4c41-a2ac-000a595dedc1
2023-06-27T06:38:42.155Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0
2023-06-27T06:38:42.160Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T06:38:42.190Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||Invoke
2023-06-27T06:38:42.191Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[467962b9-421f-49c3-aa9f-ae372562aac6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d994843-46cd-4c96-a605-09ff533d2d9c], X-ECOMP-RequestID=[467962b9-421f-49c3-aa9f-ae372562aac6], X-TransactionId=[], X-ONAP-RequestID=[467962b9-421f-49c3-aa9f-ae372562aac6], Content-Type=[application/merge-patch+json]}
2023-06-27T06:38:42.199Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T06:38:42.328Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?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/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 06:38:42 GMT], content-length=[0], vertex-id=[614576], x-aai-txid=[2-aai-resources-230627-06:38:42:764-45627], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T06:38:42.329Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T06:38:42.329Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||InvokeReturn
2023-06-27T06:38:42.330Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T06:38:42.330Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T06:38:42.334Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T06:38:42.335Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 467962b9-421f-49c3-aa9f-ae372562aac6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T06:38:42.335Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T06:38:42.335Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:38:42.335Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:38:42.335Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847922335,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:38:42.821Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:38:43.354Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T06:38:43.354Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9f25b555-9eec-4127-8a92-bea49612e43a","serviceName":"basic_onboard_aziSMo","serviceVersion":"1.0","serviceUUID":"59641768-8983-458b-a2db-0e2b593ebbed","serviceDescription":"service","serviceInvariantUUID":"1f7ec5a7-f2db-4704-8509-cb39be9bec77","resources":[{"resourceInstanceName":"basic_onboard_aziSMo 0","resourceName":"basic_onboard_aziSMo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f1975a6-6bb5-4a2a-b31d-bdbed7697d14","resourceInvariantUUID":"507d2b8e-887c-4380-9a76-da56afc55f19","resourceCustomizationUUID":"818e617c-70b9-467a-b124-80c20ee15d31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml","artifactChecksum":"MjI1NmM5NGU2ZTY3NjQ1NzE3MWE2OTY0NGEwNWEzYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b092353-ca04-4272-905b-18da797ff87d","artifactVersion":"1"},{"artifactName":"basic_onboard_azismo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json","artifactChecksum":"MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37a88213-527a-4cc2-989a-6257233da88c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d4b61a99-967a-4677-967d-9ca5f5b5711b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4547987d-2463-4ff5-aef4-9e65bafb7d2e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"20396e45-ce77-4d46-9f4e-0f8f6ba74a9c","artifactVersion":"2","generatedFromUUID":"d4b61a99-967a-4677-967d-9ca5f5b5711b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAzismo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml","artifactChecksum":"ZDM1ZGVhNWI1YTQ3OTQwZDY4M2I3YWZkZDc3MmQzM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b137912-de3a-4566-996c-2b6a510e9d7c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAzismo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar","artifactChecksum":"YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75c7f603-7193-440d-aee5-dd75269d2acb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T06:38:43.354Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:38:43.355Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:38:43.355Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:38:43.355Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:38:44.355Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:38:44.356Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:38:44.356Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:38:44.356Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:38:45.357Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:38:45.357Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:38:45.357Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:38:45.357Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:38:45.837Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:38:46.358Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:38:46.358Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:38:46.358Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:38:46.358Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:38:47.359Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:38:47.360Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:38:47.360Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:38:47.360Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:38:48.362Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:38:48.362Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:38:48.362Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:38:48.363Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:38:48.849Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:38:49.364Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:38:49.364Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:38:49.364Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:38:49.364Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:38:50.366Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "serviceName": "basic_onboard_aziSMo",
  "serviceVersion": "1.0",
  "serviceUUID": "59641768-8983-458b-a2db-0e2b593ebbed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f7ec5a7-f2db-4704-8509-cb39be9bec77",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_aziSMo 0",
      "resourceCustomizationUUID": "818e617c-70b9-467a-b124-80c20ee15d31",
      "resourceName": "basic_onboard_aziSMo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f1975a6-6bb5-4a2a-b31d-bdbed7697d14",
      "resourceInvariantUUID": "507d2b8e-887c-4380-9a76-da56afc55f19",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_azismo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
          "artifactChecksum": "MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "37a88213-527a-4cc2-989a-6257233da88c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d4b61a99-967a-4677-967d-9ca5f5b5711b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c",
            "generatedFromUUID": "d4b61a99-967a-4677-967d-9ca5f5b5711b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAzismo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
      "artifactChecksum": "YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75c7f603-7193-440d-aee5-dd75269d2acb"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T06:38:50.366Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T06:38:50.367Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 59641768-8983-458b-a2db-0e2b593ebbed ASDC
2023-06-27T06:38:50.367Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9f25b555-9eec-4127-8a92-bea49612e43a
ServiceName:basic_onboard_aziSMo
ServiceVersion:1.0
ServiceUUID:59641768-8983-458b-a2db-0e2b593ebbed
ServiceInvariantUUID:1f7ec5a7-f2db-4704-8509-cb39be9bec77
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAzismo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
ArtifactUUID:75c7f603-7193-440d-aee5-dd75269d2acb
ArtifactChecksum:YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_aziSMo 0
ResourceCustomizationUUID:818e617c-70b9-467a-b124-80c20ee15d31
ResourceInvariantUUID:507d2b8e-887c-4380-9a76-da56afc55f19
ResourceName:basic_onboard_aziSMo
ResourceType:VF
ResourceUUID:2f1975a6-6bb5-4a2a-b31d-bdbed7697d14
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_azismo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json
ArtifactUUID:37a88213-527a-4cc2-989a-6257233da88c
ArtifactChecksum:MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA=
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d4b61a99-967a-4677-967d-9ca5f5b5711b
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
ArtifactUUID:20396e45-ce77-4d46-9f4e-0f8f6ba74a9c
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
ArtifactUUID:20396e45-ce77-4d46-9f4e-0f8f6ba74a9c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T06:38:50.367Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59641768-8983-458b-a2db-0e2b593ebbed 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:38:50.396Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:38:50.396Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:38:50.397Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:38:50.397Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 75c7f603-7193-440d-aee5-dd75269d2acb from URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:50.397Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:38:50.397Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:50.607Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:38:50.607Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar 75c7f603-7193-440d-aee5-dd75269d2acb 75646
2023-06-27T06:38:50.608Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T06:38:50.608Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:50.608Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:38:50.608Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:38:50.608Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:38:50.608Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847930607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:38:51.610Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:38:51.610Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:38:51.611Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 75c7f603-7193-440d-aee5-dd75269d2acb, URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar to file: /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:51.611Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:51.611Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:51.611Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:51.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6546428178280719987/Definitions/service-BasicOnboardAzismo-template.yml
2023-06-27T06:38:51.858Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
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-06-27T06:38:52.700Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T06:38:52.700Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aziSMo 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-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:38:52.701Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:38:52.702Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:38:52.702Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:38:52.702Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.702Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:38:52.702Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:38:52.702Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:38:52.702Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:38:52.702Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.702Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:38:52.703Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.703Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T06:38:52.703Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-06-27T06:38:52.703Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-06-27T06:38:52.703Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-06-27T06:38:52.703Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T06:38:52.703Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T06:38:52.703Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.703Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T06:38:52.703Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.703Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:38:52.703Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=58fc4468-f99f-404a-bd48-42f30a142817
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:38:52.704Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.705Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:38:52.705Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:38:52.705Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:38:52.705Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_aziSMo
Description:service
Model UUID:59641768-8983-458b-a2db-0e2b593ebbed
Model Version:NULL
Model InvariantUuid:1f7ec5a7-f2db-4704-8509-cb39be9bec77
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_aziSMo
Model UUID:9fad7b46-5542-428f-bcbb-17059eec340f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:507d2b8e-887c-4380-9a76-da56afc55f19
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:818e617c-70b9-467a-b124-80c20ee15d31
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:acd7592f-8360-4cdd-9fec-f2690e4ad78d
ModelName:BasicOnboardAzismo..base_ubuntu18..module-0
ModelUuid:dc67a037-3faa-40fb-b0c9-354cbe3222a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:58fc4468-f99f-404a-bd48-42f30a142817
ModelInvariantUuid:c4730dc4-4e71-433d-b279-f592c4abd704
ModelName:basic_onboard_aziSMo-nodes.ubuntu18Cvfc
ModelUuid:c89c6daf-bd49-494d-acee-010cd8209e39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3c174aeb-1f83-40b1-98b3-a461565a3323
ModelInvariantUuid:81945dc5-b5f9-49c4-b675-49d5a04c5e66
ModelName:BasicOnboardAzismo.compute.nodes.heat.ubuntu18
ModelUuid:b6cb5860-9c3f-4d8c-99b0-6c08ddedceb3
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=?
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-06-27T06:38:52.737Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists
2023-06-27T06:38:52.737Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T06:38:52.737Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar(Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists)
2023-06-27T06:38:52.738Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:38:52.738Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:38:52.738Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:38:52.738Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847932737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:38:53.739Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T06:38:53.740Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar(Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists)
2023-06-27T06:38:53.740Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:38:53.740Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:38:53.740Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:38:53.740Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847933739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:38:54.741Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:38:54.752Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:38:54.755Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:38:54.755Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:38:54.755Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:38:54.755Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:38:54.869Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:38:57.883Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:39:00.895Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:39:03.907Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:39:06.920Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:39:09.930Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:39:12.940Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:39:15.950Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:39:18.963Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:39:21.977Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:39:24.755Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:39:24.766Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:39:24.770Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:39:24.770Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:39:24.770Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:39:24.770Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:39:24.990Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T06:39:27.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:39:27.542Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T06:39:27.543Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T06:39:27.546Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:39:27.546Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T06:39:27.555Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:39:27.555Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:39:27.556Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:39:27.559Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T06:39:27.560Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T06:39:27.560Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T06:39:27.560Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=481, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T06:39:27.560Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T06:39:27.560Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T06:39:28.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:39:28.570Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847922335,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T06:39:28.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:39:28.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:39:28.571Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:39:28.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:39:28.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:39:28.572Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:39:28.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:39:28.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:39:28.572Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:39:28.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:39:28.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:39:28.572Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:39:28.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:39:28.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:39:28.573Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-06-27T06:39:28.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:39:28.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:39:28.573Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:39:28.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:39:28.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:39:28.573Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:39:28.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:39:28.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:39:28.574Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847930607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:39:28.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:39:28.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:39:28.574Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847932737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists"
}
2023-06-27T06:39:28.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:39:28.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:39:28.574Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847933739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists"
}
2023-06-27T06:39:28.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:39:54.771Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:39:54.786Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:39:54.789Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:39:54.789Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:39:54.790Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:39:54.790Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:40:24.790Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:40:24.800Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:40:24.803Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:40:24.803Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:40:24.803Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:40:24.803Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:40:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:40:54.803Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:40:54.820Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:40:54.823Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:40:54.824Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:40:54.824Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:40:54.824Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:41:24.824Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:41:24.838Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:41:24.841Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:41:24.841Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:41:24.841Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:41:24.841Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:41:27.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:41:54.841Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:41:54.859Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:41:54.862Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:41:54.862Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:41:54.862Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:41:54.862Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:42:24.863Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:42:24.879Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:42:24.882Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:42:24.882Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:42:24.882Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:42:24.882Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:42:27.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:42:54.882Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:42:54.900Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:42:54.904Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:42:54.904Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:42:54.904Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:42:54.904Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:43:24.904Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:43:24.917Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:43:24.920Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:43:24.920Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:43:24.920Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:43:24.920Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:43:27.537Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:43:30.127Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: cached metadata has changed from (version33: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version34: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-06-27T06:43:30.134Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T06:43:30.135Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T06:43:30.138Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:43:30.139Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T06:43:30.148Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T06:43:30.149Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:43:30.149Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T06:43:30.152Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T06:43:30.153Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T06:43:30.153Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T06:43:30.153Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=492, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T06:43:30.153Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T06:43:30.155Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T06:43:54.921Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T06:43:54.921Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a 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-06-27T06:43:54.928Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f25b555-9eec-4127-8a92-bea49612e43a and serviceModelVersionId: 59641768-8983-458b-a2db-0e2b593ebbed
2023-06-27T06:43:54.928Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f7ec5a7-f2db-4704-8509-cb39be9bec77
2023-06-27T06:43:54.930Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0
2023-06-27T06:43:54.938Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T06:43:54.972Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|INFO|500||Invoke
2023-06-27T06:43:54.973Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f25b555-9eec-4127-8a92-bea49612e43a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9b26e70-74ed-47b1-9189-30395cda93cc], X-ECOMP-RequestID=[9f25b555-9eec-4127-8a92-bea49612e43a], X-TransactionId=[], X-ONAP-RequestID=[9f25b555-9eec-4127-8a92-bea49612e43a], Content-Type=[application/merge-patch+json]}
2023-06-27T06:43:54.978Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T06:43:55.157Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?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/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 06:43:55 GMT], content-length=[0], vertex-id=[200920], x-aai-txid=[1-aai-resources-230627-06:43:55:550-55129], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T06:43:55.157Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T06:43:55.158Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|INFO|500||InvokeReturn
2023-06-27T06:43:55.159Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T06:43:55.159Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-06-27T06:43:55.164Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-06-27T06:43:55.164Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f25b555-9eec-4127-8a92-bea49612e43a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T06:43:55.164Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T06:43:55.164Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:43:55.164Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:43:55.165Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848235164,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:43:55.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:43:55.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848235164,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T06:43:55.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T06:43:56.181Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T06:43:56.182Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"75f1e763-b200-458f-817c-6bbe5f9f9184","serviceName":"vFW 2023-06-27 05-49-09","serviceVersion":"1.0","serviceUUID":"dcc3016e-5840-45b7-8e77-ee97ab4aebb7","serviceDescription":"catalog service description","serviceInvariantUUID":"71da7245-cae9-4c04-aa88-c5b0f9f1cadb","resources":[{"resourceInstanceName":"vFW 91fe2f04-67a1 0","resourceName":"vFW 91fe2f04-67a1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2ee8ffa-4f02-4696-8f64-809ea7d12d62","resourceInvariantUUID":"acc33583-f555-4db9-974f-175cbccbba8c","resourceCustomizationUUID":"8e277074-e444-4bdb-a9ff-14042aa1f741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml","artifactChecksum":"MjdiMTZmNTM0NWNlNzBmMTAzMjI1YjY1N2Y1ZjE5ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"213c791c-b320-4bab-8da1-775873a7f583","artifactVersion":"1"},{"artifactName":"vfw91fe2f0467a10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json","artifactChecksum":"Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"06b9da70-8fc4-493c-ae6e-ccac7db49776","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5c621f2-36a1-4d14-b176-42ed9c3014c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml","artifactChecksum":"YWYzNTBlMDdlNDIwZjk0NTM1MTNjMmRiZWZhMjUxYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"333e1d54-6e59-41b5-bd1a-3584a06d7577","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"712eb679-fdd8-45da-8437-b80aefe84a18","artifactVersion":"2","generatedFromUUID":"f5c621f2-36a1-4d14-b176-42ed9c3014c0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627054909-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml","artifactChecksum":"MWFiYjQzYzE5ZTcyZDE0NTc0NmNlOTcyMWU2YWI4Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8a39b56-2df2-446b-b88a-7a3b6672442d","artifactVersion":"1"},{"artifactName":"service-Vfw20230627054909-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar","artifactChecksum":"NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"668aceb0-4a92-45e0-baa9-4d2849c5ace2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T06:43:56.182Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:43:56.182Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:43:56.182Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:43:56.182Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:43:57.184Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:43:57.185Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:43:57.185Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:43:57.185Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:43:58.187Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:43:58.187Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:43:58.187Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:43:58.187Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:43:59.188Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:43:59.189Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:43:59.189Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:43:59.189Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:44:00.190Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:44:00.190Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:44:00.191Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:44:00.191Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:44:01.191Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:44:01.192Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:44:01.192Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:44:01.192Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:44:02.193Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:44:02.193Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:44:02.193Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:44:02.193Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:44:03.194Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "serviceName": "vFW 2023-06-27 05-49-09",
  "serviceVersion": "1.0",
  "serviceUUID": "dcc3016e-5840-45b7-8e77-ee97ab4aebb7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "71da7245-cae9-4c04-aa88-c5b0f9f1cadb",
  "resources": [
    {
      "resourceInstanceName": "vFW 91fe2f04-67a1 0",
      "resourceCustomizationUUID": "8e277074-e444-4bdb-a9ff-14042aa1f741",
      "resourceName": "vFW 91fe2f04-67a1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a2ee8ffa-4f02-4696-8f64-809ea7d12d62",
      "resourceInvariantUUID": "acc33583-f555-4db9-974f-175cbccbba8c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw91fe2f0467a10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
          "artifactChecksum": "Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "06b9da70-8fc4-493c-ae6e-ccac7db49776",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f5c621f2-36a1-4d14-b176-42ed9c3014c0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "712eb679-fdd8-45da-8437-b80aefe84a18",
            "generatedFromUUID": "f5c621f2-36a1-4d14-b176-42ed9c3014c0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "712eb679-fdd8-45da-8437-b80aefe84a18",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627054909-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
      "artifactChecksum": "NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "668aceb0-4a92-45e0-baa9-4d2849c5ace2"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T06:44:03.194Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T06:44:03.194Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dcc3016e-5840-45b7-8e77-ee97ab4aebb7 ASDC
2023-06-27T06:44:03.194Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:75f1e763-b200-458f-817c-6bbe5f9f9184
ServiceName:vFW 2023-06-27 05-49-09
ServiceVersion:1.0
ServiceUUID:dcc3016e-5840-45b7-8e77-ee97ab4aebb7
ServiceInvariantUUID:71da7245-cae9-4c04-aa88-c5b0f9f1cadb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627054909-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
ArtifactUUID:668aceb0-4a92-45e0-baa9-4d2849c5ace2
ArtifactChecksum:NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 91fe2f04-67a1 0
ResourceCustomizationUUID:8e277074-e444-4bdb-a9ff-14042aa1f741
ResourceInvariantUUID:acc33583-f555-4db9-974f-175cbccbba8c
ResourceName:vFW 91fe2f04-67a1
ResourceType:VF
ResourceUUID:a2ee8ffa-4f02-4696-8f64-809ea7d12d62
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw91fe2f0467a10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json
ArtifactUUID:06b9da70-8fc4-493c-ae6e-ccac7db49776
ArtifactChecksum:Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI=
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml
ArtifactUUID:f5c621f2-36a1-4d14-b176-42ed9c3014c0
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
ArtifactUUID:712eb679-fdd8-45da-8437-b80aefe84a18
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
ArtifactUUID:712eb679-fdd8-45da-8437-b80aefe84a18
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T06:44:03.194Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcc3016e-5840-45b7-8e77-ee97ab4aebb7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:44:03.218Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:44:03.219Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:44:03.219Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:44:03.219Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 from URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:03.219Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:44:03.219Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:03.451Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:44:03.452Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar 668aceb0-4a92-45e0-baa9-4d2849c5ace2 101471
2023-06-27T06:44:03.452Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T06:44:03.452Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:03.452Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:44:03.452Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:44:03.452Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:44:03.452Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848243452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:44:04.453Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:44:04.454Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:44:04.454Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2, URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar to file: /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:04.454Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627054909-csar.csar
2023-06-27T06:44:04.455Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:04.456Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:04.648Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3874084601546486502/Definitions/service-Vfw20230627054909-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-06-27T06:44:06.438Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 91fe2f04-67a1 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-Vfw20230627054909-csar.csar
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:44:06.439Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:44:06.440Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.441Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc83a8a5-f83d-47a5-be07-8413d1c53888
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:44:06.442Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a715ecb-e9f2-46da-8f6e-3a4d7b6075ae
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:44:06.443Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d405c3f3-552d-4124-a548-612be4ee67c2
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:44:06.444Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 05-49-09
Description:catalog service description
Model UUID:dcc3016e-5840-45b7-8e77-ee97ab4aebb7
Model Version:NULL
Model InvariantUuid:71da7245-cae9-4c04-aa88-c5b0f9f1cadb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 91fe2f04-67a1
Model UUID:37109307-e061-4798-8190-1f911475ba30
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:acc33583-f555-4db9-974f-175cbccbba8c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8e277074-e444-4bdb-a9ff-14042aa1f741
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:29aba7b4-8d66-4348-8f82-1ac119b4f4b6
ModelName:Vfw91fe2f0467a1..base_vfw..module-0
ModelUuid:63608172-2fa4-4085-8800-488774cb4f74
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc83a8a5-f83d-47a5-be07-8413d1c53888
ModelInvariantUuid:f10b291a-7d10-4338-8b54-e673e263807d
ModelName:vFW 91fe2f04-67a1-nodes.vfwCvfc
ModelUuid:a6e9f0eb-6d7b-41c9-8c70-b3859997211f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3d8e57c6-053b-49c9-9eca-e216a6540b92
ModelInvariantUuid:4c9c33bc-7074-4318-aa78-1c24f3e06b2d
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vfw
ModelUuid:acebe1e2-b749-40cb-a08b-0879ad49d12f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8a715ecb-e9f2-46da-8f6e-3a4d7b6075ae
ModelInvariantUuid:9e5cb961-3b60-4755-a7d7-0d88d9dc39f6
ModelName:vFW 91fe2f04-67a1-nodes.vsnCvfc
ModelUuid:96e5aed2-e1e7-44ae-9ae6-ee2bc909cb2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:436b107c-1861-4ddf-81e1-29c19420485a
ModelInvariantUuid:0885f309-fe65-45ba-83b9-3233372e6517
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vsn
ModelUuid:1fbfe1b5-898b-4a37-aae2-9eaf24637702
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d405c3f3-552d-4124-a548-612be4ee67c2
ModelInvariantUuid:35caa318-56da-44c2-94bb-8aeddd0b4bf2
ModelName:vFW 91fe2f04-67a1-nodes.vpgCvfc
ModelUuid:541e5698-5c16-4cd4-abd7-54b25b726a26
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0ea14b68-f4ae-4b9c-a1b9-8e2c4534e034
ModelInvariantUuid:22bfd4f1-fe08-49e7-8707-dfe682f222cf
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vpg
ModelUuid:64bf02d2-a843-4b65-9128-ac38750538c8
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=?
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-06-27T06:44:06.466Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||ERROR|500||Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists
2023-06-27T06:44:06.466Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T06:44:06.466Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar(Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists)
2023-06-27T06:44:06.466Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:44:06.466Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:44:06.467Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:44:06.467Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848246466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:44:07.467Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T06:44:07.467Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar(Resource with UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62 already exists)
2023-06-27T06:44:07.467Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:44:07.467Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:44:07.467Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:44:07.467Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848247467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:44:08.468Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:44:08.477Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:44:08.479Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:44:08.479Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:44:08.479Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:44:08.479Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:44:27.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848243452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848246466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists"
}
2023-06-27T06:44:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:44:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:44:27.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848247467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62 already exists"
}
2023-06-27T06:44:27.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:44:38.479Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:44:38.494Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:44:38.496Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:44:38.496Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:44:38.496Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:44:38.496Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:45:08.497Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:45:08.513Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:45:08.516Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:45:08.516Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:45:08.516Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:45:08.516Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:45:27.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:45:38.517Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:45:38.529Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:45:38.532Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:45:38.532Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:45:38.532Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:45:38.532Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:46:08.532Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:46:08.546Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:46:08.551Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:46:08.551Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:46:08.551Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:46:08.551Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:46:27.535Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:46:38.552Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:46:38.571Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:46:38.574Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:46:38.575Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:46:38.575Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:46:38.575Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:47:08.575Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:47:08.585Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:47:08.588Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:47:08.588Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:47:08.588Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:47:08.588Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:47:27.536Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:47:38.588Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:47:38.598Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:47:38.601Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:47:38.601Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:47:38.601Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:47:38.601Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:48:08.602Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:48:08.614Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:48:08.617Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:48:08.618Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:48:08.618Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:48:08.618Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:48:27.537Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:48:38.618Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:48:38.637Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:48:38.640Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:48:38.640Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:48:38.640Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:48:38.641Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:49:08.641Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T06:49:08.641Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184 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-06-27T06:49:08.649Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75f1e763-b200-458f-817c-6bbe5f9f9184 and serviceModelVersionId: dcc3016e-5840-45b7-8e77-ee97ab4aebb7
2023-06-27T06:49:08.650Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71da7245-cae9-4c04-aa88-c5b0f9f1cadb
2023-06-27T06:49:08.650Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0
2023-06-27T06:49:08.656Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T06:49:08.687Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?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-06-27T06:49:08.689Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|INFO|500||Invoke
2023-06-27T06:49:08.705Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T06:49:08.850Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|INFO|500||InvokeReturn
2023-06-27T06:49:08.850Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 06:49:09 GMT], content-length=[0], vertex-id=[655536], x-aai-txid=[1-aai-resources-230627-06:49:09:285-98488], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T06:49:08.850Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T06:49:08.851Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T06:49:08.851Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-06-27T06:49:08.859Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-06-27T06:49:08.859Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75f1e763-b200-458f-817c-6bbe5f9f9184 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T06:49:08.859Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T06:49:08.860Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:49:08.860Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:49:08.860Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848548859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:49:08.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:49:08.872Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848548859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T06:49:08.872Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T06:49:09.881Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T06:49:09.882Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"401b2954-9703-4029-a12b-1952232d4f98","serviceName":"vFW 2023-06-27 06-00-59","serviceVersion":"1.0","serviceUUID":"7870ee41-ed8a-4de2-97c9-902b638edd42","serviceDescription":"catalog service description","serviceInvariantUUID":"9678d515-aaf4-4e45-89e7-8ba57103dfe0","resources":[{"resourceInstanceName":"vFW 9b185e19-f75f 0","resourceName":"vFW 9b185e19-f75f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f7a8439-cdef-45ae-8839-b7a28212fa08","resourceInvariantUUID":"8b05062e-35f0-4fe5-bfa4-6d2922e98502","resourceCustomizationUUID":"7e8b61fa-83de-474c-a23e-8a690db66b1c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml","artifactChecksum":"NDA5NjI0ZmY4Mzc3NTI4ZDczNWNkNmY0Yzk3OGMwMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39e462c7-06ba-4fd3-ad1f-39c1d64e519e","artifactVersion":"1"},{"artifactName":"vfw9b185e19f75f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json","artifactChecksum":"YzE1YTZhYWQ1MjUyY2Q4Mjc3M2JjZmRjOWI2NDZjNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee55efbe-359f-407e-9ccc-b414494546eb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml","artifactChecksum":"YzFiZWRlNGNmZDRhYWE1YWMzZjBhNTc1OGRhZmJjNmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4737ed45-bb08-43ec-8759-d34a1de33ee9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b0d552c-cb44-4f70-a23d-cd80f916e26c","artifactVersion":"2","generatedFromUUID":"2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627060059-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml","artifactChecksum":"ZTI2YzYwNzRjNWQyMmJmODIzOGFmYjdkMDgzMGNhOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e51ae3b6-91a1-4f59-b7ed-ab350cd4703f","artifactVersion":"1"},{"artifactName":"service-Vfw20230627060059-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar","artifactChecksum":"N2I0OGZhNDdmMmIwNTQyY2YzM2NjY2VlNWFlMmNlMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c2746e6-1f74-433c-bf0a-8f631462758a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T06:49:09.882Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:49:09.882Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:49:09.883Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:49:09.883Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:49:10.883Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:49:10.884Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:49:10.884Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:49:10.884Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:49:11.885Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:49:11.885Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:49:11.885Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:49:11.885Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:49:12.886Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:49:12.887Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:49:12.887Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:49:12.887Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:49:13.890Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:49:13.891Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:49:13.891Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:49:13.891Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:49:14.893Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:49:14.893Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:49:14.893Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:49:14.893Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:49:15.894Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:49:15.895Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:49:15.895Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:49:15.895Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:49:16.896Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "serviceName": "vFW 2023-06-27 06-00-59",
  "serviceVersion": "1.0",
  "serviceUUID": "7870ee41-ed8a-4de2-97c9-902b638edd42",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9678d515-aaf4-4e45-89e7-8ba57103dfe0",
  "resources": [
    {
      "resourceInstanceName": "vFW 9b185e19-f75f 0",
      "resourceCustomizationUUID": "7e8b61fa-83de-474c-a23e-8a690db66b1c",
      "resourceName": "vFW 9b185e19-f75f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f7a8439-cdef-45ae-8839-b7a28212fa08",
      "resourceInvariantUUID": "8b05062e-35f0-4fe5-bfa4-6d2922e98502",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9b185e19f75f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
          "artifactChecksum": "YzE1YTZhYWQ1MjUyY2Q4Mjc3M2JjZmRjOWI2NDZjNGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ee55efbe-359f-407e-9ccc-b414494546eb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8b0d552c-cb44-4f70-a23d-cd80f916e26c",
            "generatedFromUUID": "2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8b0d552c-cb44-4f70-a23d-cd80f916e26c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627060059-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
      "artifactChecksum": "N2I0OGZhNDdmMmIwNTQyY2YzM2NjY2VlNWFlMmNlMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c2746e6-1f74-433c-bf0a-8f631462758a"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T06:49:16.896Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T06:49:16.897Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7870ee41-ed8a-4de2-97c9-902b638edd42 ASDC
2023-06-27T06:49:16.897Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:401b2954-9703-4029-a12b-1952232d4f98
ServiceName:vFW 2023-06-27 06-00-59
ServiceVersion:1.0
ServiceUUID:7870ee41-ed8a-4de2-97c9-902b638edd42
ServiceInvariantUUID:9678d515-aaf4-4e45-89e7-8ba57103dfe0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627060059-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
ArtifactUUID:3c2746e6-1f74-433c-bf0a-8f631462758a
ArtifactChecksum:N2I0OGZhNDdmMmIwNTQyY2YzM2NjY2VlNWFlMmNlMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9b185e19-f75f 0
ResourceCustomizationUUID:7e8b61fa-83de-474c-a23e-8a690db66b1c
ResourceInvariantUUID:8b05062e-35f0-4fe5-bfa4-6d2922e98502
ResourceName:vFW 9b185e19-f75f
ResourceType:VF
ResourceUUID:6f7a8439-cdef-45ae-8839-b7a28212fa08
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9b185e19f75f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json
ArtifactUUID:ee55efbe-359f-407e-9ccc-b414494546eb
ArtifactChecksum:YzE1YTZhYWQ1MjUyY2Q4Mjc3M2JjZmRjOWI2NDZjNGY=
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/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml
ArtifactUUID:2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371
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/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env
ArtifactUUID:8b0d552c-cb44-4f70-a23d-cd80f916e26c
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/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env
ArtifactUUID:8b0d552c-cb44-4f70-a23d-cd80f916e26c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T06:49:16.897Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7870ee41-ed8a-4de2-97c9-902b638edd42 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:49:16.929Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:49:16.930Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:49:16.930Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:49:16.930Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a from URL: /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:16.931Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:49:16.931Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:17.234Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:49:17.235Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar 3c2746e6-1f74-433c-bf0a-8f631462758a 101469
2023-06-27T06:49:17.235Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar ASDC sendASDCNotification
2023-06-27T06:49:17.235Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:17.235Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:49:17.236Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:49:17.236Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:49:17.236Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848557235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:49:18.236Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:49:18.237Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:49:18.237Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a, URL: /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar to file: /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:18.237Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627060059-csar.csar
2023-06-27T06:49:18.238Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:18.238Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:18.374Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1391045791968064948/Definitions/service-Vfw20230627060059-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-06-27T06:49:20.052Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9b185e19-f75f 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-Vfw20230627060059-csar.csar
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:49:20.053Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:49:20.054Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:49:20.055Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:49:20.055Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.055Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:49:20.055Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:49:20.055Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:49:20.055Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:49:20.055Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.056Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:49:20.056Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.056Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T06:49:20.056Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:49:20.056Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:49:20.056Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:49:20.056Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:49:20.056Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:49:20.056Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:49:20.056Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:49:20.056Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:49:20.057Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:49:20.057Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:49:20.057Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:49:20.057Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:49:20.057Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:49:20.057Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:49:20.057Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:49:20.057Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T06:49:20.057Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.057Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T06:49:20.058Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.058Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:49:20.058Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:49:20.058Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.058Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:49:20.058Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:49:20.058Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.058Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T06:49:20.059Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T06:49:20.059Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.059Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T06:49:20.059Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:49:20.059Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T06:49:20.059Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:49:20.059Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:49:20.059Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:49:20.059Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:49:20.059Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:49:20.059Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:49:20.059Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:49:20.060Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:49:20.060Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:49:20.060Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=62b219b4-641b-43b6-81f5-0398811178b1
2023-06-27T06:49:20.060Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.060Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T06:49:20.060Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:49:20.060Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:49:20.060Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:49:20.060Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:49:20.060Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:49:20.060Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:49:20.060Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:49:20.061Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T06:49:20.061Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T06:49:20.061Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T06:49:20.061Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T06:49:20.061Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:49:20.061Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=919cf075-45b2-4267-abda-778b62997978
2023-06-27T06:49:20.061Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.061Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T06:49:20.061Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T06:49:20.061Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T06:49:20.061Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T06:49:20.062Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:49:20.062Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T06:49:20.062Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T06:49:20.062Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T06:49:20.062Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T06:49:20.062Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T06:49:20.062Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T06:49:20.062Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T06:49:20.062Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T06:49:20.062Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee16d6f0-7898-4e7c-af82-220ec2112bc8
2023-06-27T06:49:20.063Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.063Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:49:20.063Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.063Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:49:20.063Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.063Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:49:20.063Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:49:20.063Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:49:20.063Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 06-00-59
Description:catalog service description
Model UUID:7870ee41-ed8a-4de2-97c9-902b638edd42
Model Version:NULL
Model InvariantUuid:9678d515-aaf4-4e45-89e7-8ba57103dfe0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9b185e19-f75f
Model UUID:f38726b7-5ca6-465a-90d3-718afab3d7b9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b05062e-35f0-4fe5-bfa4-6d2922e98502
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7e8b61fa-83de-474c-a23e-8a690db66b1c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b18169e9-ad4e-459b-bdd8-e7304f683128
ModelName:Vfw9b185e19F75f..base_vfw..module-0
ModelUuid:c6e57a97-50c3-4655-94d3-d9a617dd61b4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:62b219b4-641b-43b6-81f5-0398811178b1
ModelInvariantUuid:1b150dd4-39ec-4216-be55-af0fae6e2b97
ModelName:vFW 9b185e19-f75f-nodes.vfwCvfc
ModelUuid:a50e41f1-9876-4e95-a5fd-a96a5ff63076
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:11c3ee74-5fc0-4d73-a7c0-9c35f9f9e8e4
ModelInvariantUuid:0fb56a60-41ca-4c7a-a713-621f16529df0
ModelName:Vfw9b185e19F75f.compute.nodes.heat.vfw
ModelUuid:c115e9a3-a2a6-475b-b0c0-71b40cecb210
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:919cf075-45b2-4267-abda-778b62997978
ModelInvariantUuid:78a6f7d9-b40a-4733-892f-ade164835601
ModelName:vFW 9b185e19-f75f-nodes.vsnCvfc
ModelUuid:980119cb-02ec-4147-9019-3bcf4fb8d003
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:47a31763-3350-442e-b901-ff53e4f4fc77
ModelInvariantUuid:2289e62b-a699-4479-8357-45e55ab67d01
ModelName:Vfw9b185e19F75f.compute.nodes.heat.vsn
ModelUuid:c6b6be80-053a-4497-a712-f45727d1949d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ee16d6f0-7898-4e7c-af82-220ec2112bc8
ModelInvariantUuid:af8010cc-d16d-4a4e-844d-fb2889ac9bee
ModelName:vFW 9b185e19-f75f-nodes.vpgCvfc
ModelUuid:a7b1f0c3-17bd-4122-92d7-af774c00b1f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a7565757-e1b2-4fa5-b5a1-f06ed6e53681
ModelInvariantUuid:b7670ffc-e634-46ff-b192-8a68a1a4c109
ModelName:Vfw9b185e19F75f.compute.nodes.heat.vpg
ModelUuid:fdb732c9-c29a-4e01-867c-f0c3ec81a880
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=?
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-06-27T06:49:20.095Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a already exists
2023-06-27T06:49:20.095Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar ASDC sendASDCNotification
2023-06-27T06:49:20.095Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar(Csar with UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a already exists)
2023-06-27T06:49:20.095Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:49:20.096Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:49:20.096Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:49:20.096Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848560095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:49:21.097Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar ASDC sendASDCNotification
2023-06-27T06:49:21.097Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar(Resource with UUID: 6f7a8439-cdef-45ae-8839-b7a28212fa08 already exists)
2023-06-27T06:49:21.097Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T06:49:21.097Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:49:21.097Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:49:21.097Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848561097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f7a8439-cdef-45ae-8839-b7a28212fa08 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:49:22.098Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:49:22.147Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:49:22.151Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:49:22.152Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:49:22.152Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:49:22.152Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:49:27.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:49:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:49:27.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:49:27.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:49:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:49:27.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:49:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:49:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:49:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:49:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:49:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:49:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:49:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:49:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:49:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T06:49:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:49:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:49:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:49:27.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:49:27.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:49:27.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:49:27.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:49:27.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:49:27.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848557235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:49:27.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:49:27.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:49:27.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848560095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a already exists"
}
2023-06-27T06:49:27.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:49:27.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T06:49:27.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848561097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f7a8439-cdef-45ae-8839-b7a28212fa08 already exists"
}
2023-06-27T06:49:27.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:49:52.152Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:49:52.163Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:49:52.165Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:49:52.165Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:49:52.165Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:49:52.165Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:50:22.165Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:50:22.184Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:50:22.188Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:50:22.188Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:50:22.188Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:50:22.189Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:50:27.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:50:52.189Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:50:52.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:50:52.224Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:50:52.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:50:52.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:50:52.225Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:51:22.226Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:51:22.239Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:51:22.241Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:51:22.241Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:51:22.241Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:51:22.241Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:51:27.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:51:52.242Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:51:52.253Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:51:52.257Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:51:52.257Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:51:52.257Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:51:52.257Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:52:22.257Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:52:22.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:52:22.273Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:52:22.273Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:52:22.273Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:52:22.273Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:52:27.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:52:52.274Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:52:52.287Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:52:52.291Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:52:52.291Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:52:52.291Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:52:52.291Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:53:22.291Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:53:22.309Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:53:22.313Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:53:22.314Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:53:22.314Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:53:22.314Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:53:27.538Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:53:52.314Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:53:52.322Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:53:52.325Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:53:52.325Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:53:52.325Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:53:52.325Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:54:22.325Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T06:54:22.326Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98 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-06-27T06:54:22.332Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 401b2954-9703-4029-a12b-1952232d4f98 and serviceModelVersionId: 7870ee41-ed8a-4de2-97c9-902b638edd42
2023-06-27T06:54:22.333Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9678d515-aaf4-4e45-89e7-8ba57103dfe0
2023-06-27T06:54:22.333Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0
2023-06-27T06:54:22.338Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T06:54:22.368Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|INFO|500||Invoke
2023-06-27T06:54:22.369Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[401b2954-9703-4029-a12b-1952232d4f98], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d3d0e13-78b8-478e-8f42-59da434ed665], X-ECOMP-RequestID=[401b2954-9703-4029-a12b-1952232d4f98], X-TransactionId=[], X-ONAP-RequestID=[401b2954-9703-4029-a12b-1952232d4f98], Content-Type=[application/merge-patch+json]}
2023-06-27T06:54:22.380Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T06:54:22.526Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?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/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 06:54:22 GMT], content-length=[0], vertex-id=[208952], x-aai-txid=[0-aai-resources-230627-06:54:22:968-68297], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T06:54:22.526Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T06:54:22.527Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|INFO|500||InvokeReturn
2023-06-27T06:54:22.527Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T06:54:22.527Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-06-27T06:54:22.534Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-06-27T06:54:22.534Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 401b2954-9703-4029-a12b-1952232d4f98 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T06:54:22.534Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T06:54:22.534Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:54:22.535Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:54:22.535Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848862534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:54:22.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T06:54:22.548Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848862534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T06:54:22.550Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T06:54:23.552Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T06:54:23.552Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"e9a207dc-00af-4b37-a9c4-756b8b090e37","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69315eca-e4d1-478d-abd7-03cf483013f1","serviceDescription":"service","serviceInvariantUUID":"e35edcfb-7a10-47d9-ac83-ebd7a974816a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f205431-c0de-435d-b7fc-385ac072e2d4","resourceInvariantUUID":"d9b60ab7-02f4-45ab-9431-465ca3e47f35","resourceCustomizationUUID":"1e41980d-4ce8-4fcd-b179-38feb50d5b76","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":"ZGE5NTY2YzhkYzQ5Y2QyOWU0OTFjNTBmNzFjZTFiN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33549cc6-42ac-465c-af97-9a21ca0e9f8c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDg1ZmE0ODY3YjVmMTdiMzhjYjNiNTZkZmJiZjAyZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d241edd6-ff4a-4d11-88ab-54bf8f1b279a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T06:54:23.553Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:54:23.553Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:54:23.553Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:54:23.553Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:54:24.554Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:54:24.554Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:54:24.554Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:54:24.554Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:54:25.555Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "69315eca-e4d1-478d-abd7-03cf483013f1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e35edcfb-7a10-47d9-ac83-ebd7a974816a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1e41980d-4ce8-4fcd-b179-38feb50d5b76",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "0f205431-c0de-435d-b7fc-385ac072e2d4",
      "resourceInvariantUUID": "d9b60ab7-02f4-45ab-9431-465ca3e47f35",
      "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": "MDg1ZmE0ODY3YjVmMTdiMzhjYjNiNTZkZmJiZjAyZjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d241edd6-ff4a-4d11-88ab-54bf8f1b279a"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T06:54:25.555Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T06:54:25.555Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69315eca-e4d1-478d-abd7-03cf483013f1 ASDC
2023-06-27T06:54:25.555Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e9a207dc-00af-4b37-a9c4-756b8b090e37
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:69315eca-e4d1-478d-abd7-03cf483013f1
ServiceInvariantUUID:e35edcfb-7a10-47d9-ac83-ebd7a974816a
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:d241edd6-ff4a-4d11-88ab-54bf8f1b279a
ArtifactChecksum:MDg1ZmE0ODY3YjVmMTdiMzhjYjNiNTZkZmJiZjAyZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1e41980d-4ce8-4fcd-b179-38feb50d5b76
ResourceInvariantUUID:d9b60ab7-02f4-45ab-9431-465ca3e47f35
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0f205431-c0de-435d-b7fc-385ac072e2d4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-06-27T06:54:25.556Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69315eca-e4d1-478d-abd7-03cf483013f1 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-06-27T06:54:25.587Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:54:25.588Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:54:25.592Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:54:25.592Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-06-27T06:54:25.592Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:54:25.592Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-06-27T06:54:25.832Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:54:25.833Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d241edd6-ff4a-4d11-88ab-54bf8f1b279a 57783
2023-06-27T06:54:25.833Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-06-27T06:54:25.833Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-06-27T06:54:25.833Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:54:25.833Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:54:25.833Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:54:25.833Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848865833,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:54:26.834Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:54:26.835Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:54:26.835Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-06-27T06:54:26.836Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-06-27T06:54:26.837Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-06-27T06:54:26.837Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-06-27T06:54:26.935Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17222474468778980920/Definitions/service-BasicNetwork-template.yml
2023-06-27T06:54:27.338Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T06:54:27.338Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:54:27.338Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-06-27T06:54:27.338Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-06-27T06:54:27.338Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:54:27.338Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:54:27.338Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:54:27.338Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.339Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.340Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.340Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.340Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.340Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.340Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.340Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.340Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:69315eca-e4d1-478d-abd7-03cf483013f1
Model Version:NULL
Model InvariantUuid:e35edcfb-7a10-47d9-ac83-ebd7a974816a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d9b60ab7-02f4-45ab-9431-465ca3e47f35
Model UUID:96eeb009-ef36-4286-869a-9647d7b3e1f1
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1e41980d-4ce8-4fcd-b179-38feb50d5b76
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-06-27T06:54:27.349Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 0f205431-c0de-435d-b7fc-385ac072e2d4
2023-06-27T06:54:27.350Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||No resources found for Service: 69315eca-e4d1-478d-abd7-03cf483013f1
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-06-27T06:54:27.353Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||
2023-06-27T06:54:27.353Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-06-27T06:54:27.354Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 69315eca-e4d1-478d-abd7-03cf483013f1
2023-06-27T06:54:27.354Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 69315eca-e4d1-478d-abd7-03cf483013f1
2023-06-27T06:54:27.354Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-06-27T06:54:27.354Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:54:27.359Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66f2b7, org.onap.sdc.toscaparser.api.parameters.Input@41749f35, org.onap.sdc.toscaparser.api.parameters.Input@2feb1264, org.onap.sdc.toscaparser.api.parameters.Input@5629207d, org.onap.sdc.toscaparser.api.parameters.Input@616d9345]
2023-06-27T06:54:27.361Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.361Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.361Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.361Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.361Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 69315eca-e4d1-478d-abd7-03cf483013f1: Generic NeutronNet
2023-06-27T06:54:27.361Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.361Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.361Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.361Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:54:27.396Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.396Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.396Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.396Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.396Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:54:27.396Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:54:27.396Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:54:27.474Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-06-27T06:54:27.474Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-06-27T06:54:27.474Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-06-27T06:54:27.474Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T06:54:27.474Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:54:27.475Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:54:27.475Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848867474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:54:27.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:54:27.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:54:27.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:54:27.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:54:27.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:54:27.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:54:27.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:54:27.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:54:27.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848865833,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:54:27.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:54:27.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-06-27T06:54:27.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687848867474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:54:27.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:54:28.475Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:54:28.492Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:54:28.495Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:54:28.495Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:54:28.495Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:54:28.496Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:54:58.496Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:54:58.515Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:54:58.519Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:54:58.519Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:54:58.519Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:54:58.519Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:55:27.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:55:28.519Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:55:28.537Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:55:28.541Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:55:28.541Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:55:28.542Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:55:28.542Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:55:58.542Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:55:58.555Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:55:58.557Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:55:58.558Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:55:58.558Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:55:58.558Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:56:27.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:56:28.558Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:56:28.592Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:56:28.594Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:56:28.594Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:56:28.594Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:56:28.594Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:56:58.594Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:56:58.610Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:56:58.614Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:56:58.614Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:56:58.614Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:56:58.614Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:57:03.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:57:03.584Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849023371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:57:03.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:57:27.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:57:27.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:57:27.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687848966034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:57:27.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:57:28.615Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:57:28.631Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:57:28.634Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:57:28.634Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:57:28.635Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:57:28.635Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:57:58.635Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:57:58.649Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:57:58.652Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:57:58.652Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:57:58.652Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:57:58.652Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:58:27.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:58:27.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687848996366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849023371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687848966034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687848996366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849023371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687848966034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687848996366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849023371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687848966034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687848996366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.542Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849023371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687848966034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687848996366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.544Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849023371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.544Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687848966034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.545Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687848996366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.545Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849023371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.546Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687848966034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.546Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687848996366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.546Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849023371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.547Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687848966034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.547Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687848996366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.548Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849031371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.548Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849023371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.549Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687848966034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.550Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687848996366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.550Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849031371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.551Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849023371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.551Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687848966034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.551Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687848996366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.552Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849031371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.552Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849033914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:58:27.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.552Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849033769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:58:27.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.553Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687849034393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:58:27.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.553Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849031371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.554Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849034783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:58:27.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.554Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849031371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.555Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849035002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:58:27.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.555Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849035785,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-06-27T06:58:27.578Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
2023-06-27T06:58:27.579Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0626cf0a-a8dc-43f6-878f-1a8b31e95e91 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-06-27T06:58:27.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.592Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849031371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.593Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849036079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:58:27.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.593Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687849036840,
  "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-06-27T06:58:27.602Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
2023-06-27T06:58:27.602Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0626cf0a-a8dc-43f6-878f-1a8b31e95e91 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-06-27T06:58:27.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.622Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849031371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.622Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849037161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:58:27.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.622Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849031371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.622Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849038270,
  "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-06-27T06:58:27.632Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
2023-06-27T06:58:27.632Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0626cf0a-a8dc-43f6-878f-1a8b31e95e91 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-06-27T06:58:27.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.643Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849031371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849039275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849031371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849041516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849036792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849040279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.644Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687849037842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849036792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687849037842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849040279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849036792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687849037842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.645Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849040279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687849037842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849040279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849036792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849047823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:58:27.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:58:28.653Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:58:28.675Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:58:28.679Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:58:28.679Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:58:28.679Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:58:28.679Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:58:58.680Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:58:58.693Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:58:58.696Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:58:58.696Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:58:58.697Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:58:58.697Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T06:59:27.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:59:27.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849036792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849040279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-06-27T06:59:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687849037842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849048826,
  "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-06-27T06:59:27.552Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
2023-06-27T06:59:27.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0626cf0a-a8dc-43f6-878f-1a8b31e95e91 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-06-27T06:59:27.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849036792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849040279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687849037842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849040279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849036792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.568Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687849037842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849040279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849036792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687849037842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849051953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849051810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687849052437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849052813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849053037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.569Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1687849053745,
  "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-06-27T06:59:27.591Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c47b1135-af84-4e6d-8f1c-32809d67a242
2023-06-27T06:59:27.592Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47b1135-af84-4e6d-8f1c-32809d67a242 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-06-27T06:59:27.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.605Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "policy-distribution-id",
  "timestamp": 1687849053815,
  "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-06-27T06:59:27.611Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c47b1135-af84-4e6d-8f1c-32809d67a242
2023-06-27T06:59:27.611Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47b1135-af84-4e6d-8f1c-32809d67a242 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-06-27T06:59:27.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.625Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849054125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:59:27.625Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.625Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849055157,
  "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-06-27T06:59:27.631Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c47b1135-af84-4e6d-8f1c-32809d67a242
2023-06-27T06:59:27.632Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47b1135-af84-4e6d-8f1c-32809d67a242 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-06-27T06:59:27.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.641Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "multicloud-k8s",
  "timestamp": 1687849056158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T06:59:27.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.641Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849061371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.642Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849061371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.642Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849061371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.643Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849061371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.643Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849061371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.644Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849061371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.644Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849061371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T06:59:27.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.644Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849061371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T06:59:27.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.645Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849069490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T06:59:27.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.645Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849076551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T06:59:27.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T06:59:27.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T06:59:27.645Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "aai-model-loader",
  "timestamp": 1687849077553,
  "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-06-27T06:59:27.655Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c47b1135-af84-4e6d-8f1c-32809d67a242
2023-06-27T06:59:27.655Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47b1135-af84-4e6d-8f1c-32809d67a242 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-06-27T06:59:28.697Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T06:59:28.697Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37 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-06-27T06:59:28.705Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9a207dc-00af-4b37-a9c4-756b8b090e37 and serviceModelVersionId: 69315eca-e4d1-478d-abd7-03cf483013f1
2023-06-27T06:59:28.705Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e35edcfb-7a10-47d9-ac83-ebd7a974816a
2023-06-27T06:59:28.706Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0
2023-06-27T06:59:28.709Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T06:59:28.726Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|INFO|500||Invoke
2023-06-27T06:59:28.726Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e9a207dc-00af-4b37-a9c4-756b8b090e37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1689dff-bd28-4ea8-881c-f8453f16216e], X-ECOMP-RequestID=[e9a207dc-00af-4b37-a9c4-756b8b090e37], X-TransactionId=[], X-ONAP-RequestID=[e9a207dc-00af-4b37-a9c4-756b8b090e37], Content-Type=[application/merge-patch+json]}
2023-06-27T06:59:28.732Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T06:59:28.845Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?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/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 06:59:29 GMT], content-length=[0], vertex-id=[176312], x-aai-txid=[1-aai-resources-230627-06:59:29:325-93898], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T06:59:28.846Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T06:59:28.847Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|INFO|500||InvokeReturn
2023-06-27T06:59:28.847Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T06:59:28.847Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:59:28.852Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T06:59:28.852Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9a207dc-00af-4b37-a9c4-756b8b090e37 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T06:59:28.852Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T06:59:28.852Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:59:28.853Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:59:28.853Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849168852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 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-06-27T06:59:29.869Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T06:59:29.869Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"bd4797dc-43c0-4316-87ee-a5fb0e5b1215","serviceName":"Demo_pNF_HwMegHdsXdkkReA8lbiA","serviceVersion":"1.0","serviceUUID":"26d5e897-e45e-45f6-9043-9392c7dfffd9","serviceDescription":"catalog service description","serviceInvariantUUID":"9b1743bb-987f-47af-9528-256ddc72063f","resources":[{"resourceInstanceName":"pNF e9ffa0ba-07a9 0","resourceName":"pNF e9ffa0ba-07a9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"93f8773c-2a72-414e-964c-6f1e6663d9d7","resourceInvariantUUID":"eb0c5b8c-0cb1-4cdb-b444-1dfc9d8f1145","resourceCustomizationUUID":"31ff2e6f-028f-4967-8c3d-9e6abaf8f737","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml","artifactChecksum":"OTY5MzkzNDI0MmViMTdhNGZkNTU3Y2M4YWQxN2I5NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f629f5be-93f0-4778-84ad-9d89d24e2768","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar","artifactChecksum":"MmFhOGJlZGQ4YmIyMDE5NjRkNTQxOTFmM2Q1NWQ3MmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"448aafb3-58bc-4a67-bbf1-64223c564e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5bf52f8-1cfc-4f1f-a01f-9b34ae93572c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml","artifactChecksum":"OGJjZjE1MDM2MWU1MzY3MjA4MjZhYjk0MzE3OTQ0ODA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf9c32ff-32e7-4f15-9d79-c5e2c5f80584","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71660f1b-c459-4325-87ab-bb5e79a004ee","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e536c7a9-c89a-4964-92dc-38d4b67fac0f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml","artifactChecksum":"MjA4OGVhNGRiODZmOWEyM2VmMzhkYTVkZWQ0MDBlMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1bdef7a2-ac7e-42a2-8895-079ef22ddecc","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar","artifactChecksum":"Yzk0ZWNkM2MzZjU5NTAyM2MwYjViMWI4MjUwZjE3YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T06:59:29.870Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:59:29.870Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:59:29.870Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:59:29.871Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:59:30.871Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:59:30.871Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:59:30.872Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:59:30.872Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:59:31.873Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:59:31.873Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:59:31.874Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:59:31.874Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:59:32.874Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:59:32.875Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:59:32.875Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:59:32.875Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:59:33.875Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:59:33.876Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:59:33.876Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:59:33.876Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:59:34.877Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:59:34.877Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:59:34.877Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:59:34.877Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:59:35.879Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:59:35.879Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:59:35.879Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:59:35.879Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:59:36.880Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T06:59:36.880Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:59:36.880Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:59:36.880Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:59:37.881Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "serviceName": "Demo_pNF_HwMegHdsXdkkReA8lbiA",
  "serviceVersion": "1.0",
  "serviceUUID": "26d5e897-e45e-45f6-9043-9392c7dfffd9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9b1743bb-987f-47af-9528-256ddc72063f",
  "resources": [
    {
      "resourceInstanceName": "pNF e9ffa0ba-07a9 0",
      "resourceCustomizationUUID": "31ff2e6f-028f-4967-8c3d-9e6abaf8f737",
      "resourceName": "pNF e9ffa0ba-07a9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "93f8773c-2a72-414e-964c-6f1e6663d9d7",
      "resourceInvariantUUID": "eb0c5b8c-0cb1-4cdb-b444-1dfc9d8f1145",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
      "artifactChecksum": "Yzk0ZWNkM2MzZjU5NTAyM2MwYjViMWI4MjUwZjE3YzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T06:59:37.881Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T06:59:37.881Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 26d5e897-e45e-45f6-9043-9392c7dfffd9 ASDC
2023-06-27T06:59:37.882Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:bd4797dc-43c0-4316-87ee-a5fb0e5b1215
ServiceName:Demo_pNF_HwMegHdsXdkkReA8lbiA
ServiceVersion:1.0
ServiceUUID:26d5e897-e45e-45f6-9043-9392c7dfffd9
ServiceInvariantUUID:9b1743bb-987f-47af-9528-256ddc72063f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
ArtifactUUID:ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86
ArtifactChecksum:Yzk0ZWNkM2MzZjU5NTAyM2MwYjViMWI4MjUwZjE3YzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e9ffa0ba-07a9 0
ResourceCustomizationUUID:31ff2e6f-028f-4967-8c3d-9e6abaf8f737
ResourceInvariantUUID:eb0c5b8c-0cb1-4cdb-b444-1dfc9d8f1145
ResourceName:pNF e9ffa0ba-07a9
ResourceType:PNF
ResourceUUID:93f8773c-2a72-414e-964c-6f1e6663d9d7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-06-27T06:59:37.882Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26d5e897-e45e-45f6-9043-9392c7dfffd9 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-06-27T06:59:37.923Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:59:37.923Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:59:37.924Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:59:37.924Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 from URL: /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:37.924Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T06:59:37.924Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:38.111Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T06:59:38.111Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 87988
2023-06-27T06:59:38.112Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar ASDC sendASDCNotification
2023-06-27T06:59:38.112Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:38.112Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T06:59:38.112Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:59:38.112Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:59:38.112Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849178112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:59:39.112Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T06:59:39.113Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T06:59:39.113Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86, URL: /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar to file: /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.113Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.114Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.114Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.266Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP831650217080933606/Definitions/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e9ffa0ba-07a9 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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:59:39.847Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Node template pNF e9ffa0ba-07a9 0 is matching search criteria
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e9ffa0ba-07a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Node template pNF e9ffa0ba-07a9 0 is matching search criteria
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e9ffa0ba-07a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:59:39.848Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:59:39.849Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HwMegHdsXdkkReA8lbiA
Description:catalog service description
Model UUID:26d5e897-e45e-45f6-9043-9392c7dfffd9
Model Version:NULL
Model InvariantUuid:9b1743bb-987f-47af-9528-256ddc72063f
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-06-27T06:59:39.860Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 93f8773c-2a72-414e-964c-6f1e6663d9d7
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-06-27T06:59:39.864Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||pNF e9ffa0ba-07a9 0
2023-06-27T06:59:39.864Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 93f8773c-2a72-414e-964c-6f1e6663d9d7
2023-06-27T06:59:39.864Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 26d5e897-e45e-45f6-9043-9392c7dfffd9
2023-06-27T06:59:39.864Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 26d5e897-e45e-45f6-9043-9392c7dfffd9
2023-06-27T06:59:39.865Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e9ffa0ba-07a9 0 93f8773c-2a72-414e-964c-6f1e6663d9d7 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-06-27T06:59:39.871Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fa10723, org.onap.sdc.toscaparser.api.parameters.Input@65b59d82, org.onap.sdc.toscaparser.api.parameters.Input@2604d8d8, org.onap.sdc.toscaparser.api.parameters.Input@6bb12a99, org.onap.sdc.toscaparser.api.parameters.Input@2c6ea0d3]
2023-06-27T06:59:39.871Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:59:39.871Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:59:39.872Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 26d5e897-e45e-45f6-9043-9392c7dfffd9: pNF e9ffa0ba-07a9
2023-06-27T06:59:39.872Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Processing PNF resource: 93f8773c-2a72-414e-964c-6f1e6663d9d7
2023-06-27T06:59:39.872Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T06:59:39.872Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T06:59:39.873Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Resource customization UUID: 31ff2e6f-028f-4967-8c3d-9e6abaf8f737 is the same as notified resource customizationUUID: 31ff2e6f-028f-4967-8c3d-9e6abaf8f737
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-06-27T06:59:39.933Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e9ffa0ba-07a9 93f8773c-2a72-414e-964c-6f1e6663d9d7 0 ASDC deployResourceStructure
2023-06-27T06:59:39.933Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar ASDC sendASDCNotification
2023-06-27T06:59:39.933Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T06:59:39.933Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T06:59:39.933Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T06:59:39.933Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T06:59:39.933Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849179933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T06:59:40.934Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T06:59:40.950Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T06:59:40.952Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T06:59:40.952Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T06:59:40.952Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T06:59:40.953Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:00:10.953Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:00:10.967Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:00:10.969Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:00:10.970Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:00:10.970Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:00:10.970Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:00:27.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:00:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:00:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849168852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T07:00:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:00:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:00:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:00:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:00:27.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:00:27.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:00:27.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:00:27.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T07:00:27.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:00:27.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:00:27.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849178112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:00:27.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:00:27.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:00:27.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849179933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T07:00:27.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:00:40.970Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:00:40.987Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:00:40.989Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:00:40.990Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:00:40.990Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:00:40.990Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:01:10.990Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:01:11.002Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:01:11.005Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:01:11.005Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:01:11.005Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:01:11.005Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:01:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:01:41.005Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:01:41.021Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:01:41.025Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:01:41.025Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:01:41.025Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:01:41.025Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:02:11.026Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:02:11.036Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:02:11.039Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:02:11.039Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:02:11.039Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:02:11.039Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:02:27.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:02:41.040Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:02:41.051Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:02:41.054Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:02:41.054Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:02:41.054Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:02:41.054Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:03:11.055Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:03:11.066Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:03:11.069Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:03:11.069Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:03:11.069Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:03:11.069Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:03:27.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:03:41.070Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:03:41.083Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:03:41.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:03:41.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:03:41.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:03:41.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:04:11.088Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:04:11.103Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:04:11.107Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:04:11.107Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:04:11.107Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:04:11.107Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:04:27.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:04:41.108Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T07:04:41.108Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215 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-06-27T07:04:41.114Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215 and serviceModelVersionId: 26d5e897-e45e-45f6-9043-9392c7dfffd9
2023-06-27T07:04:41.114Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b1743bb-987f-47af-9528-256ddc72063f
2023-06-27T07:04:41.115Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0
2023-06-27T07:04:41.121Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T07:04:41.174Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?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-06-27T07:04:41.175Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0|INFO|500||Invoke
2023-06-27T07:04:41.183Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T07:04:41.314Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0|INFO|500||InvokeReturn
2023-06-27T07:04:41.315Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 07:04:41 GMT], content-length=[0], vertex-id=[229600], x-aai-txid=[2-aai-resources-230627-07:04:41:786-34770], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T07:04:41.315Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T07:04:41.315Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T07:04:41.315Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-06-27T07:04:41.322Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-06-27T07:04:41.322Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd4797dc-43c0-4316-87ee-a5fb0e5b1215 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T07:04:41.323Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T07:04:41.323Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:41.323Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:41.323Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849481323,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:04:41.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:04:41.335Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849481323,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T07:04:41.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T07:04:42.341Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T07:04:42.341Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"39895ca4-0894-4ac5-bcbc-3fa5297cf30f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8ecac1db-8b38-4b9a-bcc4-7c542f067b1c","serviceDescription":"service","serviceInvariantUUID":"09dffb58-52ae-478d-86ca-84cd9be9a3d5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68aec9b0-eeca-4e97-a2d1-130247915f51","resourceInvariantUUID":"61b7ca18-c819-4256-bb18-463aae5142a7","resourceCustomizationUUID":"d25b11ce-a7ef-4e69-a868-aea7f4b030d3","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":"YmJiM2Y0OTEwNjI4NTNmOTk0MTFkOWU5MWNkZGJmYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4fbc23bb-74fc-498e-ad13-b859cf09adab","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":"NjVhNjI4M2I3YTRjN2IwZmVmNjdmNzY2MDEyMDVjN2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f73dc07-1c65-4aa9-b37e-fef7b33aa565","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":"e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc","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":"0e1f049d-0daa-41b0-a502-20530a6b573c","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":"4958f816-a072-45d6-919d-6a6ee1111083","artifactVersion":"2","generatedFromUUID":"e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTU1NDE4ZWEwM2IzNWIwYzFiYzcxN2Q5NjQwOTUyNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1de122b-c962-4dc2-84e8-ed5777c49173","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWEzZjRiMzUxNjdjYWE4ODc0NGI0NzY0ZTU4ZWI1OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9296d62-d0e7-4803-9bb9-b3e9b44af1a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T07:04:42.341Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:04:42.341Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:42.341Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:42.342Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "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-06-27T07:04:43.342Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:04:43.343Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:43.343Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:43.343Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "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-06-27T07:04:44.344Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:04:44.345Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:44.345Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:44.345Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "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-06-27T07:04:45.347Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:04:45.347Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:45.347Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:45.347Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "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-06-27T07:04:46.348Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:04:46.349Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:46.349Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:46.349Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "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-06-27T07:04:47.350Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:04:47.351Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:47.351Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:47.351Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:04:48.352Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:04:48.352Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:48.352Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:48.352Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:04:49.353Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8ecac1db-8b38-4b9a-bcc4-7c542f067b1c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "09dffb58-52ae-478d-86ca-84cd9be9a3d5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d25b11ce-a7ef-4e69-a868-aea7f4b030d3",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "68aec9b0-eeca-4e97-a2d1-130247915f51",
      "resourceInvariantUUID": "61b7ca18-c819-4256-bb18-463aae5142a7",
      "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": "NjVhNjI4M2I3YTRjN2IwZmVmNjdmNzY2MDEyMDVjN2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8f73dc07-1c65-4aa9-b37e-fef7b33aa565",
          "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": "e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc",
          "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": "4958f816-a072-45d6-919d-6a6ee1111083",
            "generatedFromUUID": "e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc"
          },
          "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": "4958f816-a072-45d6-919d-6a6ee1111083",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWEzZjRiMzUxNjdjYWE4ODc0NGI0NzY0ZTU4ZWI1OWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b9296d62-d0e7-4803-9bb9-b3e9b44af1a8"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T07:04:49.354Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T07:04:49.354Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ecac1db-8b38-4b9a-bcc4-7c542f067b1c ASDC
2023-06-27T07:04:49.354Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:39895ca4-0894-4ac5-bcbc-3fa5297cf30f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8ecac1db-8b38-4b9a-bcc4-7c542f067b1c
ServiceInvariantUUID:09dffb58-52ae-478d-86ca-84cd9be9a3d5
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:b9296d62-d0e7-4803-9bb9-b3e9b44af1a8
ArtifactChecksum:ZWEzZjRiMzUxNjdjYWE4ODc0NGI0NzY0ZTU4ZWI1OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d25b11ce-a7ef-4e69-a868-aea7f4b030d3
ResourceInvariantUUID:61b7ca18-c819-4256-bb18-463aae5142a7
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:68aec9b0-eeca-4e97-a2d1-130247915f51
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:8f73dc07-1c65-4aa9-b37e-fef7b33aa565
ArtifactChecksum:NjVhNjI4M2I3YTRjN2IwZmVmNjdmNzY2MDEyMDVjN2Q=
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:e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc
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:4958f816-a072-45d6-919d-6a6ee1111083
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:4958f816-a072-45d6-919d-6a6ee1111083
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T07:04:49.354Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ecac1db-8b38-4b9a-bcc4-7c542f067b1c 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-06-27T07:04:49.412Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:04:49.413Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:04:49.413Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:04:49.413Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-06-27T07:04:49.414Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:04:49.414Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-06-27T07:04:49.631Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:04:49.632Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 75160
2023-06-27T07:04:49.633Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-06-27T07:04:49.633Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-06-27T07:04:49.633Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:04:49.633Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:49.633Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:49.633Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849489633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:04:50.635Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:04:50.635Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:04:50.635Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-06-27T07:04:50.636Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-06-27T07:04:50.636Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-06-27T07:04:50.636Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-06-27T07:04:50.757Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9288873559643914397/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-06-27T07:04:51.783Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T07:04:51.783Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:04:51.783Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-06-27T07:04:51.783Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T07:04:51.783Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:51.784Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:51.784Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:51.784Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:51.784Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:51.784Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:51.784Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:51.784Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:04:51.784Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T07:04:51.785Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b6066fa4-2010-4518-bfc4-2a745905bdb1
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.786Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:51.787Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.787Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:51.787Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.787Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:51.787Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:51.787Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:51.787Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8ecac1db-8b38-4b9a-bcc4-7c542f067b1c
Model Version:NULL
Model InvariantUuid:09dffb58-52ae-478d-86ca-84cd9be9a3d5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:17d14243-5d6b-44e1-8e30-20555e97db38
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:61b7ca18-c819-4256-bb18-463aae5142a7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d25b11ce-a7ef-4e69-a868-aea7f4b030d3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d04265f1-63f0-4c6b-a275-8ec045045ad1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a229dcfe-6f38-4ab3-b78e-11ed2c796abc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b6066fa4-2010-4518-bfc4-2a745905bdb1
ModelInvariantUuid:395f5d2d-d334-4547-8810-c6c71eab9cd4
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:b7056422-2fd2-4614-99bc-982a210036e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8f8c8d92-060f-4ff5-8199-ef88e816f1b5
ModelInvariantUuid:d22214e9-2bb1-4666-943a-5c94510f7421
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:eaaa2421-400e-4b91-8a81-1eb68e79531c
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-06-27T07:04:51.799Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 68aec9b0-eeca-4e97-a2d1-130247915f51
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-06-27T07:04:51.803Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||basic_vm 0
2023-06-27T07:04:51.803Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 68aec9b0-eeca-4e97-a2d1-130247915f51
2023-06-27T07:04:51.804Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8f73dc07-1c65-4aa9-b37e-fef7b33aa565 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-06-27T07:04:51.804Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:04:51.804Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:51.874Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:04:51.875Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8f73dc07-1c65-4aa9-b37e-fef7b33aa565 787
2023-06-27T07:04:51.875Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:51.875Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:51.875Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:04:51.875Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:51.875Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:51.875Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849491875,
  "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-06-27T07:04:52.876Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d04265f1-63f0-4c6b-a275-8ec045045ad1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a229dcfe-6f38-4ab3-b78e-11ed2c796abc",
    "vfModuleModelCustomizationUUID": "b0912cd6-1912-4074-96e9-a18405c54f5f",
    "isBase": true,
    "artifacts": [
      "e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc",
      "4958f816-a072-45d6-919d-6a6ee1111083"
    ],
    "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-06-27T07:04:52.886Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a229dcfe-6f38-4ab3-b78e-11ed2c796abc
VfModuleModelInvariantUUID:d04265f1-63f0-4c6b-a275-8ec045045ad1
VfModuleModelDescription:NULL
Artifacts UUID List:{
e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc
,
4958f816-a072-45d6-919d-6a6ee1111083

}
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-06-27T07:04:52.890Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d04265f1-63f0-4c6b-a275-8ec045045ad1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a229dcfe-6f38-4ab3-b78e-11ed2c796abc",
    "vfModuleModelCustomizationUUID": "b0912cd6-1912-4074-96e9-a18405c54f5f",
    "isBase": true,
    "artifacts": [
      "e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc",
      "4958f816-a072-45d6-919d-6a6ee1111083"
    ],
    "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-06-27T07:04:52.891Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a229dcfe-6f38-4ab3-b78e-11ed2c796abc
VfModuleModelInvariantUUID:d04265f1-63f0-4c6b-a275-8ec045045ad1
VfModuleModelDescription:NULL
Artifacts UUID List:{
e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc
,
4958f816-a072-45d6-919d-6a6ee1111083

}
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-06-27T07:04:52.891Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-06-27T07:04:52.891Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:04:52.891Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:52.974Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:04:52.975Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc 5033
2023-06-27T07:04:52.975Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:52.975Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:52.975Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:04:52.975Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:52.975Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:52.975Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849492975,
  "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-06-27T07:04:53.976Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4958f816-a072-45d6-919d-6a6ee1111083 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-06-27T07:04:53.977Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:04:53.977Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:54.050Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:04:54.050Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4958f816-a072-45d6-919d-6a6ee1111083 903
2023-06-27T07:04:54.050Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:54.050Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:54.050Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:04:54.051Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:54.051Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:54.051Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849494050,
  "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-06-27T07:04:55.051Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8ecac1db-8b38-4b9a-bcc4-7c542f067b1c
2023-06-27T07:04:55.052Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 68aec9b0-eeca-4e97-a2d1-130247915f51 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-06-27T07:04:55.073Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40a55b4c, org.onap.sdc.toscaparser.api.parameters.Input@1e368535, org.onap.sdc.toscaparser.api.parameters.Input@4bcdb2f9, org.onap.sdc.toscaparser.api.parameters.Input@e469a9a, org.onap.sdc.toscaparser.api.parameters.Input@64d3df25]
2023-06-27T07:04:55.075Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.076Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:55.076Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-06-27T07:04:55.076Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d25b11ce-a7ef-4e69-a868-aea7f4b030d3
2023-06-27T07:04:55.076Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d25b11ce-a7ef-4e69-a868-aea7f4b030d3 matches Tosca VF Customization UUID: d25b11ce-a7ef-4e69-a868-aea7f4b030d3
2023-06-27T07:04:55.076Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d25b11ce-a7ef-4e69-a868-aea7f4b030d3  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-06-27T07:04:55.081Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.081Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:55.082Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d25b11ce-a7ef-4e69-a868-aea7f4b030d3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-06-27T07:04:55.082Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52320d3b
2023-06-27T07:04:55.082Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.083Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T07:04:55.083Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b0912cd6-1912-4074-96e9-a18405c54f5f
2023-06-27T07:04:55.083Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b0912cd6-1912-4074-96e9-a18405c54f5f
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-06-27T07:04:55.087Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.087Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:04:55.087Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:04:55.088Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.088Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:04:55.089Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:04:55.089Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.089Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-06-27T07:04:55.089Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-06-27T07:04:55.089Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-06-27T07:04:55.090Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b6066fa4-2010-4518-bfc4-2a745905bdb1
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-06-27T07:04:55.093Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.093Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:04:55.094Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:04:55.094Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.094Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:04:55.094Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d25b11ce-a7ef-4e69-a868-aea7f4b030d3
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-06-27T07:04:55.097Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.097Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:55.097Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8ecac1db-8b38-4b9a-bcc4-7c542f067b1c: basic_vm
2023-06-27T07:04:55.097Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.097Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:55.098Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.098Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:55.098Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.098Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:55.098Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.098Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:55.098Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:04:55.098Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:04:55.098Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:55.233Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 68aec9b0-eeca-4e97-a2d1-130247915f51 1 ASDC deployResourceStructure
2023-06-27T07:04:55.234Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:55.234Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:55.234Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T07:04:55.234Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:55.234Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:55.234Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849495234,
  "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-06-27T07:04:56.235Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:56.236Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:56.236Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T07:04:56.236Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:56.236Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:56.237Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849496235,
  "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-06-27T07:04:57.238Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:57.238Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:04:57.238Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T07:04:57.239Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:57.239Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:57.239Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849497238,
  "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-06-27T07:04:58.239Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-06-27T07:04:58.240Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-06-27T07:04:58.240Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T07:04:58.240Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:04:58.240Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:04:58.240Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849498239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:04:59.241Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:04:59.260Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:04:59.264Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:04:59.264Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:04:59.264Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:04:59.264Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:05:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:05:27.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849489633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849491875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849492975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849494050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849495234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849496235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849497238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849498239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T07:05:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:05:29.265Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:05:29.281Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:05:29.284Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:05:29.284Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:05:29.284Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:05:29.284Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:05:59.284Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:05:59.304Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:05:59.308Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:05:59.309Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:05:59.309Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:05:59.309Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:06:27.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:06:29.309Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:06:29.329Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:06:29.332Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:06:29.332Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:06:29.332Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:06:29.333Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:06:59.333Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:06:59.348Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:06:59.352Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:06:59.353Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:06:59.353Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:06:59.353Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:07:27.539Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:07:29.353Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:07:29.369Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:07:29.372Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:07:29.372Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:07:29.372Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:07:29.372Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:07:59.373Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:07:59.391Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:07:59.394Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:07:59.395Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:07:59.395Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:07:59.395Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:08:27.539Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:08:29.395Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:08:29.418Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:08:29.421Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:08:29.421Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:08:29.422Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:08:29.422Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:08:59.422Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:08:59.438Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:08:59.440Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:08:59.441Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:08:59.441Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:08:59.441Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:09:27.540Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:09:29.441Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:09:29.460Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:09:29.464Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:09:29.464Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:09:29.464Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:09:29.464Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:09:59.464Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T07:09:59.465Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f 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-06-27T07:09:59.482Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f and serviceModelVersionId: 8ecac1db-8b38-4b9a-bcc4-7c542f067b1c
2023-06-27T07:09:59.482Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09dffb58-52ae-478d-86ca-84cd9be9a3d5
2023-06-27T07:09:59.482Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0
2023-06-27T07:09:59.486Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T07:09:59.507Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|INFO|500||Invoke
2023-06-27T07:09:59.507Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39895ca4-0894-4ac5-bcbc-3fa5297cf30f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a4fd867-098b-47c2-94b7-679d2efab34e], X-ECOMP-RequestID=[39895ca4-0894-4ac5-bcbc-3fa5297cf30f], X-TransactionId=[], X-ONAP-RequestID=[39895ca4-0894-4ac5-bcbc-3fa5297cf30f], Content-Type=[application/merge-patch+json]}
2023-06-27T07:09:59.517Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T07:09:59.643Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?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/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 07:10:00 GMT], content-length=[0], vertex-id=[237792], x-aai-txid=[2-aai-resources-230627-07:10:00:127-55234], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T07:09:59.643Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T07:09:59.643Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|INFO|500||InvokeReturn
2023-06-27T07:09:59.644Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T07:09:59.644Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:09:59.655Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:09:59.655Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39895ca4-0894-4ac5-bcbc-3fa5297cf30f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T07:09:59.656Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T07:09:59.656Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:09:59.656Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:09:59.656Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849799656,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:09:59.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:09:59.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849799656,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T07:09:59.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T07:10:00.680Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T07:10:00.681Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"025bfba3-ad28-4963-94df-da43928488e0","serviceName":"Demo_pNF_7pSdoQfktMO4pwpWQLO0","serviceVersion":"1.0","serviceUUID":"f085ad6f-b243-4c02-a3ec-886cb99c1b4d","serviceDescription":"catalog service description","serviceInvariantUUID":"d4df9163-93c2-4ac2-9fa6-ef0f862db04d","resources":[{"resourceInstanceName":"pNF 47fea659-eb24 0","resourceName":"pNF 47fea659-eb24","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"42ad953f-7c83-4b40-8572-15caf4bb3b9d","resourceInvariantUUID":"14109c7a-cf9c-4d40-9778-6e38925ad02e","resourceCustomizationUUID":"e99fda41-86a9-4269-aad7-7efaa4959aa7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml","artifactChecksum":"MzNkMDgyOTM2Yjc2MzhjN2Y4YWIxMzlmNTg4ZTBkZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a67eba7a-0299-42f9-aad9-d9e19fa7166f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar","artifactChecksum":"MmFhOGJlZGQ4YmIyMDE5NjRkNTQxOTFmM2Q1NWQ3MmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8bfc8a0c-03a1-4831-9360-f4e5133bd75c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1fe02296-8421-46ee-b0e2-206545c9bb9f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml","artifactChecksum":"NTZlZjQ1NTAxYjdlOTY4MDFhNzVhNDA4Mzk2MjQyMzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"939a256b-8bc8-4b38-989e-aa2a1e17da27","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52cb8428-9c19-425c-b61d-742a9c2df953","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1dacf21d-00b9-46aa-9c15-2e7af5efe2b7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml","artifactChecksum":"MzBhY2NiMDczM2IxMTBkNjE4M2YyNzBmMTNkMTQxOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3e3aa8b-823d-41c5-8ed9-106377b8616d","artifactVersion":"1"},{"artifactName":"service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar","artifactChecksum":"ZTgzYzM2ZDA5N2E1OGE5ZGRhYTc2ODY5MGNhZDEyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac1cd5bf-582b-4c7f-9563-6f8b03114b01","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T07:10:00.681Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:10:00.681Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:10:00.681Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:10:00.682Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:10:01.684Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:10:01.684Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:10:01.685Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:10:01.685Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:10:02.687Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:10:02.688Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:10:02.688Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:10:02.688Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:10:03.691Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:10:03.691Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:10:03.692Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:10:03.692Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:10:04.692Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:10:04.693Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:10:04.693Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:10:04.693Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:10:05.695Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:10:05.695Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:10:05.695Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:10:05.695Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:10:06.697Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:10:06.697Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:10:06.697Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:10:06.697Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:10:07.698Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:10:07.698Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:10:07.698Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:10:07.698Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:10:08.699Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "serviceName": "Demo_pNF_7pSdoQfktMO4pwpWQLO0",
  "serviceVersion": "1.0",
  "serviceUUID": "f085ad6f-b243-4c02-a3ec-886cb99c1b4d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d4df9163-93c2-4ac2-9fa6-ef0f862db04d",
  "resources": [
    {
      "resourceInstanceName": "pNF 47fea659-eb24 0",
      "resourceCustomizationUUID": "e99fda41-86a9-4269-aad7-7efaa4959aa7",
      "resourceName": "pNF 47fea659-eb24",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "42ad953f-7c83-4b40-8572-15caf4bb3b9d",
      "resourceInvariantUUID": "14109c7a-cf9c-4d40-9778-6e38925ad02e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
      "artifactChecksum": "ZTgzYzM2ZDA5N2E1OGE5ZGRhYTc2ODY5MGNhZDEyNDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac1cd5bf-582b-4c7f-9563-6f8b03114b01"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T07:10:08.699Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T07:10:08.699Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f085ad6f-b243-4c02-a3ec-886cb99c1b4d ASDC
2023-06-27T07:10:08.700Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:025bfba3-ad28-4963-94df-da43928488e0
ServiceName:Demo_pNF_7pSdoQfktMO4pwpWQLO0
ServiceVersion:1.0
ServiceUUID:f085ad6f-b243-4c02-a3ec-886cb99c1b4d
ServiceInvariantUUID:d4df9163-93c2-4ac2-9fa6-ef0f862db04d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
ArtifactUUID:ac1cd5bf-582b-4c7f-9563-6f8b03114b01
ArtifactChecksum:ZTgzYzM2ZDA5N2E1OGE5ZGRhYTc2ODY5MGNhZDEyNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 47fea659-eb24 0
ResourceCustomizationUUID:e99fda41-86a9-4269-aad7-7efaa4959aa7
ResourceInvariantUUID:14109c7a-cf9c-4d40-9778-6e38925ad02e
ResourceName:pNF 47fea659-eb24
ResourceType:PNF
ResourceUUID:42ad953f-7c83-4b40-8572-15caf4bb3b9d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-06-27T07:10:08.700Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f085ad6f-b243-4c02-a3ec-886cb99c1b4d 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-06-27T07:10:08.735Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:10:08.736Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:10:08.736Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:10:08.736Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01 from URL: /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:08.736Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:10:08.737Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:08.949Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:10:08.950Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar ac1cd5bf-582b-4c7f-9563-6f8b03114b01 87990
2023-06-27T07:10:08.950Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar ASDC sendASDCNotification
2023-06-27T07:10:08.950Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:08.950Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:10:08.951Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:10:08.951Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:10:08.951Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849808950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:10:09.951Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:10:09.952Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:10:09.952Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01, URL: /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar to file: /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:09.953Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:09.953Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:09.953Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:10.035Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13996734630045552266/Definitions/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml
2023-06-27T07:10:10.711Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T07:10:10.712Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:10:10.712Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:10.712Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T07:10:10.712Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:10.712Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:10.712Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:10.712Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:10.712Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:10.712Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 47fea659-eb24 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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:10.712Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:10.712Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:10:10.712Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Node template pNF 47fea659-eb24 0 is matching search criteria
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 47fea659-eb24 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Node template pNF 47fea659-eb24 0 is matching search criteria
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 47fea659-eb24 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:10:10.713Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:10:10.714Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:10:10.714Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:10:10.714Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:10:10.714Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:10:10.714Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:10:10.714Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:10:10.714Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_7pSdoQfktMO4pwpWQLO0
Description:catalog service description
Model UUID:f085ad6f-b243-4c02-a3ec-886cb99c1b4d
Model Version:NULL
Model InvariantUuid:d4df9163-93c2-4ac2-9fa6-ef0f862db04d
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-06-27T07:10:10.731Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 42ad953f-7c83-4b40-8572-15caf4bb3b9d
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-06-27T07:10:10.735Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||pNF 47fea659-eb24 0
2023-06-27T07:10:10.736Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 42ad953f-7c83-4b40-8572-15caf4bb3b9d
2023-06-27T07:10:10.736Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||No resources found for Service: f085ad6f-b243-4c02-a3ec-886cb99c1b4d
2023-06-27T07:10:10.736Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f085ad6f-b243-4c02-a3ec-886cb99c1b4d
2023-06-27T07:10:10.736Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 47fea659-eb24 0 42ad953f-7c83-4b40-8572-15caf4bb3b9d 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-06-27T07:10:10.743Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@216212d0, org.onap.sdc.toscaparser.api.parameters.Input@60af0ac3, org.onap.sdc.toscaparser.api.parameters.Input@74e7eaa7, org.onap.sdc.toscaparser.api.parameters.Input@57175c67, org.onap.sdc.toscaparser.api.parameters.Input@66d230c7]
2023-06-27T07:10:10.743Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:10:10.744Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:10:10.744Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f085ad6f-b243-4c02-a3ec-886cb99c1b4d: pNF 47fea659-eb24
2023-06-27T07:10:10.744Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Processing PNF resource: 42ad953f-7c83-4b40-8572-15caf4bb3b9d
2023-06-27T07:10:10.744Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:10:10.744Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:10:10.744Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Resource customization UUID: e99fda41-86a9-4269-aad7-7efaa4959aa7 is the same as notified resource customizationUUID: e99fda41-86a9-4269-aad7-7efaa4959aa7
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-06-27T07:10:10.796Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 47fea659-eb24 42ad953f-7c83-4b40-8572-15caf4bb3b9d 0 ASDC deployResourceStructure
2023-06-27T07:10:10.797Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar ASDC sendASDCNotification
2023-06-27T07:10:10.797Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:10:10.797Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T07:10:10.797Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:10:10.797Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:10:10.797Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849810797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:10:11.798Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:10:11.811Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:10:11.815Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:10:11.815Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:10:11.815Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:10:11.815Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:10:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:10:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:10:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:10:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:10:27.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:10:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:10:27.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:10:27.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:10:27.542Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:10:27.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:10:27.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:10:27.542Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:10:27.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:10:27.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:10:27.543Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:10:27.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:10:27.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:10:27.543Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:10:27.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:10:27.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:10:27.544Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:10:27.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:10:27.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:10:27.544Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687847607897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T07:10:27.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:10:27.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:10:27.545Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849808950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:10:27.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:10:27.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:10:27.545Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687849810797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T07:10:27.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:10:41.816Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:10:41.833Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:10:41.837Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:10:41.837Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:10:41.837Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:10:41.838Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:11:11.838Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:11:11.850Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:11:11.856Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:11:11.857Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:11:11.857Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:11:11.857Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:11:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:11:41.858Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:11:41.873Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:11:41.877Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:11:41.877Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:11:41.877Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:11:41.877Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:12:11.878Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:12:11.887Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:12:11.889Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:12:11.889Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:12:11.889Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:12:11.890Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:12:27.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:12:41.890Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:12:41.902Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:12:41.906Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:12:41.906Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:12:41.906Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:12:41.906Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:13:11.906Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:13:11.922Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:13:11.926Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:13:11.926Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:13:11.926Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:13:11.926Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:13:27.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:13:41.928Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:13:41.943Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:13:41.947Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:13:41.947Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:13:41.947Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:13:41.948Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:14:11.948Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:14:11.967Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:14:11.970Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:14:11.970Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:14:11.970Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:14:11.970Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:14:27.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:14:41.971Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:14:41.986Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:14:41.991Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:14:41.992Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:14:41.992Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:14:41.993Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:15:11.994Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T07:15:11.994Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0 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-06-27T07:15:11.999Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 025bfba3-ad28-4963-94df-da43928488e0 and serviceModelVersionId: f085ad6f-b243-4c02-a3ec-886cb99c1b4d
2023-06-27T07:15:11.999Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4df9163-93c2-4ac2-9fa6-ef0f862db04d
2023-06-27T07:15:12.000Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0
2023-06-27T07:15:12.004Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T07:15:12.025Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?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-06-27T07:15:12.026Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|INFO|500||Invoke
2023-06-27T07:15:12.031Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T07:15:12.184Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|INFO|500||InvokeReturn
2023-06-27T07:15:12.184Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 07:15:12 GMT], content-length=[0], vertex-id=[245984], x-aai-txid=[0-aai-resources-230627-07:15:12:649-42779], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T07:15:12.185Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T07:15:12.185Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T07:15:12.185Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-06-27T07:15:12.192Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-06-27T07:15:12.192Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 025bfba3-ad28-4963-94df-da43928488e0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T07:15:12.192Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T07:15:12.193Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:15:12.193Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:15:12.194Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850112192,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:15:12.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:15:12.207Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850112192,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T07:15:12.208Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T07:15:13.217Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T07:15:13.217Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-06-27T07:15:13.218Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 0 disconnected.
2023-06-27T07:15:13.219Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 1 disconnected.
2023-06-27T07:15:13.219Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 2 disconnected.
2023-06-27T07:15:13.220Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Cancelled in-flight METADATA request with correlation id 31054 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-06-27T07:15:13.221Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 2147483647 disconnected.
2023-06-27T07:15:13.221Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-06-27T07:15:13.221Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-06-27T07:15:13.221Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Lost previously 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-06-27T07:15:13.222Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) is unavailable or invalid due to cause: coordinator unavailable. isDisconnected: true. Rediscovery will be attempted.
2023-06-27T07:15:13.222Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: rebalance failed due to 'The coordinator is not available.' (CoordinatorNotAvailableException)
2023-06-27T07:15:13.319Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=8, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-06-27T07:15:13.365Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-06-27T07:15:13.370Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T07:15:13.413Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-c6eba887-bd40-405c-8f1a-f12de30846ba
2023-06-27T07:15:13.414Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T07:15:13.414Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T07:15:15.280Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T07:15:18.291Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T07:15:21.300Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T07:15:24.310Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T07:15:27.321Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T07:15:27.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:15:27.542Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T07:15:27.543Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T07:15:27.547Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-c6eba887-bd40-405c-8f1a-f12de30846ba', protocol='range'}
2023-06-27T07:15:27.547Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T07:15:27.550Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T07:15:27.550Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T07:15:27.551Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T07:15:27.551Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T07:15:27.552Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T07:15:27.552Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T07:15:27.553Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-c6eba887-bd40-405c-8f1a-f12de30846ba=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T07:15:27.560Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-c6eba887-bd40-405c-8f1a-f12de30846ba', protocol='range'}
2023-06-27T07:15:27.560Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T07:15:27.561Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T07:15:27.561Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T07:15:27.562Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T07:15:27.562Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T07:15:27.564Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-06-27T07:15:27.564Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-06-27T07:15:27.564Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T07:15:27.565Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-06-27T07:15:27.565Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-06-27T07:15:27.565Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-06-27T07:15:27.565Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset 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-06-27T07:15:27.565Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T07:15:27.565Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T07:15:27.566Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=657, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T07:15:27.566Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T07:15:27.566Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T07:15:27.641Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T07:15:27.642Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"467962b9-421f-49c3-aa9f-ae372562aac6","serviceName":"vFW 2023-06-27 05-38-32","serviceVersion":"1.0","serviceUUID":"aae94acd-4192-4854-bee3-ae502faf026f","serviceDescription":"catalog service description","serviceInvariantUUID":"a7673f0c-2d25-4c41-a2ac-000a595dedc1","resources":[{"resourceInstanceName":"vFW b4e853e1-0b84 0","resourceName":"vFW b4e853e1-0b84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90acd548-e5e2-4944-b0bf-05f32ed8a75f","resourceInvariantUUID":"5ce94957-38e8-43ea-91bc-159a7afb6c3a","resourceCustomizationUUID":"1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml","artifactChecksum":"N2ExNGQ3NWU4ODNiMjlhYjg1YWZlY2UxYjM0Y2U3OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c64b414-9a9d-42a1-9913-c94c05dd8f51","artifactVersion":"1"},{"artifactName":"vfwb4e853e10b840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json","artifactChecksum":"OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa44dc26-b7ec-4367-b85c-5e3bec4122df","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml","artifactChecksum":"YjRkOTQzNjRmOWU1NTRkNWNkMGVlNjg3NjNhNzRiNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fbfa99d6-13dd-499d-b818-26cfc8358470","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b476b4ff-5659-49b1-b2e4-ddb8604c20fd","artifactVersion":"2","generatedFromUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627053832-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml","artifactChecksum":"YjI2ZDAxMTkxNTkzNjUzMzIwYzQ4M2M0M2E1MGEwYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85a54224-103d-4ef6-a0f3-5479de9f1330","artifactVersion":"1"},{"artifactName":"service-Vfw20230627053832-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar","artifactChecksum":"NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9d110f0-a16e-4602-ae02-da1f60f2a500","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T07:15:27.644Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:15:27.644Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:15:27.644Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:15:27.645Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:15:28.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:15:28.582Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:15:28.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:15:28.646Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:15:28.646Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:15:28.646Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:15:28.647Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:15:29.648Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:15:29.648Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:15:29.648Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:15:29.648Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:15:30.649Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:15:30.650Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:15:30.650Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:15:30.650Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:15:31.651Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:15:31.652Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:15:31.652Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:15:31.652Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:15:32.653Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:15:32.653Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:15:32.653Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:15:32.653Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:15:33.655Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:15:33.656Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:15:33.656Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:15:33.656Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:15:34.659Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "serviceName": "vFW 2023-06-27 05-38-32",
  "serviceVersion": "1.0",
  "serviceUUID": "aae94acd-4192-4854-bee3-ae502faf026f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a7673f0c-2d25-4c41-a2ac-000a595dedc1",
  "resources": [
    {
      "resourceInstanceName": "vFW b4e853e1-0b84 0",
      "resourceCustomizationUUID": "1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5",
      "resourceName": "vFW b4e853e1-0b84",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90acd548-e5e2-4944-b0bf-05f32ed8a75f",
      "resourceInvariantUUID": "5ce94957-38e8-43ea-91bc-159a7afb6c3a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb4e853e10b840_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
          "artifactChecksum": "OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa44dc26-b7ec-4367-b85c-5e3bec4122df",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
            "generatedFromUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627053832-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
      "artifactChecksum": "NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b9d110f0-a16e-4602-ae02-da1f60f2a500"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T07:15:34.660Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T07:15:34.660Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aae94acd-4192-4854-bee3-ae502faf026f ASDC
2023-06-27T07:15:34.660Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:467962b9-421f-49c3-aa9f-ae372562aac6
ServiceName:vFW 2023-06-27 05-38-32
ServiceVersion:1.0
ServiceUUID:aae94acd-4192-4854-bee3-ae502faf026f
ServiceInvariantUUID:a7673f0c-2d25-4c41-a2ac-000a595dedc1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627053832-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
ArtifactUUID:b9d110f0-a16e-4602-ae02-da1f60f2a500
ArtifactChecksum:NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b4e853e1-0b84 0
ResourceCustomizationUUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
ResourceInvariantUUID:5ce94957-38e8-43ea-91bc-159a7afb6c3a
ResourceName:vFW b4e853e1-0b84
ResourceType:VF
ResourceUUID:90acd548-e5e2-4944-b0bf-05f32ed8a75f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb4e853e10b840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json
ArtifactUUID:aa44dc26-b7ec-4367-b85c-5e3bec4122df
ArtifactChecksum:OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE=
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml
ArtifactUUID:d03752ac-af1a-4ff4-9782-5cc8cf2dd052
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T07:15:34.660Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aae94acd-4192-4854-bee3-ae502faf026f 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:15:34.694Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:15:34.695Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:15:34.695Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:15:34.695Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 from URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:34.695Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:15:34.695Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:34.909Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:15:34.909Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar b9d110f0-a16e-4602-ae02-da1f60f2a500 101490
2023-06-27T07:15:34.909Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T07:15:34.909Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:34.909Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:15:34.910Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:15:34.910Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:15:34.910Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850134909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:15:35.910Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:15:35.911Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:15:35.911Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500, URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar to file: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:35.911Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627053832-csar.csar
2023-06-27T07:15:35.912Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:35.912Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:36.032Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7689371100415180885/Definitions/service-Vfw20230627053832-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-06-27T07:15:37.754Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T07:15:37.755Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:15:37.755Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:37.755Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T07:15:37.755Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:37.755Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T07:15:37.755Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T07:15:37.756Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b4e853e1-0b84 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-Vfw20230627053832-csar.csar
2023-06-27T07:15:37.756Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T07:15:37.756Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:37.756Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:37.756Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T07:15:37.756Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:37.756Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:37.756Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T07:15:37.756Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:15:37.756Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.756Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:15:37.757Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T07:15:37.757Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:15:37.757Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:15:37.757Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.757Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:15:37.757Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T07:15:37.757Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:15:37.757Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:15:37.757Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.758Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:15:37.758Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.758Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T07:15:37.758Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T07:15:37.758Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T07:15:37.758Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T07:15:37.758Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:15:37.758Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T07:15:37.758Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:15:37.758Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T07:15:37.758Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T07:15:37.759Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:15:37.760Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.760Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T07:15:37.760Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:15:37.760Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.760Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T07:15:37.760Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:15:37.760Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.761Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T07:15:37.761Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T07:15:37.761Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T07:15:37.761Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T07:15:37.761Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T07:15:37.761Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T07:15:37.761Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:15:37.761Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T07:15:37.761Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T07:15:37.761Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T07:15:37.761Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T07:15:37.762Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:15:37.762Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=89d8277f-0853-4154-beb2-83d2afa88901
2023-06-27T07:15:37.762Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.762Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T07:15:37.762Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T07:15:37.762Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T07:15:37.762Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T07:15:37.762Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:15:37.762Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T07:15:37.762Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:15:37.763Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T07:15:37.763Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T07:15:37.763Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T07:15:37.763Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T07:15:37.763Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T07:15:37.763Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:15:37.763Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73b6eaf8-7436-4c54-80d3-d9e4e8086f75
2023-06-27T07:15:37.763Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.763Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T07:15:37.763Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T07:15:37.764Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T07:15:37.764Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T07:15:37.764Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:15:37.764Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T07:15:37.764Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:15:37.764Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T07:15:37.764Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T07:15:37.764Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T07:15:37.764Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:15:37.765Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T07:15:37.765Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T07:15:37.765Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7120ea87-f937-450e-8069-3080962340d0
2023-06-27T07:15:37.765Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.765Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:15:37.765Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.765Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:15:37.765Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.765Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:15:37.765Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:15:37.765Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:15:37.766Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 05-38-32
Description:catalog service description
Model UUID:aae94acd-4192-4854-bee3-ae502faf026f
Model Version:NULL
Model InvariantUuid:a7673f0c-2d25-4c41-a2ac-000a595dedc1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b4e853e1-0b84
Model UUID:03f409a0-303a-4336-a3e8-31380c010f9c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ce94957-38e8-43ea-91bc-159a7afb6c3a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:58f93342-e20b-45cf-8ade-4e2216e306d9
ModelName:VfwB4e853e10b84..base_vfw..module-0
ModelUuid:72ba67ff-ba6e-4402-86bd-7ac51bd72a26
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:89d8277f-0853-4154-beb2-83d2afa88901
ModelInvariantUuid:8dee5041-0fb9-457f-bf57-19f7b12b9ee6
ModelName:vFW b4e853e1-0b84-nodes.vfwCvfc
ModelUuid:fe90e3b5-c24f-4944-a88e-e9354168068c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:29176d7f-b256-4914-9001-4c467534e4d6
ModelInvariantUuid:61dd8c10-b887-4027-a4f8-ead3ea485372
ModelName:VfwB4e853e10b84.compute.nodes.heat.vfw
ModelUuid:c08b938c-94ec-48a9-b1e1-749e2953d110
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:73b6eaf8-7436-4c54-80d3-d9e4e8086f75
ModelInvariantUuid:23bc848d-49a2-4f95-b92f-e00ddd82d621
ModelName:vFW b4e853e1-0b84-nodes.vsnCvfc
ModelUuid:eeb3325f-fcfd-48da-a6b9-c0f7f2ffa656
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e9ebca99-ad87-4fec-9432-c4e8a9d3dddf
ModelInvariantUuid:c44e62e7-2ab3-46ed-bc8b-eed166053f80
ModelName:VfwB4e853e10b84.compute.nodes.heat.vsn
ModelUuid:bd076260-fd2a-4420-a3bd-a89e7c43337d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7120ea87-f937-450e-8069-3080962340d0
ModelInvariantUuid:97b9632d-ff03-4e7f-9c2d-47d458d75b17
ModelName:vFW b4e853e1-0b84-nodes.vpgCvfc
ModelUuid:116a896a-c38f-4b46-bbe3-efc7c4c61484
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ef305fd0-b79b-4c85-ba82-75b09b376d1a
ModelInvariantUuid:a786c52d-ce1c-4a38-9313-a1eb1617238c
ModelName:VfwB4e853e10b84.compute.nodes.heat.vpg
ModelUuid:3bf88472-4257-4ea4-912b-3aae8597ad98
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=?
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-06-27T07:15:37.799Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||ERROR|500||Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists
2023-06-27T07:15:37.799Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T07:15:37.800Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar(Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists)
2023-06-27T07:15:37.800Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:15:37.800Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:15:37.800Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:15:37.800Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850137799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:15:38.801Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T07:15:38.802Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar(Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists)
2023-06-27T07:15:38.802Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:15:38.803Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:15:38.803Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:15:38.803Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850138801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:15:39.804Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:15:39.822Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:15:39.826Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:15:39.827Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:15:39.827Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:15:39.827Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:16:09.828Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:16:09.849Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:16:09.853Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:16:09.853Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:16:09.853Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:16:09.853Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:16:27.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:16:27.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:16:27.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T07:16:27.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:16:39.854Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:16:39.871Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:16:39.875Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:16:39.875Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:16:39.875Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:16:39.875Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:17:09.875Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:17:09.895Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:17:09.899Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:17:09.899Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:17:09.899Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:17:09.899Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:17:27.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:17:27.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T07:17:27.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:17:27.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:17:27.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850134909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:17:27.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:17:27.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:17:27.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850137799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists"
}
2023-06-27T07:17:27.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:17:27.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:17:27.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850138801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists"
}
2023-06-27T07:17:27.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:17:39.900Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:17:39.919Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:17:39.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:17:39.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:17:39.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:17:39.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:18:09.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:18:09.938Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:18:09.941Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:18:09.942Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:18:09.942Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:18:09.942Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:18:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:18:39.943Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:18:39.959Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:18:39.964Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:18:39.964Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:18:39.964Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:18:39.965Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:19:09.965Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:19:09.980Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:19:09.983Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:19:09.983Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:19:09.984Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:19:09.984Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:19:27.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:19:39.984Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:19:40.012Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:19:40.016Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:19:40.017Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:19:40.017Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:19:40.017Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:20:10.018Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:20:10.033Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:20:10.036Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:20:10.037Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:20:10.037Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:20:10.037Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:20:27.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:20:27.702Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-06-27T07:20:27.702Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Member SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-c6eba887-bd40-405c-8f1a-f12de30846ba sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-06-27T07:20:27.703Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-06-27T07:20:27.703Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-06-27T07:20:28.264Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T07:20:28.275Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T07:20:28.276Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T07:20:28.280Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T07:20:28.280Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T07:20:28.289Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T07:20:28.290Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T07:20:28.290Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T07:20:28.294Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T07:20:28.294Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T07:20:28.295Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T07:20:28.295Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=667, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T07:20:28.296Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T07:20:28.296Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T07:20:40.037Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T07:20:40.038Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6 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-06-27T07:20:40.046Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 467962b9-421f-49c3-aa9f-ae372562aac6 and serviceModelVersionId: aae94acd-4192-4854-bee3-ae502faf026f
2023-06-27T07:20:40.046Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7673f0c-2d25-4c41-a2ac-000a595dedc1
2023-06-27T07:20:40.047Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0
2023-06-27T07:20:40.053Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T07:20:40.094Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?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-06-27T07:20:40.096Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||Invoke
2023-06-27T07:20:40.115Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T07:20:40.219Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||InvokeReturn
2023-06-27T07:20:40.220Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 07:20:40 GMT], content-length=[0], vertex-id=[614576], x-aai-txid=[1-aai-resources-230627-07:20:40:740-75392], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T07:20:40.220Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T07:20:40.220Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T07:20:40.220Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T07:20:40.227Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T07:20:40.227Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 467962b9-421f-49c3-aa9f-ae372562aac6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T07:20:40.227Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T07:20:40.227Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:20:40.227Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:20:40.227Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850440227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:20:40.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:20:40.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850440227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T07:20:40.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T07:20:41.250Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T07:20:41.250Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9f25b555-9eec-4127-8a92-bea49612e43a","serviceName":"basic_onboard_aziSMo","serviceVersion":"1.0","serviceUUID":"59641768-8983-458b-a2db-0e2b593ebbed","serviceDescription":"service","serviceInvariantUUID":"1f7ec5a7-f2db-4704-8509-cb39be9bec77","resources":[{"resourceInstanceName":"basic_onboard_aziSMo 0","resourceName":"basic_onboard_aziSMo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f1975a6-6bb5-4a2a-b31d-bdbed7697d14","resourceInvariantUUID":"507d2b8e-887c-4380-9a76-da56afc55f19","resourceCustomizationUUID":"818e617c-70b9-467a-b124-80c20ee15d31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml","artifactChecksum":"MjI1NmM5NGU2ZTY3NjQ1NzE3MWE2OTY0NGEwNWEzYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b092353-ca04-4272-905b-18da797ff87d","artifactVersion":"1"},{"artifactName":"basic_onboard_azismo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json","artifactChecksum":"MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37a88213-527a-4cc2-989a-6257233da88c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d4b61a99-967a-4677-967d-9ca5f5b5711b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4547987d-2463-4ff5-aef4-9e65bafb7d2e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"20396e45-ce77-4d46-9f4e-0f8f6ba74a9c","artifactVersion":"2","generatedFromUUID":"d4b61a99-967a-4677-967d-9ca5f5b5711b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAzismo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml","artifactChecksum":"ZDM1ZGVhNWI1YTQ3OTQwZDY4M2I3YWZkZDc3MmQzM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b137912-de3a-4566-996c-2b6a510e9d7c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAzismo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar","artifactChecksum":"YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75c7f603-7193-440d-aee5-dd75269d2acb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T07:20:41.251Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:20:41.251Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:20:41.251Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:20:41.252Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:20:42.253Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:20:42.253Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:20:42.254Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:20:42.254Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:20:43.254Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:20:43.255Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:20:43.255Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:20:43.255Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:20:44.256Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:20:44.256Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:20:44.256Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:20:44.257Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:20:45.257Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:20:45.258Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:20:45.258Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:20:45.258Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:20:46.259Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:20:46.259Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:20:46.260Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:20:46.260Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:20:47.260Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:20:47.261Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:20:47.261Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:20:47.261Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:20:48.263Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "serviceName": "basic_onboard_aziSMo",
  "serviceVersion": "1.0",
  "serviceUUID": "59641768-8983-458b-a2db-0e2b593ebbed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f7ec5a7-f2db-4704-8509-cb39be9bec77",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_aziSMo 0",
      "resourceCustomizationUUID": "818e617c-70b9-467a-b124-80c20ee15d31",
      "resourceName": "basic_onboard_aziSMo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f1975a6-6bb5-4a2a-b31d-bdbed7697d14",
      "resourceInvariantUUID": "507d2b8e-887c-4380-9a76-da56afc55f19",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_azismo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
          "artifactChecksum": "MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "37a88213-527a-4cc2-989a-6257233da88c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d4b61a99-967a-4677-967d-9ca5f5b5711b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c",
            "generatedFromUUID": "d4b61a99-967a-4677-967d-9ca5f5b5711b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAzismo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
      "artifactChecksum": "YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75c7f603-7193-440d-aee5-dd75269d2acb"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T07:20:48.264Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T07:20:48.264Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 59641768-8983-458b-a2db-0e2b593ebbed ASDC
2023-06-27T07:20:48.264Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9f25b555-9eec-4127-8a92-bea49612e43a
ServiceName:basic_onboard_aziSMo
ServiceVersion:1.0
ServiceUUID:59641768-8983-458b-a2db-0e2b593ebbed
ServiceInvariantUUID:1f7ec5a7-f2db-4704-8509-cb39be9bec77
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAzismo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
ArtifactUUID:75c7f603-7193-440d-aee5-dd75269d2acb
ArtifactChecksum:YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_aziSMo 0
ResourceCustomizationUUID:818e617c-70b9-467a-b124-80c20ee15d31
ResourceInvariantUUID:507d2b8e-887c-4380-9a76-da56afc55f19
ResourceName:basic_onboard_aziSMo
ResourceType:VF
ResourceUUID:2f1975a6-6bb5-4a2a-b31d-bdbed7697d14
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_azismo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json
ArtifactUUID:37a88213-527a-4cc2-989a-6257233da88c
ArtifactChecksum:MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA=
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d4b61a99-967a-4677-967d-9ca5f5b5711b
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
ArtifactUUID:20396e45-ce77-4d46-9f4e-0f8f6ba74a9c
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
ArtifactUUID:20396e45-ce77-4d46-9f4e-0f8f6ba74a9c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T07:20:48.264Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59641768-8983-458b-a2db-0e2b593ebbed 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:20:48.292Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:20:48.293Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:20:48.293Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:20:48.293Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 75c7f603-7193-440d-aee5-dd75269d2acb from URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:48.294Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:20:48.294Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:48.570Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:20:48.571Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar 75c7f603-7193-440d-aee5-dd75269d2acb 75646
2023-06-27T07:20:48.571Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T07:20:48.572Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:48.572Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:20:48.572Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:20:48.572Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:20:48.572Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850448571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:20:49.573Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:20:49.574Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:20:49.574Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 75c7f603-7193-440d-aee5-dd75269d2acb, URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar to file: /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:49.574Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:49.574Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:49.575Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:49.673Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3322789888999490338/Definitions/service-BasicOnboardAzismo-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-06-27T07:20:50.864Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T07:20:50.865Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:20:50.865Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:50.865Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T07:20:50.865Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:50.865Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:50.865Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aziSMo 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-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:50.865Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.866Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:20:50.867Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.868Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T07:20:50.868Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:20:50.868Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.868Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T07:20:50.868Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:20:50.868Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.868Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T07:20:50.868Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-06-27T07:20:50.868Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T07:20:50.869Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=58fc4468-f99f-404a-bd48-42f30a142817
2023-06-27T07:20:50.869Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.869Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:20:50.869Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.869Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:20:50.869Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.869Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:20:50.869Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:20:50.869Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:20:50.869Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_aziSMo
Description:service
Model UUID:59641768-8983-458b-a2db-0e2b593ebbed
Model Version:NULL
Model InvariantUuid:1f7ec5a7-f2db-4704-8509-cb39be9bec77
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_aziSMo
Model UUID:9fad7b46-5542-428f-bcbb-17059eec340f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:507d2b8e-887c-4380-9a76-da56afc55f19
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:818e617c-70b9-467a-b124-80c20ee15d31
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:acd7592f-8360-4cdd-9fec-f2690e4ad78d
ModelName:BasicOnboardAzismo..base_ubuntu18..module-0
ModelUuid:dc67a037-3faa-40fb-b0c9-354cbe3222a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:58fc4468-f99f-404a-bd48-42f30a142817
ModelInvariantUuid:c4730dc4-4e71-433d-b279-f592c4abd704
ModelName:basic_onboard_aziSMo-nodes.ubuntu18Cvfc
ModelUuid:c89c6daf-bd49-494d-acee-010cd8209e39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3c174aeb-1f83-40b1-98b3-a461565a3323
ModelInvariantUuid:81945dc5-b5f9-49c4-b675-49d5a04c5e66
ModelName:BasicOnboardAzismo.compute.nodes.heat.ubuntu18
ModelUuid:b6cb5860-9c3f-4d8c-99b0-6c08ddedceb3
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=?
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-06-27T07:20:50.901Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists
2023-06-27T07:20:50.902Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T07:20:50.902Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar(Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists)
2023-06-27T07:20:50.902Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:20:50.903Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:20:50.903Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:20:50.903Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850450902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:20:51.904Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T07:20:51.905Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar(Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists)
2023-06-27T07:20:51.905Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:20:51.905Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:20:51.905Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:20:51.906Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850451904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:20:52.907Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:20:52.922Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:20:52.926Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:20:52.927Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:20:52.927Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:20:52.927Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:21:22.927Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:21:22.939Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:21:22.941Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:21:22.942Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:21:22.942Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:21:22.942Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:21:27.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:21:27.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:21:27.539Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:21:27.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:21:27.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:21:27.539Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T07:21:27.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:21:27.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:21:27.539Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-06-27T07:21:27.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:21:27.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:21:27.539Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:21:27.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850448571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850450902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists"
}
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850451904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists"
}
2023-06-27T07:21:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:21:52.942Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:21:52.956Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:21:52.958Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:21:52.959Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:21:52.959Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:21:52.959Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:22:22.959Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:22:22.973Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:22:22.975Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:22:22.976Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:22:22.976Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:22:22.976Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:22:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:22:52.977Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:22:52.987Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:22:52.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:22:52.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:22:52.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:22:52.989Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:23:22.990Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:23:23.028Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:23:23.031Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:23:23.032Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:23:23.032Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:23:23.032Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:23:27.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:23:53.032Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:23:53.055Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:23:53.058Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:23:53.058Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:23:53.058Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:23:53.059Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:24:23.059Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:24:23.074Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:24:23.076Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:24:23.077Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:24:23.077Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:24:23.077Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:24:27.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:24:53.077Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:24:53.092Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:24:53.095Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:24:53.096Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:24:53.096Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:24:53.096Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:25:23.096Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:25:23.111Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:25:23.114Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:25:23.114Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:25:23.114Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:25:23.114Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:25:27.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:25:27.999Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: cached metadata has changed from (version42: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version43: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-06-27T07:25:28.007Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T07:25:28.007Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T07:25:28.011Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T07:25:28.011Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T07:25:28.026Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T07:25:28.027Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T07:25:28.028Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T07:25:28.032Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T07:25:28.033Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T07:25:28.033Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T07:25:28.033Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=678, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T07:25:28.033Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T07:25:28.033Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T07:25:53.115Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T07:25:53.115Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a 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-06-27T07:25:53.124Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f25b555-9eec-4127-8a92-bea49612e43a and serviceModelVersionId: 59641768-8983-458b-a2db-0e2b593ebbed
2023-06-27T07:25:53.125Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f7ec5a7-f2db-4704-8509-cb39be9bec77
2023-06-27T07:25:53.125Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0
2023-06-27T07:25:53.132Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T07:25:53.165Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?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-06-27T07:25:53.166Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|INFO|500||Invoke
2023-06-27T07:25:53.173Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T07:25:53.416Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|INFO|500||InvokeReturn
2023-06-27T07:25:53.417Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 07:25:53 GMT], content-length=[0], vertex-id=[200920], x-aai-txid=[0-aai-resources-230627-07:25:53:807-86989], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T07:25:53.417Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T07:25:53.418Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T07:25:53.418Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-06-27T07:25:53.425Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-06-27T07:25:53.425Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f25b555-9eec-4127-8a92-bea49612e43a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T07:25:53.425Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T07:25:53.425Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:25:53.426Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:25:53.426Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850753425,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:25:53.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T07:25:53.436Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850753425,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T07:25:53.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T07:25:54.444Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T07:25:54.445Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"75f1e763-b200-458f-817c-6bbe5f9f9184","serviceName":"vFW 2023-06-27 05-49-09","serviceVersion":"1.0","serviceUUID":"dcc3016e-5840-45b7-8e77-ee97ab4aebb7","serviceDescription":"catalog service description","serviceInvariantUUID":"71da7245-cae9-4c04-aa88-c5b0f9f1cadb","resources":[{"resourceInstanceName":"vFW 91fe2f04-67a1 0","resourceName":"vFW 91fe2f04-67a1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2ee8ffa-4f02-4696-8f64-809ea7d12d62","resourceInvariantUUID":"acc33583-f555-4db9-974f-175cbccbba8c","resourceCustomizationUUID":"8e277074-e444-4bdb-a9ff-14042aa1f741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml","artifactChecksum":"MjdiMTZmNTM0NWNlNzBmMTAzMjI1YjY1N2Y1ZjE5ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"213c791c-b320-4bab-8da1-775873a7f583","artifactVersion":"1"},{"artifactName":"vfw91fe2f0467a10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json","artifactChecksum":"Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"06b9da70-8fc4-493c-ae6e-ccac7db49776","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5c621f2-36a1-4d14-b176-42ed9c3014c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml","artifactChecksum":"YWYzNTBlMDdlNDIwZjk0NTM1MTNjMmRiZWZhMjUxYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"333e1d54-6e59-41b5-bd1a-3584a06d7577","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"712eb679-fdd8-45da-8437-b80aefe84a18","artifactVersion":"2","generatedFromUUID":"f5c621f2-36a1-4d14-b176-42ed9c3014c0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627054909-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml","artifactChecksum":"MWFiYjQzYzE5ZTcyZDE0NTc0NmNlOTcyMWU2YWI4Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8a39b56-2df2-446b-b88a-7a3b6672442d","artifactVersion":"1"},{"artifactName":"service-Vfw20230627054909-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar","artifactChecksum":"NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"668aceb0-4a92-45e0-baa9-4d2849c5ace2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T07:25:54.445Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:25:54.445Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:25:54.445Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:25:54.445Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:25:55.446Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:25:55.447Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:25:55.447Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:25:55.447Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:25:56.448Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:25:56.449Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:25:56.449Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:25:56.449Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:25:57.450Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:25:57.450Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:25:57.450Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:25:57.451Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:25:58.452Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:25:58.453Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:25:58.453Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:25:58.453Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:25:59.454Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:25:59.454Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:25:59.455Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:25:59.455Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:26:00.456Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:26:00.457Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:26:00.457Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:26:00.457Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:26:01.458Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "serviceName": "vFW 2023-06-27 05-49-09",
  "serviceVersion": "1.0",
  "serviceUUID": "dcc3016e-5840-45b7-8e77-ee97ab4aebb7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "71da7245-cae9-4c04-aa88-c5b0f9f1cadb",
  "resources": [
    {
      "resourceInstanceName": "vFW 91fe2f04-67a1 0",
      "resourceCustomizationUUID": "8e277074-e444-4bdb-a9ff-14042aa1f741",
      "resourceName": "vFW 91fe2f04-67a1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a2ee8ffa-4f02-4696-8f64-809ea7d12d62",
      "resourceInvariantUUID": "acc33583-f555-4db9-974f-175cbccbba8c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw91fe2f0467a10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
          "artifactChecksum": "Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "06b9da70-8fc4-493c-ae6e-ccac7db49776",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f5c621f2-36a1-4d14-b176-42ed9c3014c0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "712eb679-fdd8-45da-8437-b80aefe84a18",
            "generatedFromUUID": "f5c621f2-36a1-4d14-b176-42ed9c3014c0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "712eb679-fdd8-45da-8437-b80aefe84a18",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627054909-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
      "artifactChecksum": "NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "668aceb0-4a92-45e0-baa9-4d2849c5ace2"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T07:26:01.458Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T07:26:01.458Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dcc3016e-5840-45b7-8e77-ee97ab4aebb7 ASDC
2023-06-27T07:26:01.458Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:75f1e763-b200-458f-817c-6bbe5f9f9184
ServiceName:vFW 2023-06-27 05-49-09
ServiceVersion:1.0
ServiceUUID:dcc3016e-5840-45b7-8e77-ee97ab4aebb7
ServiceInvariantUUID:71da7245-cae9-4c04-aa88-c5b0f9f1cadb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627054909-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
ArtifactUUID:668aceb0-4a92-45e0-baa9-4d2849c5ace2
ArtifactChecksum:NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 91fe2f04-67a1 0
ResourceCustomizationUUID:8e277074-e444-4bdb-a9ff-14042aa1f741
ResourceInvariantUUID:acc33583-f555-4db9-974f-175cbccbba8c
ResourceName:vFW 91fe2f04-67a1
ResourceType:VF
ResourceUUID:a2ee8ffa-4f02-4696-8f64-809ea7d12d62
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw91fe2f0467a10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json
ArtifactUUID:06b9da70-8fc4-493c-ae6e-ccac7db49776
ArtifactChecksum:Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI=
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml
ArtifactUUID:f5c621f2-36a1-4d14-b176-42ed9c3014c0
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
ArtifactUUID:712eb679-fdd8-45da-8437-b80aefe84a18
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
ArtifactUUID:712eb679-fdd8-45da-8437-b80aefe84a18
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T07:26:01.458Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcc3016e-5840-45b7-8e77-ee97ab4aebb7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:26:01.498Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:26:01.499Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:26:01.499Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:26:01.499Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 from URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:01.499Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:26:01.500Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:01.771Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:26:01.771Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar 668aceb0-4a92-45e0-baa9-4d2849c5ace2 101471
2023-06-27T07:26:01.772Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T07:26:01.772Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:01.772Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:26:01.772Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:26:01.772Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:26:01.772Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850761772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:26:02.772Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:26:02.773Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:26:02.773Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2, URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar to file: /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:02.774Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627054909-csar.csar
2023-06-27T07:26:02.775Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:02.775Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:03.001Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15359191327109858403/Definitions/service-Vfw20230627054909-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-06-27T07:26:04.804Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T07:26:04.804Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:26:04.804Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:04.804Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T07:26:04.804Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:04.804Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 91fe2f04-67a1 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-Vfw20230627054909-csar.csar
2023-06-27T07:26:04.804Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T07:26:04.805Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T07:26:04.806Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:26:04.807Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T07:26:04.808Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc83a8a5-f83d-47a5-be07-8413d1c53888
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:26:04.809Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a715ecb-e9f2-46da-8f6e-3a4d7b6075ae
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d405c3f3-552d-4124-a548-612be4ee67c2
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:26:04.810Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.811Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:26:04.811Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.811Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:26:04.811Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:26:04.811Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:26:04.811Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 05-49-09
Description:catalog service description
Model UUID:dcc3016e-5840-45b7-8e77-ee97ab4aebb7
Model Version:NULL
Model InvariantUuid:71da7245-cae9-4c04-aa88-c5b0f9f1cadb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 91fe2f04-67a1
Model UUID:37109307-e061-4798-8190-1f911475ba30
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:acc33583-f555-4db9-974f-175cbccbba8c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8e277074-e444-4bdb-a9ff-14042aa1f741
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:29aba7b4-8d66-4348-8f82-1ac119b4f4b6
ModelName:Vfw91fe2f0467a1..base_vfw..module-0
ModelUuid:63608172-2fa4-4085-8800-488774cb4f74
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc83a8a5-f83d-47a5-be07-8413d1c53888
ModelInvariantUuid:f10b291a-7d10-4338-8b54-e673e263807d
ModelName:vFW 91fe2f04-67a1-nodes.vfwCvfc
ModelUuid:a6e9f0eb-6d7b-41c9-8c70-b3859997211f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3d8e57c6-053b-49c9-9eca-e216a6540b92
ModelInvariantUuid:4c9c33bc-7074-4318-aa78-1c24f3e06b2d
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vfw
ModelUuid:acebe1e2-b749-40cb-a08b-0879ad49d12f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8a715ecb-e9f2-46da-8f6e-3a4d7b6075ae
ModelInvariantUuid:9e5cb961-3b60-4755-a7d7-0d88d9dc39f6
ModelName:vFW 91fe2f04-67a1-nodes.vsnCvfc
ModelUuid:96e5aed2-e1e7-44ae-9ae6-ee2bc909cb2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:436b107c-1861-4ddf-81e1-29c19420485a
ModelInvariantUuid:0885f309-fe65-45ba-83b9-3233372e6517
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vsn
ModelUuid:1fbfe1b5-898b-4a37-aae2-9eaf24637702
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d405c3f3-552d-4124-a548-612be4ee67c2
ModelInvariantUuid:35caa318-56da-44c2-94bb-8aeddd0b4bf2
ModelName:vFW 91fe2f04-67a1-nodes.vpgCvfc
ModelUuid:541e5698-5c16-4cd4-abd7-54b25b726a26
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0ea14b68-f4ae-4b9c-a1b9-8e2c4534e034
ModelInvariantUuid:22bfd4f1-fe08-49e7-8707-dfe682f222cf
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vpg
ModelUuid:64bf02d2-a843-4b65-9128-ac38750538c8
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=?
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-06-27T07:26:04.834Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||ERROR|500||Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists
2023-06-27T07:26:04.835Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T07:26:04.835Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar(Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists)
2023-06-27T07:26:04.835Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:26:04.835Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:26:04.835Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:26:04.836Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850764835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:26:05.836Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T07:26:05.837Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar(Resource with UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62 already exists)
2023-06-27T07:26:05.837Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:26:05.837Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:26:05.837Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:26:05.837Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850765836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:26:06.838Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:26:06.853Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:26:06.856Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:26:06.856Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:26:06.856Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:26:06.856Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:26:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:26:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T07:26:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:26:27.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:26:27.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T07:26:27.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T07:26:27.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:26:27.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T07:26:27.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850761772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:26:27.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:26:27.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T07:26:27.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850764835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists"
}
2023-06-27T07:26:27.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:26:27.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T07:26:27.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850765836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62 already exists"
}
2023-06-27T07:26:27.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:26:36.857Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:26:36.872Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:26:36.874Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:26:36.875Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:26:36.875Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:26:36.875Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:27:06.875Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:27:06.889Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:27:06.892Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:27:06.892Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:27:06.892Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:27:06.892Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:27:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:27:36.893Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:27:36.909Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:27:36.912Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:27:36.913Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:27:36.913Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:27:36.913Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:28:06.913Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:28:06.928Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:28:06.931Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:28:06.931Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:28:06.931Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:28:06.931Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:28:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:28:36.931Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:28:36.947Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:28:36.951Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:28:36.951Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:28:36.951Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:28:36.951Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:29:06.951Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:29:06.967Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:29:06.970Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:29:06.970Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:29:06.970Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:29:06.970Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:29:27.536Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:29:36.973Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:29:36.989Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:29:36.992Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:29:36.993Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:29:36.993Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:29:36.993Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:30:06.993Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:30:07.008Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:30:07.011Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:30:07.011Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:30:07.011Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:30:07.011Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:30:27.537Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:30:37.012Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:30:37.026Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:30:37.029Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:30:37.029Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:30:37.029Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:30:37.029Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:31:07.030Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T07:31:07.030Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184 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-06-27T07:31:07.038Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75f1e763-b200-458f-817c-6bbe5f9f9184 and serviceModelVersionId: dcc3016e-5840-45b7-8e77-ee97ab4aebb7
2023-06-27T07:31:07.039Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71da7245-cae9-4c04-aa88-c5b0f9f1cadb
2023-06-27T07:31:07.039Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0
2023-06-27T07:31:07.046Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T07:31:07.076Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|INFO|500||Invoke
2023-06-27T07:31:07.076Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75f1e763-b200-458f-817c-6bbe5f9f9184], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[be284041-52b9-4aee-ac39-9a1fd00e9df2], X-ECOMP-RequestID=[75f1e763-b200-458f-817c-6bbe5f9f9184], X-TransactionId=[], X-ONAP-RequestID=[75f1e763-b200-458f-817c-6bbe5f9f9184], Content-Type=[application/merge-patch+json]}
2023-06-27T07:31:07.084Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T07:31:07.195Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?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/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 07:31:07 GMT], content-length=[0], vertex-id=[655536], x-aai-txid=[2-aai-resources-230627-07:31:07:726-72560], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T07:31:07.195Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T07:31:07.196Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|INFO|500||InvokeReturn
2023-06-27T07:31:07.197Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T07:31:07.197Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-06-27T07:31:07.204Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-06-27T07:31:07.205Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75f1e763-b200-458f-817c-6bbe5f9f9184 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T07:31:07.205Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T07:31:07.205Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:31:07.205Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:31:07.206Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851067205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:31:07.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:31:07.216Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851067205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T07:31:07.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T07:31:08.223Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T07:31:08.223Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"401b2954-9703-4029-a12b-1952232d4f98","serviceName":"vFW 2023-06-27 06-00-59","serviceVersion":"1.0","serviceUUID":"7870ee41-ed8a-4de2-97c9-902b638edd42","serviceDescription":"catalog service description","serviceInvariantUUID":"9678d515-aaf4-4e45-89e7-8ba57103dfe0","resources":[{"resourceInstanceName":"vFW 9b185e19-f75f 0","resourceName":"vFW 9b185e19-f75f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f7a8439-cdef-45ae-8839-b7a28212fa08","resourceInvariantUUID":"8b05062e-35f0-4fe5-bfa4-6d2922e98502","resourceCustomizationUUID":"7e8b61fa-83de-474c-a23e-8a690db66b1c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml","artifactChecksum":"NDA5NjI0ZmY4Mzc3NTI4ZDczNWNkNmY0Yzk3OGMwMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39e462c7-06ba-4fd3-ad1f-39c1d64e519e","artifactVersion":"1"},{"artifactName":"vfw9b185e19f75f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json","artifactChecksum":"YzE1YTZhYWQ1MjUyY2Q4Mjc3M2JjZmRjOWI2NDZjNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee55efbe-359f-407e-9ccc-b414494546eb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml","artifactChecksum":"YzFiZWRlNGNmZDRhYWE1YWMzZjBhNTc1OGRhZmJjNmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4737ed45-bb08-43ec-8759-d34a1de33ee9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b0d552c-cb44-4f70-a23d-cd80f916e26c","artifactVersion":"2","generatedFromUUID":"2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627060059-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml","artifactChecksum":"ZTI2YzYwNzRjNWQyMmJmODIzOGFmYjdkMDgzMGNhOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e51ae3b6-91a1-4f59-b7ed-ab350cd4703f","artifactVersion":"1"},{"artifactName":"service-Vfw20230627060059-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar","artifactChecksum":"N2I0OGZhNDdmMmIwNTQyY2YzM2NjY2VlNWFlMmNlMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c2746e6-1f74-433c-bf0a-8f631462758a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T07:31:08.223Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:31:08.223Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:31:08.223Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:31:08.223Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:31:09.224Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:31:09.224Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:31:09.225Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:31:09.225Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:31:10.226Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:31:10.227Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:31:10.227Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:31:10.227Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:31:11.227Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:31:11.228Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:31:11.228Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:31:11.228Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:31:12.229Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:31:12.230Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:31:12.230Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:31:12.230Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:31:13.231Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:31:13.231Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:31:13.232Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:31:13.232Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:31:14.233Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:31:14.234Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:31:14.234Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:31:14.234Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:31:15.235Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "serviceName": "vFW 2023-06-27 06-00-59",
  "serviceVersion": "1.0",
  "serviceUUID": "7870ee41-ed8a-4de2-97c9-902b638edd42",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9678d515-aaf4-4e45-89e7-8ba57103dfe0",
  "resources": [
    {
      "resourceInstanceName": "vFW 9b185e19-f75f 0",
      "resourceCustomizationUUID": "7e8b61fa-83de-474c-a23e-8a690db66b1c",
      "resourceName": "vFW 9b185e19-f75f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f7a8439-cdef-45ae-8839-b7a28212fa08",
      "resourceInvariantUUID": "8b05062e-35f0-4fe5-bfa4-6d2922e98502",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9b185e19f75f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
          "artifactChecksum": "YzE1YTZhYWQ1MjUyY2Q4Mjc3M2JjZmRjOWI2NDZjNGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ee55efbe-359f-407e-9ccc-b414494546eb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8b0d552c-cb44-4f70-a23d-cd80f916e26c",
            "generatedFromUUID": "2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8b0d552c-cb44-4f70-a23d-cd80f916e26c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627060059-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
      "artifactChecksum": "N2I0OGZhNDdmMmIwNTQyY2YzM2NjY2VlNWFlMmNlMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c2746e6-1f74-433c-bf0a-8f631462758a"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T07:31:15.235Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T07:31:15.235Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7870ee41-ed8a-4de2-97c9-902b638edd42 ASDC
2023-06-27T07:31:15.236Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:401b2954-9703-4029-a12b-1952232d4f98
ServiceName:vFW 2023-06-27 06-00-59
ServiceVersion:1.0
ServiceUUID:7870ee41-ed8a-4de2-97c9-902b638edd42
ServiceInvariantUUID:9678d515-aaf4-4e45-89e7-8ba57103dfe0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627060059-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
ArtifactUUID:3c2746e6-1f74-433c-bf0a-8f631462758a
ArtifactChecksum:N2I0OGZhNDdmMmIwNTQyY2YzM2NjY2VlNWFlMmNlMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9b185e19-f75f 0
ResourceCustomizationUUID:7e8b61fa-83de-474c-a23e-8a690db66b1c
ResourceInvariantUUID:8b05062e-35f0-4fe5-bfa4-6d2922e98502
ResourceName:vFW 9b185e19-f75f
ResourceType:VF
ResourceUUID:6f7a8439-cdef-45ae-8839-b7a28212fa08
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9b185e19f75f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json
ArtifactUUID:ee55efbe-359f-407e-9ccc-b414494546eb
ArtifactChecksum:YzE1YTZhYWQ1MjUyY2Q4Mjc3M2JjZmRjOWI2NDZjNGY=
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/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml
ArtifactUUID:2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371
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/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env
ArtifactUUID:8b0d552c-cb44-4f70-a23d-cd80f916e26c
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/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env
ArtifactUUID:8b0d552c-cb44-4f70-a23d-cd80f916e26c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T07:31:15.236Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7870ee41-ed8a-4de2-97c9-902b638edd42 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:31:15.264Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:31:15.265Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:31:15.265Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:31:15.265Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a from URL: /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:15.265Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:31:15.266Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:15.480Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:31:15.481Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar 3c2746e6-1f74-433c-bf0a-8f631462758a 101469
2023-06-27T07:31:15.482Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar ASDC sendASDCNotification
2023-06-27T07:31:15.482Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:15.482Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:31:15.482Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:31:15.482Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:31:15.483Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851075481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:31:16.484Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:31:16.485Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:31:16.485Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a, URL: /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar to file: /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:16.486Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627060059-csar.csar
2023-06-27T07:31:16.487Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:16.487Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:16.642Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16291887573288399742/Definitions/service-Vfw20230627060059-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-06-27T07:31:18.215Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T07:31:18.215Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:31:18.215Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:18.215Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T07:31:18.215Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:18.215Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9b185e19-f75f 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-Vfw20230627060059-csar.csar
2023-06-27T07:31:18.215Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T07:31:18.215Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T07:31:18.215Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T07:31:18.215Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:18.215Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T07:31:18.216Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T07:31:18.217Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T07:31:18.218Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=62b219b4-641b-43b6-81f5-0398811178b1
2023-06-27T07:31:18.219Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=919cf075-45b2-4267-abda-778b62997978
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.220Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee16d6f0-7898-4e7c-af82-220ec2112bc8
2023-06-27T07:31:18.221Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.222Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:31:18.222Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.222Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:31:18.222Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.222Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:31:18.222Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:31:18.222Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:31:18.222Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 06-00-59
Description:catalog service description
Model UUID:7870ee41-ed8a-4de2-97c9-902b638edd42
Model Version:NULL
Model InvariantUuid:9678d515-aaf4-4e45-89e7-8ba57103dfe0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9b185e19-f75f
Model UUID:f38726b7-5ca6-465a-90d3-718afab3d7b9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b05062e-35f0-4fe5-bfa4-6d2922e98502
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7e8b61fa-83de-474c-a23e-8a690db66b1c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b18169e9-ad4e-459b-bdd8-e7304f683128
ModelName:Vfw9b185e19F75f..base_vfw..module-0
ModelUuid:c6e57a97-50c3-4655-94d3-d9a617dd61b4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:62b219b4-641b-43b6-81f5-0398811178b1
ModelInvariantUuid:1b150dd4-39ec-4216-be55-af0fae6e2b97
ModelName:vFW 9b185e19-f75f-nodes.vfwCvfc
ModelUuid:a50e41f1-9876-4e95-a5fd-a96a5ff63076
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:11c3ee74-5fc0-4d73-a7c0-9c35f9f9e8e4
ModelInvariantUuid:0fb56a60-41ca-4c7a-a713-621f16529df0
ModelName:Vfw9b185e19F75f.compute.nodes.heat.vfw
ModelUuid:c115e9a3-a2a6-475b-b0c0-71b40cecb210
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:919cf075-45b2-4267-abda-778b62997978
ModelInvariantUuid:78a6f7d9-b40a-4733-892f-ade164835601
ModelName:vFW 9b185e19-f75f-nodes.vsnCvfc
ModelUuid:980119cb-02ec-4147-9019-3bcf4fb8d003
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:47a31763-3350-442e-b901-ff53e4f4fc77
ModelInvariantUuid:2289e62b-a699-4479-8357-45e55ab67d01
ModelName:Vfw9b185e19F75f.compute.nodes.heat.vsn
ModelUuid:c6b6be80-053a-4497-a712-f45727d1949d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ee16d6f0-7898-4e7c-af82-220ec2112bc8
ModelInvariantUuid:af8010cc-d16d-4a4e-844d-fb2889ac9bee
ModelName:vFW 9b185e19-f75f-nodes.vpgCvfc
ModelUuid:a7b1f0c3-17bd-4122-92d7-af774c00b1f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a7565757-e1b2-4fa5-b5a1-f06ed6e53681
ModelInvariantUuid:b7670ffc-e634-46ff-b192-8a68a1a4c109
ModelName:Vfw9b185e19F75f.compute.nodes.heat.vpg
ModelUuid:fdb732c9-c29a-4e01-867c-f0c3ec81a880
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=?
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-06-27T07:31:18.251Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a already exists
2023-06-27T07:31:18.252Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar ASDC sendASDCNotification
2023-06-27T07:31:18.252Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar(Csar with UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a already exists)
2023-06-27T07:31:18.252Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:31:18.252Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:31:18.252Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:31:18.253Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851078252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:31:19.254Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar ASDC sendASDCNotification
2023-06-27T07:31:19.255Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar(Resource with UUID: 6f7a8439-cdef-45ae-8839-b7a28212fa08 already exists)
2023-06-27T07:31:19.255Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:31:19.255Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:31:19.255Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:31:19.255Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851079254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f7a8439-cdef-45ae-8839-b7a28212fa08 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:31:20.256Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:31:20.267Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:31:20.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:31:20.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:31:20.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:31:20.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:31:27.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:31:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:31:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:31:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:31:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:31:27.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T07:31:27.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:31:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:31:27.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T07:31:27.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:31:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:31:27.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:31:27.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:31:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851075481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:31:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851078252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a already exists"
}
2023-06-27T07:31:27.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:31:27.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:31:27.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851079254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f7a8439-cdef-45ae-8839-b7a28212fa08 already exists"
}
2023-06-27T07:31:27.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:31:50.270Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:31:50.285Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:31:50.288Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:31:50.288Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:31:50.288Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:31:50.289Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:32:20.289Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:32:20.301Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:32:20.305Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:32:20.305Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:32:20.305Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:32:20.305Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:32:27.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:32:50.305Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:32:50.319Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:32:50.322Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:32:50.322Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:32:50.322Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:32:50.322Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:33:20.322Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:33:20.339Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:33:20.341Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:33:20.342Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:33:20.342Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:33:20.342Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:33:27.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:33:50.342Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:33:50.355Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:33:50.358Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:33:50.359Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:33:50.359Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:33:50.359Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:34:20.360Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:34:20.371Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:34:20.374Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:34:20.374Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:34:20.374Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:34:20.374Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:34:27.535Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:34:50.375Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:34:50.386Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:34:50.388Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:34:50.388Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:34:50.389Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:34:50.389Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:35:20.389Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:35:20.406Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:35:20.410Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:35:20.410Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:35:20.410Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:35:20.410Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:35:27.535Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:35:50.411Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:35:50.426Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:35:50.434Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:35:50.434Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:35:50.434Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:35:50.434Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:36:20.435Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T07:36:20.435Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98 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-06-27T07:36:20.443Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 401b2954-9703-4029-a12b-1952232d4f98 and serviceModelVersionId: 7870ee41-ed8a-4de2-97c9-902b638edd42
2023-06-27T07:36:20.443Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9678d515-aaf4-4e45-89e7-8ba57103dfe0
2023-06-27T07:36:20.444Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0
2023-06-27T07:36:20.450Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T07:36:20.471Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|INFO|500||Invoke
2023-06-27T07:36:20.471Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[401b2954-9703-4029-a12b-1952232d4f98], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[146f4860-1a41-45d1-b536-0c534fa2d934], X-ECOMP-RequestID=[401b2954-9703-4029-a12b-1952232d4f98], X-TransactionId=[], X-ONAP-RequestID=[401b2954-9703-4029-a12b-1952232d4f98], Content-Type=[application/merge-patch+json]}
2023-06-27T07:36:20.479Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T07:36:20.624Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?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/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 07:36:21 GMT], content-length=[0], vertex-id=[208952], x-aai-txid=[1-aai-resources-230627-07:36:21:129-7845], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T07:36:20.624Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T07:36:20.625Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|INFO|500||InvokeReturn
2023-06-27T07:36:20.625Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T07:36:20.625Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-06-27T07:36:20.633Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-06-27T07:36:20.633Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 401b2954-9703-4029-a12b-1952232d4f98 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T07:36:20.633Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T07:36:20.633Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:36:20.634Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:36:20.634Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851380633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:36:20.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:36:20.645Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851380633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T07:36:20.645Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T07:36:21.652Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T07:36:21.652Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"e9a207dc-00af-4b37-a9c4-756b8b090e37","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69315eca-e4d1-478d-abd7-03cf483013f1","serviceDescription":"service","serviceInvariantUUID":"e35edcfb-7a10-47d9-ac83-ebd7a974816a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f205431-c0de-435d-b7fc-385ac072e2d4","resourceInvariantUUID":"d9b60ab7-02f4-45ab-9431-465ca3e47f35","resourceCustomizationUUID":"1e41980d-4ce8-4fcd-b179-38feb50d5b76","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":"ZGE5NTY2YzhkYzQ5Y2QyOWU0OTFjNTBmNzFjZTFiN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33549cc6-42ac-465c-af97-9a21ca0e9f8c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDg1ZmE0ODY3YjVmMTdiMzhjYjNiNTZkZmJiZjAyZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d241edd6-ff4a-4d11-88ab-54bf8f1b279a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T07:36:21.652Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:36:21.652Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:36:21.652Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:36:21.652Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:36:22.654Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:36:22.654Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:36:22.654Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:36:22.655Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:36:23.656Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "69315eca-e4d1-478d-abd7-03cf483013f1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e35edcfb-7a10-47d9-ac83-ebd7a974816a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1e41980d-4ce8-4fcd-b179-38feb50d5b76",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "0f205431-c0de-435d-b7fc-385ac072e2d4",
      "resourceInvariantUUID": "d9b60ab7-02f4-45ab-9431-465ca3e47f35",
      "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": "MDg1ZmE0ODY3YjVmMTdiMzhjYjNiNTZkZmJiZjAyZjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d241edd6-ff4a-4d11-88ab-54bf8f1b279a"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T07:36:23.657Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T07:36:23.657Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69315eca-e4d1-478d-abd7-03cf483013f1 ASDC
2023-06-27T07:36:23.658Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e9a207dc-00af-4b37-a9c4-756b8b090e37
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:69315eca-e4d1-478d-abd7-03cf483013f1
ServiceInvariantUUID:e35edcfb-7a10-47d9-ac83-ebd7a974816a
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:d241edd6-ff4a-4d11-88ab-54bf8f1b279a
ArtifactChecksum:MDg1ZmE0ODY3YjVmMTdiMzhjYjNiNTZkZmJiZjAyZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1e41980d-4ce8-4fcd-b179-38feb50d5b76
ResourceInvariantUUID:d9b60ab7-02f4-45ab-9431-465ca3e47f35
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0f205431-c0de-435d-b7fc-385ac072e2d4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-06-27T07:36:23.658Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69315eca-e4d1-478d-abd7-03cf483013f1 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:36:23.685Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:36:23.686Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:36:23.687Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:36:23.687Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-06-27T07:36:23.687Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:36:23.687Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-06-27T07:36:23.947Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:36:23.948Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d241edd6-ff4a-4d11-88ab-54bf8f1b279a 57783
2023-06-27T07:36:23.948Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-06-27T07:36:23.948Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-06-27T07:36:23.948Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:36:23.949Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:36:23.949Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:36:23.949Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851383948,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:36:24.951Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:36:24.951Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:36:24.952Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-06-27T07:36:24.952Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-06-27T07:36:24.953Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-06-27T07:36:24.953Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-06-27T07:36:25.049Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14302485424291646267/Definitions/service-BasicNetwork-template.yml
2023-06-27T07:36:25.467Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:36:25.468Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:36:25.469Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:36:25.469Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-06-27T07:36:25.469Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:36:25.469Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:36:25.469Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:36:25.470Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:36:25.471Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:36:25.471Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:69315eca-e4d1-478d-abd7-03cf483013f1
Model Version:NULL
Model InvariantUuid:e35edcfb-7a10-47d9-ac83-ebd7a974816a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d9b60ab7-02f4-45ab-9431-465ca3e47f35
Model UUID:96eeb009-ef36-4286-869a-9647d7b3e1f1
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1e41980d-4ce8-4fcd-b179-38feb50d5b76
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=?
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-06-27T07:36:25.494Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||ERROR|500||Csar with UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a already exists
2023-06-27T07:36:25.495Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-06-27T07:36:25.495Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a already exists)
2023-06-27T07:36:25.495Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:36:25.496Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:36:25.496Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:36:25.496Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851385495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:36:26.497Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-06-27T07:36:26.497Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 0f205431-c0de-435d-b7fc-385ac072e2d4 already exists)
2023-06-27T07:36:26.497Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:36:26.497Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:36:26.497Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:36:26.497Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851386497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0f205431-c0de-435d-b7fc-385ac072e2d4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:36:27.498Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:36:27.511Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:36:27.514Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:36:27.514Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:36:27.514Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:36:27.514Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:36:27.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:36:27.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:36:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:36:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:36:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:36:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T07:36:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:36:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:36:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851383948,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:36:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:36:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:36:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851385495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a already exists"
}
2023-06-27T07:36:27.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:36:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:36:27.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851386497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0f205431-c0de-435d-b7fc-385ac072e2d4 already exists"
}
2023-06-27T07:36:27.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:36:57.514Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:36:57.530Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:36:57.532Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:36:57.532Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:36:57.533Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:36:57.533Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:37:27.533Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
2023-06-27T07:37:27.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from 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: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:37:27.548Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:37:27.551Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:37:27.551Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:37:27.551Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:37:27.551Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:37:57.551Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:37:57.566Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:37:57.569Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:37:57.569Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:37:57.569Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:37:57.569Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:38:27.535Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:38:27.570Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:38:27.584Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:38:27.587Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:38:27.587Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:38:27.587Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:38:27.587Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:38:57.587Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:38:57.606Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:38:57.609Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:38:57.609Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:38:57.609Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:38:57.609Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:39:27.536Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:39:27.610Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:39:27.624Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:39:27.628Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:39:27.628Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:39:27.628Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:39:27.629Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:39:57.630Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:39:57.645Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:39:57.647Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:39:57.648Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:39:57.648Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:39:57.649Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:40:27.537Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:40:27.649Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:40:27.667Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:40:27.669Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:40:27.669Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:40:27.669Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:40:27.669Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:40:57.670Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:40:57.686Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:40:57.689Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:40:57.689Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:40:57.689Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:40:57.689Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:41:27.539Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:27.690Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T07:41:27.690Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37 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-06-27T07:41:27.698Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9a207dc-00af-4b37-a9c4-756b8b090e37 and serviceModelVersionId: 69315eca-e4d1-478d-abd7-03cf483013f1
2023-06-27T07:41:27.698Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e35edcfb-7a10-47d9-ac83-ebd7a974816a
2023-06-27T07:41:27.699Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0
2023-06-27T07:41:27.710Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T07:41:27.742Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?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-06-27T07:41:27.743Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|INFO|500||Invoke
2023-06-27T07:41:27.752Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T07:41:27.894Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|INFO|500||InvokeReturn
2023-06-27T07:41:27.895Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 07:41:28 GMT], content-length=[0], vertex-id=[176312], x-aai-txid=[0-aai-resources-230627-07:41:28:409-79662], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T07:41:27.897Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T07:41:27.897Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T07:41:27.897Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T07:41:27.904Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T07:41:27.904Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9a207dc-00af-4b37-a9c4-756b8b090e37 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T07:41:27.905Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T07:41:27.905Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:41:27.905Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:41:27.906Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851687905,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:27.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:41:27.917Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851687905,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T07:41:27.917Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T07:41:28.926Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T07:41:28.926Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"bd4797dc-43c0-4316-87ee-a5fb0e5b1215","serviceName":"Demo_pNF_HwMegHdsXdkkReA8lbiA","serviceVersion":"1.0","serviceUUID":"26d5e897-e45e-45f6-9043-9392c7dfffd9","serviceDescription":"catalog service description","serviceInvariantUUID":"9b1743bb-987f-47af-9528-256ddc72063f","resources":[{"resourceInstanceName":"pNF e9ffa0ba-07a9 0","resourceName":"pNF e9ffa0ba-07a9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"93f8773c-2a72-414e-964c-6f1e6663d9d7","resourceInvariantUUID":"eb0c5b8c-0cb1-4cdb-b444-1dfc9d8f1145","resourceCustomizationUUID":"31ff2e6f-028f-4967-8c3d-9e6abaf8f737","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml","artifactChecksum":"OTY5MzkzNDI0MmViMTdhNGZkNTU3Y2M4YWQxN2I5NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f629f5be-93f0-4778-84ad-9d89d24e2768","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar","artifactChecksum":"MmFhOGJlZGQ4YmIyMDE5NjRkNTQxOTFmM2Q1NWQ3MmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"448aafb3-58bc-4a67-bbf1-64223c564e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5bf52f8-1cfc-4f1f-a01f-9b34ae93572c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml","artifactChecksum":"OGJjZjE1MDM2MWU1MzY3MjA4MjZhYjk0MzE3OTQ0ODA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf9c32ff-32e7-4f15-9d79-c5e2c5f80584","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71660f1b-c459-4325-87ab-bb5e79a004ee","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e536c7a9-c89a-4964-92dc-38d4b67fac0f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml","artifactChecksum":"MjA4OGVhNGRiODZmOWEyM2VmMzhkYTVkZWQ0MDBlMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1bdef7a2-ac7e-42a2-8895-079ef22ddecc","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar","artifactChecksum":"Yzk0ZWNkM2MzZjU5NTAyM2MwYjViMWI4MjUwZjE3YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T07:41:28.927Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:41:28.927Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:41:28.928Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:41:28.928Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:29.928Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:41:29.929Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:41:29.929Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:41:29.929Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:30.930Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:41:30.930Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:41:30.930Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:41:30.930Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:31.931Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:41:31.932Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:41:31.932Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:41:31.932Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:32.933Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:41:32.934Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:41:32.934Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:41:32.934Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:33.937Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:41:33.938Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:41:33.938Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:41:33.938Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:34.939Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:41:34.939Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:41:34.939Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:41:34.939Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:35.941Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:41:35.941Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:41:35.941Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:41:35.941Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:36.943Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "serviceName": "Demo_pNF_HwMegHdsXdkkReA8lbiA",
  "serviceVersion": "1.0",
  "serviceUUID": "26d5e897-e45e-45f6-9043-9392c7dfffd9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9b1743bb-987f-47af-9528-256ddc72063f",
  "resources": [
    {
      "resourceInstanceName": "pNF e9ffa0ba-07a9 0",
      "resourceCustomizationUUID": "31ff2e6f-028f-4967-8c3d-9e6abaf8f737",
      "resourceName": "pNF e9ffa0ba-07a9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "93f8773c-2a72-414e-964c-6f1e6663d9d7",
      "resourceInvariantUUID": "eb0c5b8c-0cb1-4cdb-b444-1dfc9d8f1145",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
      "artifactChecksum": "Yzk0ZWNkM2MzZjU5NTAyM2MwYjViMWI4MjUwZjE3YzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T07:41:36.943Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T07:41:36.943Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 26d5e897-e45e-45f6-9043-9392c7dfffd9 ASDC
2023-06-27T07:41:36.944Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:bd4797dc-43c0-4316-87ee-a5fb0e5b1215
ServiceName:Demo_pNF_HwMegHdsXdkkReA8lbiA
ServiceVersion:1.0
ServiceUUID:26d5e897-e45e-45f6-9043-9392c7dfffd9
ServiceInvariantUUID:9b1743bb-987f-47af-9528-256ddc72063f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
ArtifactUUID:ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86
ArtifactChecksum:Yzk0ZWNkM2MzZjU5NTAyM2MwYjViMWI4MjUwZjE3YzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e9ffa0ba-07a9 0
ResourceCustomizationUUID:31ff2e6f-028f-4967-8c3d-9e6abaf8f737
ResourceInvariantUUID:eb0c5b8c-0cb1-4cdb-b444-1dfc9d8f1145
ResourceName:pNF e9ffa0ba-07a9
ResourceType:PNF
ResourceUUID:93f8773c-2a72-414e-964c-6f1e6663d9d7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-06-27T07:41:36.944Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26d5e897-e45e-45f6-9043-9392c7dfffd9 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:41:36.975Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:41:36.977Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:41:36.977Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:41:36.977Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 from URL: /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:36.977Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:41:36.977Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:37.219Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:41:37.220Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 87988
2023-06-27T07:41:37.221Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar ASDC sendASDCNotification
2023-06-27T07:41:37.221Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:37.221Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:41:37.221Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:41:37.221Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:41:37.221Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851697221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:38.222Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:41:38.223Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:41:38.223Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86, URL: /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar to file: /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:38.223Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:38.224Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:38.224Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:38.328Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4648939599084441235/Definitions/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml
2023-06-27T07:41:39.083Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T07:41:39.084Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:41:39.084Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:39.084Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T07:41:39.084Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e9ffa0ba-07a9 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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:39.084Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:39.084Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:39.084Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:39.084Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:39.084Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:39.084Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T07:41:39.084Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:41:39.085Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:41:39.085Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:41:39.085Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Node template pNF e9ffa0ba-07a9 0 is matching search criteria
2023-06-27T07:41:39.085Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:41:39.085Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e9ffa0ba-07a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:41:39.085Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:41:39.085Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:41:39.085Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Node template pNF e9ffa0ba-07a9 0 is matching search criteria
2023-06-27T07:41:39.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:41:39.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e9ffa0ba-07a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:41:39.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:41:39.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:41:39.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:41:39.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:41:39.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:41:39.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:41:39.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:41:39.086Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:41:39.087Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:41:39.087Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:41:39.087Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HwMegHdsXdkkReA8lbiA
Description:catalog service description
Model UUID:26d5e897-e45e-45f6-9043-9392c7dfffd9
Model Version:NULL
Model InvariantUuid:9b1743bb-987f-47af-9528-256ddc72063f
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=?
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-06-27T07:41:39.118Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||ERROR|500||Csar with UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 already exists
2023-06-27T07:41:39.118Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar ASDC sendASDCNotification
2023-06-27T07:41:39.119Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar(Csar with UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 already exists)
2023-06-27T07:41:39.119Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:41:39.119Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:41:39.119Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:41:39.120Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851699118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:40.121Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar ASDC sendASDCNotification
2023-06-27T07:41:40.121Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar(Resource with UUID: 93f8773c-2a72-414e-964c-6f1e6663d9d7 already exists)
2023-06-27T07:41:40.121Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:41:40.121Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:41:40.121Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:41:40.121Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851700121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 93f8773c-2a72-414e-964c-6f1e6663d9d7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:41:41.122Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:41:41.140Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:41:41.144Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:41:41.144Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:41:41.144Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:41:41.144Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:42:11.145Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:42:11.159Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:42:11.162Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:42:11.162Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:42:11.162Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:42:11.162Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:42:27.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:42:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:42:27.539Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:42:27.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851697221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851699118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 already exists"
}
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-06-27T07:42:27.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687851700121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 93f8773c-2a72-414e-964c-6f1e6663d9d7 already exists"
}
2023-06-27T07:42:27.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:42:41.163Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:42:41.177Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:42:41.180Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:42:41.180Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:42:41.180Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:42:41.180Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:43:11.181Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:43:11.195Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:43:11.198Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:43:11.199Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:43:11.199Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:43:11.199Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:43:27.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:43:41.199Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:43:41.217Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:43:41.221Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:43:41.221Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:43:41.221Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:43:41.221Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:44:11.222Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:44:11.238Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:44:11.242Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:44:11.243Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:44:11.243Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:44:11.243Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:44:27.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:44:41.243Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:44:41.258Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:44:41.260Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:44:41.260Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:44:41.260Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:44:41.260Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:45:11.260Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:45:11.274Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:45:11.276Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:45:11.277Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:45:11.277Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:45:11.277Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:45:27.535Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:45:41.277Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:45:41.295Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:45:41.298Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:45:41.298Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:45:41.298Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:45:41.298Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:46:11.299Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:46:11.314Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:46:11.316Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:46:11.316Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:46:11.316Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:46:11.316Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:46:27.537Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:46:41.317Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T07:46:41.317Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215 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-06-27T07:46:41.326Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215 and serviceModelVersionId: 26d5e897-e45e-45f6-9043-9392c7dfffd9
2023-06-27T07:46:41.326Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b1743bb-987f-47af-9528-256ddc72063f
2023-06-27T07:46:41.331Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0
2023-06-27T07:46:41.339Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T07:46:41.395Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0|INFO|500||Invoke
2023-06-27T07:46:41.396Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bd4797dc-43c0-4316-87ee-a5fb0e5b1215], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc7105b0-2e0c-454d-bd5b-58e106560039], X-ECOMP-RequestID=[bd4797dc-43c0-4316-87ee-a5fb0e5b1215], X-TransactionId=[], X-ONAP-RequestID=[bd4797dc-43c0-4316-87ee-a5fb0e5b1215], Content-Type=[application/merge-patch+json]}
2023-06-27T07:46:41.405Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T07:46:41.512Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?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/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 07:46:42 GMT], content-length=[0], vertex-id=[229600], x-aai-txid=[2-aai-resources-230627-07:46:42:069-36872], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T07:46:41.513Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T07:46:41.513Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0|INFO|500||InvokeReturn
2023-06-27T07:46:41.513Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T07:46:41.513Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-06-27T07:46:41.520Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-06-27T07:46:41.520Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd4797dc-43c0-4316-87ee-a5fb0e5b1215 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T07:46:41.520Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T07:46:41.521Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:46:41.521Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:46:41.521Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852001520,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:46:41.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:46:41.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852001520,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T07:46:41.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T07:46:42.536Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T07:46:42.536Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"39895ca4-0894-4ac5-bcbc-3fa5297cf30f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8ecac1db-8b38-4b9a-bcc4-7c542f067b1c","serviceDescription":"service","serviceInvariantUUID":"09dffb58-52ae-478d-86ca-84cd9be9a3d5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68aec9b0-eeca-4e97-a2d1-130247915f51","resourceInvariantUUID":"61b7ca18-c819-4256-bb18-463aae5142a7","resourceCustomizationUUID":"d25b11ce-a7ef-4e69-a868-aea7f4b030d3","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":"YmJiM2Y0OTEwNjI4NTNmOTk0MTFkOWU5MWNkZGJmYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4fbc23bb-74fc-498e-ad13-b859cf09adab","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":"NjVhNjI4M2I3YTRjN2IwZmVmNjdmNzY2MDEyMDVjN2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f73dc07-1c65-4aa9-b37e-fef7b33aa565","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":"e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc","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":"0e1f049d-0daa-41b0-a502-20530a6b573c","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":"4958f816-a072-45d6-919d-6a6ee1111083","artifactVersion":"2","generatedFromUUID":"e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTU1NDE4ZWEwM2IzNWIwYzFiYzcxN2Q5NjQwOTUyNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1de122b-c962-4dc2-84e8-ed5777c49173","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWEzZjRiMzUxNjdjYWE4ODc0NGI0NzY0ZTU4ZWI1OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9296d62-d0e7-4803-9bb9-b3e9b44af1a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T07:46:42.537Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:46:42.537Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:46:42.537Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:46:42.537Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T07:46:43.538Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:46:43.538Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:46:43.539Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:46:43.539Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T07:46:44.540Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:46:44.540Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:46:44.541Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:46:44.541Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T07:46:45.542Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:46:45.543Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:46:45.543Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:46:45.543Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T07:46:46.544Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:46:46.544Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:46:46.545Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:46:46.545Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T07:46:47.547Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:46:47.548Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:46:47.548Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:46:47.548Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:46:48.550Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:46:48.550Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:46:48.551Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:46:48.551Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:46:49.556Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8ecac1db-8b38-4b9a-bcc4-7c542f067b1c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "09dffb58-52ae-478d-86ca-84cd9be9a3d5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d25b11ce-a7ef-4e69-a868-aea7f4b030d3",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "68aec9b0-eeca-4e97-a2d1-130247915f51",
      "resourceInvariantUUID": "61b7ca18-c819-4256-bb18-463aae5142a7",
      "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": "NjVhNjI4M2I3YTRjN2IwZmVmNjdmNzY2MDEyMDVjN2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8f73dc07-1c65-4aa9-b37e-fef7b33aa565",
          "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": "e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc",
          "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": "4958f816-a072-45d6-919d-6a6ee1111083",
            "generatedFromUUID": "e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc"
          },
          "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": "4958f816-a072-45d6-919d-6a6ee1111083",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWEzZjRiMzUxNjdjYWE4ODc0NGI0NzY0ZTU4ZWI1OWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b9296d62-d0e7-4803-9bb9-b3e9b44af1a8"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T07:46:49.557Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T07:46:49.557Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ecac1db-8b38-4b9a-bcc4-7c542f067b1c ASDC
2023-06-27T07:46:49.557Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:39895ca4-0894-4ac5-bcbc-3fa5297cf30f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8ecac1db-8b38-4b9a-bcc4-7c542f067b1c
ServiceInvariantUUID:09dffb58-52ae-478d-86ca-84cd9be9a3d5
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:b9296d62-d0e7-4803-9bb9-b3e9b44af1a8
ArtifactChecksum:ZWEzZjRiMzUxNjdjYWE4ODc0NGI0NzY0ZTU4ZWI1OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d25b11ce-a7ef-4e69-a868-aea7f4b030d3
ResourceInvariantUUID:61b7ca18-c819-4256-bb18-463aae5142a7
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:68aec9b0-eeca-4e97-a2d1-130247915f51
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:8f73dc07-1c65-4aa9-b37e-fef7b33aa565
ArtifactChecksum:NjVhNjI4M2I3YTRjN2IwZmVmNjdmNzY2MDEyMDVjN2Q=
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:e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc
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:4958f816-a072-45d6-919d-6a6ee1111083
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:4958f816-a072-45d6-919d-6a6ee1111083
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T07:46:49.557Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ecac1db-8b38-4b9a-bcc4-7c542f067b1c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:46:49.584Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:46:49.585Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:46:49.585Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:46:49.585Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-06-27T07:46:49.585Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:46:49.585Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-06-27T07:46:49.830Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:46:49.831Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 75160
2023-06-27T07:46:49.832Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-06-27T07:46:49.832Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-06-27T07:46:49.832Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:46:49.833Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:46:49.833Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:46:49.833Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852009832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:46:50.835Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:46:50.836Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:46:50.836Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-06-27T07:46:50.836Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-06-27T07:46:50.837Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-06-27T07:46:50.837Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-06-27T07:46:50.938Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5194866769667781942/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-06-27T07:46:52.002Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T07:46:52.003Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:46:52.003Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-06-27T07:46:52.003Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T07:46:52.003Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:46:52.003Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:46:52.003Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:46:52.003Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:46:52.003Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:46:52.003Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:46:52.004Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:46:52.004Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:46:52.004Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.004Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:46:52.004Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:46:52.004Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:46:52.004Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:46:52.004Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.004Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:46:52.004Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:46:52.004Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:46:52.005Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:46:52.005Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.005Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:46:52.005Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.005Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-06-27T07:46:52.005Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-06-27T07:46:52.005Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-06-27T07:46:52.005Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-06-27T07:46:52.005Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-06-27T07:46:52.005Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.006Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-06-27T07:46:52.007Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-06-27T07:46:52.007Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-06-27T07:46:52.007Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b6066fa4-2010-4518-bfc4-2a745905bdb1
2023-06-27T07:46:52.007Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.007Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:46:52.007Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.007Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:46:52.007Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.007Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:46:52.007Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:46:52.007Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:46:52.007Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8ecac1db-8b38-4b9a-bcc4-7c542f067b1c
Model Version:NULL
Model InvariantUuid:09dffb58-52ae-478d-86ca-84cd9be9a3d5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:17d14243-5d6b-44e1-8e30-20555e97db38
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:61b7ca18-c819-4256-bb18-463aae5142a7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d25b11ce-a7ef-4e69-a868-aea7f4b030d3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d04265f1-63f0-4c6b-a275-8ec045045ad1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a229dcfe-6f38-4ab3-b78e-11ed2c796abc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b6066fa4-2010-4518-bfc4-2a745905bdb1
ModelInvariantUuid:395f5d2d-d334-4547-8810-c6c71eab9cd4
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:b7056422-2fd2-4614-99bc-982a210036e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8f8c8d92-060f-4ff5-8199-ef88e816f1b5
ModelInvariantUuid:d22214e9-2bb1-4666-943a-5c94510f7421
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:eaaa2421-400e-4b91-8a81-1eb68e79531c
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=?
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-06-27T07:46:52.044Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||ERROR|500||Csar with UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 already exists
2023-06-27T07:46:52.045Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-06-27T07:46:52.045Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 already exists)
2023-06-27T07:46:52.045Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:46:52.045Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:46:52.045Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:46:52.045Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852012045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:46:53.046Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-06-27T07:46:53.047Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 68aec9b0-eeca-4e97-a2d1-130247915f51 already exists)
2023-06-27T07:46:53.047Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:46:53.048Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:46:53.048Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:46:53.048Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852013046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 68aec9b0-eeca-4e97-a2d1-130247915f51 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:46:54.049Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:46:54.065Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:46:54.069Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:46:54.069Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:46:54.070Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:46:54.070Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:47:24.070Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:47:24.082Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:47:24.085Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:47:24.085Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:47:24.085Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:47:24.085Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:47:27.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:47:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:47:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:47:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852009832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852012045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 already exists"
}
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852013046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 68aec9b0-eeca-4e97-a2d1-130247915f51 already exists"
}
2023-06-27T07:47:27.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:47:54.085Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:47:54.100Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:47:54.103Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:47:54.103Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:47:54.103Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:47:54.103Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:48:24.104Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:48:24.121Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:48:24.124Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:48:24.124Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:48:24.124Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:48:24.125Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:48:27.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:48:54.125Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:48:54.141Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:48:54.145Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:48:54.145Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:48:54.145Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:48:54.145Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:49:24.146Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:49:24.161Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:49:24.164Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:49:24.164Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:49:24.165Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:49:24.165Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:49:27.535Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:49:54.165Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:49:54.177Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:49:54.179Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:49:54.180Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:49:54.180Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:49:54.180Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:50:24.180Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:50:24.193Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:50:24.195Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:50:24.195Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:50:24.195Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:50:24.195Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:50:27.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:50:54.196Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:50:54.211Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:50:54.214Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:50:54.214Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:50:54.214Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:50:54.214Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:51:24.215Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:51:24.230Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:51:24.233Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:51:24.233Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:51:24.233Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:51:24.233Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:51:27.537Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:51:54.233Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T07:51:54.233Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f 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-06-27T07:51:54.239Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f and serviceModelVersionId: 8ecac1db-8b38-4b9a-bcc4-7c542f067b1c
2023-06-27T07:51:54.239Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09dffb58-52ae-478d-86ca-84cd9be9a3d5
2023-06-27T07:51:54.240Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0
2023-06-27T07:51:54.244Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T07:51:54.269Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|INFO|500||Invoke
2023-06-27T07:51:54.270Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39895ca4-0894-4ac5-bcbc-3fa5297cf30f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ba76607-d756-4d7e-8899-73d476319f70], X-ECOMP-RequestID=[39895ca4-0894-4ac5-bcbc-3fa5297cf30f], X-TransactionId=[], X-ONAP-RequestID=[39895ca4-0894-4ac5-bcbc-3fa5297cf30f], Content-Type=[application/merge-patch+json]}
2023-06-27T07:51:54.276Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T07:51:54.493Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?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/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 07:51:54 GMT], content-length=[0], vertex-id=[237792], x-aai-txid=[1-aai-resources-230627-07:51:54:948-81210], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T07:51:54.493Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T07:51:54.494Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|INFO|500||InvokeReturn
2023-06-27T07:51:54.494Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T07:51:54.494Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:51:54.502Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T07:51:54.503Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39895ca4-0894-4ac5-bcbc-3fa5297cf30f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T07:51:54.503Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T07:51:54.504Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:51:54.505Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:51:54.505Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852314503,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:51:54.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:51:54.517Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852314503,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T07:51:54.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T07:51:55.519Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T07:51:55.520Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"025bfba3-ad28-4963-94df-da43928488e0","serviceName":"Demo_pNF_7pSdoQfktMO4pwpWQLO0","serviceVersion":"1.0","serviceUUID":"f085ad6f-b243-4c02-a3ec-886cb99c1b4d","serviceDescription":"catalog service description","serviceInvariantUUID":"d4df9163-93c2-4ac2-9fa6-ef0f862db04d","resources":[{"resourceInstanceName":"pNF 47fea659-eb24 0","resourceName":"pNF 47fea659-eb24","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"42ad953f-7c83-4b40-8572-15caf4bb3b9d","resourceInvariantUUID":"14109c7a-cf9c-4d40-9778-6e38925ad02e","resourceCustomizationUUID":"e99fda41-86a9-4269-aad7-7efaa4959aa7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml","artifactChecksum":"MzNkMDgyOTM2Yjc2MzhjN2Y4YWIxMzlmNTg4ZTBkZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a67eba7a-0299-42f9-aad9-d9e19fa7166f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar","artifactChecksum":"MmFhOGJlZGQ4YmIyMDE5NjRkNTQxOTFmM2Q1NWQ3MmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8bfc8a0c-03a1-4831-9360-f4e5133bd75c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1fe02296-8421-46ee-b0e2-206545c9bb9f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml","artifactChecksum":"NTZlZjQ1NTAxYjdlOTY4MDFhNzVhNDA4Mzk2MjQyMzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"939a256b-8bc8-4b38-989e-aa2a1e17da27","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52cb8428-9c19-425c-b61d-742a9c2df953","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1dacf21d-00b9-46aa-9c15-2e7af5efe2b7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml","artifactChecksum":"MzBhY2NiMDczM2IxMTBkNjE4M2YyNzBmMTNkMTQxOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3e3aa8b-823d-41c5-8ed9-106377b8616d","artifactVersion":"1"},{"artifactName":"service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar","artifactChecksum":"ZTgzYzM2ZDA5N2E1OGE5ZGRhYTc2ODY5MGNhZDEyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac1cd5bf-582b-4c7f-9563-6f8b03114b01","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T07:51:55.521Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:51:55.521Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:51:55.521Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:51:55.522Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:51:56.523Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:51:56.523Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:51:56.523Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:51:56.523Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:51:57.524Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:51:57.525Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:51:57.525Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:51:57.525Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:51:58.525Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:51:58.526Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:51:58.526Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:51:58.526Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:51:59.527Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:51:59.527Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:51:59.527Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:51:59.527Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:52:00.528Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:52:00.528Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:52:00.528Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:52:00.528Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:52:01.529Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:52:01.530Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:52:01.530Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:52:01.530Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:52:02.531Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:52:02.531Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:52:02.531Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:52:02.531Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:52:03.533Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "serviceName": "Demo_pNF_7pSdoQfktMO4pwpWQLO0",
  "serviceVersion": "1.0",
  "serviceUUID": "f085ad6f-b243-4c02-a3ec-886cb99c1b4d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d4df9163-93c2-4ac2-9fa6-ef0f862db04d",
  "resources": [
    {
      "resourceInstanceName": "pNF 47fea659-eb24 0",
      "resourceCustomizationUUID": "e99fda41-86a9-4269-aad7-7efaa4959aa7",
      "resourceName": "pNF 47fea659-eb24",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "42ad953f-7c83-4b40-8572-15caf4bb3b9d",
      "resourceInvariantUUID": "14109c7a-cf9c-4d40-9778-6e38925ad02e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
      "artifactChecksum": "ZTgzYzM2ZDA5N2E1OGE5ZGRhYTc2ODY5MGNhZDEyNDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac1cd5bf-582b-4c7f-9563-6f8b03114b01"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T07:52:03.533Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T07:52:03.533Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f085ad6f-b243-4c02-a3ec-886cb99c1b4d ASDC
2023-06-27T07:52:03.535Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:025bfba3-ad28-4963-94df-da43928488e0
ServiceName:Demo_pNF_7pSdoQfktMO4pwpWQLO0
ServiceVersion:1.0
ServiceUUID:f085ad6f-b243-4c02-a3ec-886cb99c1b4d
ServiceInvariantUUID:d4df9163-93c2-4ac2-9fa6-ef0f862db04d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
ArtifactUUID:ac1cd5bf-582b-4c7f-9563-6f8b03114b01
ArtifactChecksum:ZTgzYzM2ZDA5N2E1OGE5ZGRhYTc2ODY5MGNhZDEyNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 47fea659-eb24 0
ResourceCustomizationUUID:e99fda41-86a9-4269-aad7-7efaa4959aa7
ResourceInvariantUUID:14109c7a-cf9c-4d40-9778-6e38925ad02e
ResourceName:pNF 47fea659-eb24
ResourceType:PNF
ResourceUUID:42ad953f-7c83-4b40-8572-15caf4bb3b9d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-06-27T07:52:03.535Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f085ad6f-b243-4c02-a3ec-886cb99c1b4d 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:52:03.566Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:52:03.566Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:52:03.566Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:52:03.566Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01 from URL: /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:03.566Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:52:03.567Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:03.791Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:52:03.792Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar ac1cd5bf-582b-4c7f-9563-6f8b03114b01 87990
2023-06-27T07:52:03.792Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar ASDC sendASDCNotification
2023-06-27T07:52:03.792Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:03.793Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:52:03.793Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:52:03.793Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:52:03.793Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852323792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:52:04.793Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:52:04.794Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:52:04.794Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01, URL: /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar to file: /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:04.795Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:04.795Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:04.795Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:04.881Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9673593805541523673/Definitions/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml
2023-06-27T07:52:05.593Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T07:52:05.593Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 47fea659-eb24 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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Node template pNF 47fea659-eb24 0 is matching search criteria
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 47fea659-eb24 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Node template pNF 47fea659-eb24 0 is matching search criteria
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:52:05.594Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 47fea659-eb24 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:52:05.595Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:52:05.595Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:52:05.595Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:52:05.595Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:52:05.595Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:52:05.595Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:52:05.595Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:52:05.595Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:52:05.595Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:52:05.595Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:52:05.595Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_7pSdoQfktMO4pwpWQLO0
Description:catalog service description
Model UUID:f085ad6f-b243-4c02-a3ec-886cb99c1b4d
Model Version:NULL
Model InvariantUuid:d4df9163-93c2-4ac2-9fa6-ef0f862db04d
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=?
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-06-27T07:52:05.628Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||ERROR|500||Csar with UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01 already exists
2023-06-27T07:52:05.628Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar ASDC sendASDCNotification
2023-06-27T07:52:05.628Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar(Csar with UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01 already exists)
2023-06-27T07:52:05.629Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:52:05.629Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:52:05.629Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:52:05.629Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852325628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:52:06.631Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar ASDC sendASDCNotification
2023-06-27T07:52:06.631Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar(Resource with UUID: 42ad953f-7c83-4b40-8572-15caf4bb3b9d already exists)
2023-06-27T07:52:06.631Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T07:52:06.631Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:52:06.632Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:52:06.632Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852326631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 42ad953f-7c83-4b40-8572-15caf4bb3b9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:52:07.635Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:52:07.649Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:52:07.652Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:52:07.653Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:52:07.653Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:52:07.653Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:52:27.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:52:27.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:52:27.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:52:27.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:52:27.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:52:27.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:52:27.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:52:27.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:52:27.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:52:27.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:52:27.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:52:27.542Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:52:27.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:52:27.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:52:27.542Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:52:27.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:52:27.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:52:27.542Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:52:27.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:52:27.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:52:27.542Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:52:27.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:52:27.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:52:27.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T07:52:27.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:52:27.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:52:27.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852323792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:52:27.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:52:27.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:52:27.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852325628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01 already exists"
}
2023-06-27T07:52:27.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:52:27.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T07:52:27.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852326631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 42ad953f-7c83-4b40-8572-15caf4bb3b9d already exists"
}
2023-06-27T07:52:27.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:52:37.653Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:52:37.666Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:52:37.668Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:52:37.668Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:52:37.669Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:52:37.669Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:53:07.669Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:53:07.687Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:53:07.690Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:53:07.691Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:53:07.691Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:53:07.691Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:53:27.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:53:37.691Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:53:37.705Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:53:37.708Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:53:37.708Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:53:37.708Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:53:37.708Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:54:07.709Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:54:07.723Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:54:07.725Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:54:07.726Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:54:07.726Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:54:07.726Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:54:27.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:54:37.726Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:54:37.740Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:54:37.743Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:54:37.744Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:54:37.744Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:54:37.744Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:55:07.745Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:55:07.761Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:55:07.764Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:55:07.765Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:55:07.765Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:55:07.765Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:55:27.536Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:55:37.766Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:55:37.780Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:55:37.783Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:55:37.784Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:55:37.784Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:55:37.784Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:56:07.785Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:56:07.799Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:56:07.802Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:56:07.803Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:56:07.803Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:56:07.803Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:56:27.537Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:56:37.803Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:56:37.820Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:56:37.822Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:56:37.822Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:56:37.822Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:56:37.823Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:57:07.823Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T07:57:07.823Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0 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-06-27T07:57:07.831Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 025bfba3-ad28-4963-94df-da43928488e0 and serviceModelVersionId: f085ad6f-b243-4c02-a3ec-886cb99c1b4d
2023-06-27T07:57:07.831Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4df9163-93c2-4ac2-9fa6-ef0f862db04d
2023-06-27T07:57:07.832Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0
2023-06-27T07:57:07.840Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T07:57:07.872Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|INFO|500||Invoke
2023-06-27T07:57:07.873Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[025bfba3-ad28-4963-94df-da43928488e0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2db6ef2c-16f0-47db-8ccc-93600bbdeb21], X-ECOMP-RequestID=[025bfba3-ad28-4963-94df-da43928488e0], X-TransactionId=[], X-ONAP-RequestID=[025bfba3-ad28-4963-94df-da43928488e0], Content-Type=[application/merge-patch+json]}
2023-06-27T07:57:07.909Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T07:57:08.035Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?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/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 07:57:08 GMT], content-length=[0], vertex-id=[245984], x-aai-txid=[2-aai-resources-230627-07:57:08:603-36432], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T07:57:08.036Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T07:57:08.036Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|INFO|500||InvokeReturn
2023-06-27T07:57:08.036Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T07:57:08.037Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-06-27T07:57:08.044Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-06-27T07:57:08.044Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 025bfba3-ad28-4963-94df-da43928488e0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T07:57:08.044Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T07:57:08.044Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:57:08.045Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:57:08.045Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852628044,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:57:08.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T07:57:08.059Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852628044,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T07:57:08.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T07:57:09.075Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T07:57:09.076Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1f045848-5dc3-48db-a8c7-36f424721bf2","serviceName":"Demo_pNF_Jt4GYHR0RJEKamnLxyhj","serviceVersion":"1.0","serviceUUID":"e54d5982-4fb4-438a-a5d6-efadb6583718","serviceDescription":"catalog service description","serviceInvariantUUID":"20eef194-ddcd-4179-b9d9-1987b6c746cc","resources":[{"resourceInstanceName":"pNF f0bbbb15-c804 0","resourceName":"pNF f0bbbb15-c804","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1acb8e-cff3-4239-8019-ad075767c363","resourceInvariantUUID":"f7a7fe4f-0e8c-4680-9bc0-09ad2b4f8792","resourceCustomizationUUID":"71622ad1-7926-4aad-8951-33d461e598fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vf-license-model.xml","artifactChecksum":"ZDE1ZTE5ZWRhODg4MDhmYmI2ZDg5NDhmNDliOTE2ZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ba049d3-399b-4d06-baf0-2ba5ec2e2fd1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/pNF.csar","artifactChecksum":"MmFhOGJlZGQ4YmIyMDE5NjRkNTQxOTFmM2Q1NWQ3MmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8dc98d70-ceb2-48de-ae15-dfa671cf382d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6917d8e-9778-4bcb-9168-21345a5c3a5e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vendor-license-model.xml","artifactChecksum":"YzM2NjY1N2Q4NjRlYmNjZjU3ZDMzYzBiNTQzYTI5YzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72b56d61-4729-4199-b570-ac78b6f58aa7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2041990a-1414-41a8-9c12-5b726a70b5ea","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"44bc8e05-c31d-4cf3-beee-bfdefe2deec9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml","artifactChecksum":"ZmZhMGUwZjkxMTkxZjViMmRiMjhmYzdhN2FkODU0NGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c67b00a7-a685-4572-9591-1daaa1ffb112","artifactVersion":"1"},{"artifactName":"service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar","artifactChecksum":"ZjBmNTY2YjVhZjI2ODZmYWNjYjExZjNiYjhmNzVjZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a49a36a4-1dac-48c8-b644-080dfdcb97cd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T07:57:09.076Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:57:09.077Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:57:09.077Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:57:09.077Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:57:10.078Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:57:10.078Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:57:10.078Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:57:10.078Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:57:11.079Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:57:11.080Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:57:11.080Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:57:11.080Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:57:12.081Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:57:12.081Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:57:12.081Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:57:12.081Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:57:13.082Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:57:13.082Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:57:13.082Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:57:13.082Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:57:14.083Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:57:14.083Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:57:14.084Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:57:14.084Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:57:15.085Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:57:15.085Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:57:15.085Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:57:15.085Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:57:16.086Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T07:57:16.086Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:57:16.086Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:57:16.086Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:57:17.087Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "serviceName": "Demo_pNF_Jt4GYHR0RJEKamnLxyhj",
  "serviceVersion": "1.0",
  "serviceUUID": "e54d5982-4fb4-438a-a5d6-efadb6583718",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "20eef194-ddcd-4179-b9d9-1987b6c746cc",
  "resources": [
    {
      "resourceInstanceName": "pNF f0bbbb15-c804 0",
      "resourceCustomizationUUID": "71622ad1-7926-4aad-8951-33d461e598fd",
      "resourceName": "pNF f0bbbb15-c804",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ea1acb8e-cff3-4239-8019-ad075767c363",
      "resourceInvariantUUID": "f7a7fe4f-0e8c-4680-9bc0-09ad2b4f8792",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
      "artifactChecksum": "ZjBmNTY2YjVhZjI2ODZmYWNjYjExZjNiYjhmNzVjZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a49a36a4-1dac-48c8-b644-080dfdcb97cd"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T07:57:17.087Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T07:57:17.087Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e54d5982-4fb4-438a-a5d6-efadb6583718 ASDC
2023-06-27T07:57:17.087Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1f045848-5dc3-48db-a8c7-36f424721bf2
ServiceName:Demo_pNF_Jt4GYHR0RJEKamnLxyhj
ServiceVersion:1.0
ServiceUUID:e54d5982-4fb4-438a-a5d6-efadb6583718
ServiceInvariantUUID:20eef194-ddcd-4179-b9d9-1987b6c746cc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
ArtifactUUID:a49a36a4-1dac-48c8-b644-080dfdcb97cd
ArtifactChecksum:ZjBmNTY2YjVhZjI2ODZmYWNjYjExZjNiYjhmNzVjZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f0bbbb15-c804 0
ResourceCustomizationUUID:71622ad1-7926-4aad-8951-33d461e598fd
ResourceInvariantUUID:f7a7fe4f-0e8c-4680-9bc0-09ad2b4f8792
ResourceName:pNF f0bbbb15-c804
ResourceType:PNF
ResourceUUID:ea1acb8e-cff3-4239-8019-ad075767c363
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-06-27T07:57:17.087Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e54d5982-4fb4-438a-a5d6-efadb6583718 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-06-27T07:57:17.127Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:57:17.128Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:57:17.128Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:57:17.128Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a49a36a4-1dac-48c8-b644-080dfdcb97cd from URL: /sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:17.129Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T07:57:17.129Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:17.344Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T07:57:17.345Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar a49a36a4-1dac-48c8-b644-080dfdcb97cd 88000
2023-06-27T07:57:17.345Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar ASDC sendASDCNotification
2023-06-27T07:57:17.345Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:17.345Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T07:57:17.346Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:57:17.346Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:57:17.346Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852637345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:57:18.347Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T07:57:18.348Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T07:57:18.348Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a49a36a4-1dac-48c8-b644-080dfdcb97cd, URL: /sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar to file: /app/ASDC/1/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:18.348Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:18.349Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:18.349Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:18.534Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14014948257014813484/Definitions/service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml
2023-06-27T07:57:19.317Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T07:57:19.317Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:57:19.317Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:19.317Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T07:57:19.317Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:19.317Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f0bbbb15-c804 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-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Node template pNF f0bbbb15-c804 0 is matching search criteria
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF f0bbbb15-c804 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:57:19.318Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Node template pNF f0bbbb15-c804 0 is matching search criteria
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF f0bbbb15-c804 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:57:19.319Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Jt4GYHR0RJEKamnLxyhj
Description:catalog service description
Model UUID:e54d5982-4fb4-438a-a5d6-efadb6583718
Model Version:NULL
Model InvariantUuid:20eef194-ddcd-4179-b9d9-1987b6c746cc
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-06-27T07:57:19.332Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: ea1acb8e-cff3-4239-8019-ad075767c363
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-06-27T07:57:19.335Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||pNF f0bbbb15-c804 0
2023-06-27T07:57:19.335Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ea1acb8e-cff3-4239-8019-ad075767c363
2023-06-27T07:57:19.335Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||No resources found for Service: e54d5982-4fb4-438a-a5d6-efadb6583718
2023-06-27T07:57:19.335Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e54d5982-4fb4-438a-a5d6-efadb6583718
2023-06-27T07:57:19.335Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f0bbbb15-c804 0 ea1acb8e-cff3-4239-8019-ad075767c363 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-06-27T07:57:19.342Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dfff0ea, org.onap.sdc.toscaparser.api.parameters.Input@21b947a7, org.onap.sdc.toscaparser.api.parameters.Input@45047d52, org.onap.sdc.toscaparser.api.parameters.Input@46eed48e, org.onap.sdc.toscaparser.api.parameters.Input@24f40419]
2023-06-27T07:57:19.342Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:57:19.342Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:57:19.342Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e54d5982-4fb4-438a-a5d6-efadb6583718: pNF f0bbbb15-c804
2023-06-27T07:57:19.342Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Processing PNF resource: ea1acb8e-cff3-4239-8019-ad075767c363
2023-06-27T07:57:19.342Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T07:57:19.342Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T07:57:19.343Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Resource customization UUID: 71622ad1-7926-4aad-8951-33d461e598fd is the same as notified resource customizationUUID: 71622ad1-7926-4aad-8951-33d461e598fd
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-06-27T07:57:19.393Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f0bbbb15-c804 ea1acb8e-cff3-4239-8019-ad075767c363 0 ASDC deployResourceStructure
2023-06-27T07:57:19.393Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar ASDC sendASDCNotification
2023-06-27T07:57:19.394Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T07:57:19.394Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T07:57:19.395Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T07:57:19.395Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T07:57:19.396Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852639393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:57:20.397Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:57:20.412Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:57:20.415Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:57:20.416Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:57:20.416Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:57:20.416Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:57:27.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:57:27.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T07:57:27.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:57:27.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:57:27.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T07:57:27.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:57:27.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852637345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T07:57:27.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:57:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T07:57:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852639393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T07:57:27.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T07:57:50.416Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:57:50.433Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:57:50.436Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:57:50.436Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:57:50.437Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:57:50.437Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:58:20.437Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:58:20.456Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:58:20.459Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:58:20.459Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:58:20.459Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:58:20.459Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:58:27.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:58:50.459Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:58:50.470Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:58:50.473Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:58:50.473Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:58:50.473Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:58:50.473Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:59:20.473Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:59:20.490Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:59:20.493Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:59:20.494Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:59:20.494Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:59:20.494Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T07:59:27.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T07:59:50.494Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T07:59:50.516Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T07:59:50.520Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T07:59:50.521Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T07:59:50.521Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T07:59:50.521Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:00:20.522Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:00:20.537Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:00:20.540Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:00:20.540Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:00:20.540Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:00:20.540Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:00:27.535Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:00:50.541Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:00:50.561Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:00:50.564Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:00:50.564Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:00:50.564Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:00:50.564Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:01:20.564Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:01:20.578Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:01:20.581Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:01:20.581Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:01:20.581Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:01:20.581Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:01:27.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:01:50.581Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:01:50.598Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:01:50.602Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:01:50.602Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:01:50.603Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:01:50.603Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:02:20.603Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T08:02:20.603Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2 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-06-27T08:02:20.614Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f045848-5dc3-48db-a8c7-36f424721bf2 and serviceModelVersionId: e54d5982-4fb4-438a-a5d6-efadb6583718
2023-06-27T08:02:20.614Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20eef194-ddcd-4179-b9d9-1987b6c746cc
2023-06-27T08:02:20.615Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0
2023-06-27T08:02:20.621Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T08:02:20.642Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?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-06-27T08:02:20.643Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0|INFO|500||Invoke
2023-06-27T08:02:20.653Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T08:02:20.880Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0|INFO|500||InvokeReturn
2023-06-27T08:02:20.881Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 08:02:21 GMT], content-length=[0], vertex-id=[212992], x-aai-txid=[1-aai-resources-230627-08:02:21:341-86257], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T08:02:20.881Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T08:02:20.882Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T08:02:20.882Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-06-27T08:02:20.892Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-06-27T08:02:20.892Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f045848-5dc3-48db-a8c7-36f424721bf2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T08:02:20.893Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T08:02:20.893Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:20.893Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:20.894Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852940892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:02:20.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:02:20.904Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852940892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T08:02:20.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T08:02:21.911Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T08:02:21.911Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"0626cf0a-a8dc-43f6-878f-1a8b31e95e91","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1d8ebf4f-e143-4b35-8a75-b7c411363d6c","serviceDescription":"service","serviceInvariantUUID":"58f6c4d5-9f11-465e-8ed2-655ee86e9da4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a485bc6-4903-4c91-989e-1feab281433f","resourceInvariantUUID":"f710b190-2c6c-4941-a8a9-d0eb9da0d591","resourceCustomizationUUID":"012e54e3-8c37-42f0-9d4b-0e758287fe40","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":"NTkzNDZjNzBhZWJkNDYwNDk5Y2MzZGFjYjU1MTMwNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5def2442-4db2-4388-95bc-56a7f3c4806a","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":"OTI2NWE3NjRiNmYzZDA0YzgyZTMxZTliMGJkMzQ5YTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dece008d-e63f-47a7-91b9-19bdb4e671e9","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":"56c88e17-405f-49fd-ab8f-77ee09a36753","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":"606b4b41-c120-43d3-8cd3-9d6f8762c0b5","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":"1fb56884-8d77-47f0-80ae-659067771d1c","artifactVersion":"2","generatedFromUUID":"1d490d55-19e7-493a-a248-3a151d3fa2d6"},{"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":"bb6b3968-0676-407b-be5d-a7a21f1fedc1","artifactVersion":"2","generatedFromUUID":"56c88e17-405f-49fd-ab8f-77ee09a36753"},{"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":"1d490d55-19e7-493a-a248-3a151d3fa2d6","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":"89986eb3-b4ee-44ed-961b-ffbb6444b7ce","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":"NjNlMDhjZjRhZWNmYTcwYTJkYWQ4NGU4N2QzMWQ3MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"113aa429-8b1e-4bd6-be2b-416eeaec4451","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OGIzNTBhNDc3OWJiNjJiOTg3MzZjM2I4ZGMxYzlmNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a88f81b7-2577-417e-96c2-c0290dfa9f9f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T08:02:21.911Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:02:21.912Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:21.912Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:21.912Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:02:22.913Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:02:22.914Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:22.914Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:22.914Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:02:23.915Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:02:23.916Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:23.916Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:23.916Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:02:24.918Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:02:24.919Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:24.919Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:24.919Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:02:25.921Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:02:25.921Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:25.921Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:25.921Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:02:26.923Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:02:26.923Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:26.923Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:26.923Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:02:27.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:02:27.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:02:27.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-06-27T08:02:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:02:27.924Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:02:27.925Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:27.925Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:27.925Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:02:28.926Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:02:28.927Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:28.927Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:28.927Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:02:29.929Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:02:29.929Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:29.929Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:29.929Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:02:30.930Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:02:30.931Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:30.931Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:30.931Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:02:31.933Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1d8ebf4f-e143-4b35-8a75-b7c411363d6c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "58f6c4d5-9f11-465e-8ed2-655ee86e9da4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "012e54e3-8c37-42f0-9d4b-0e758287fe40",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a485bc6-4903-4c91-989e-1feab281433f",
      "resourceInvariantUUID": "f710b190-2c6c-4941-a8a9-d0eb9da0d591",
      "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": "OTI2NWE3NjRiNmYzZDA0YzgyZTMxZTliMGJkMzQ5YTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dece008d-e63f-47a7-91b9-19bdb4e671e9",
          "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": "56c88e17-405f-49fd-ab8f-77ee09a36753",
          "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": "bb6b3968-0676-407b-be5d-a7a21f1fedc1",
            "generatedFromUUID": "56c88e17-405f-49fd-ab8f-77ee09a36753"
          },
          "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": "1fb56884-8d77-47f0-80ae-659067771d1c",
          "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": "bb6b3968-0676-407b-be5d-a7a21f1fedc1",
          "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": "1d490d55-19e7-493a-a248-3a151d3fa2d6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OGIzNTBhNDc3OWJiNjJiOTg3MzZjM2I4ZGMxYzlmNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a88f81b7-2577-417e-96c2-c0290dfa9f9f"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T08:02:31.934Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T08:02:31.934Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1d8ebf4f-e143-4b35-8a75-b7c411363d6c ASDC
2023-06-27T08:02:31.935Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0626cf0a-a8dc-43f6-878f-1a8b31e95e91
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1d8ebf4f-e143-4b35-8a75-b7c411363d6c
ServiceInvariantUUID:58f6c4d5-9f11-465e-8ed2-655ee86e9da4
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:a88f81b7-2577-417e-96c2-c0290dfa9f9f
ArtifactChecksum:OGIzNTBhNDc3OWJiNjJiOTg3MzZjM2I4ZGMxYzlmNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:012e54e3-8c37-42f0-9d4b-0e758287fe40
ResourceInvariantUUID:f710b190-2c6c-4941-a8a9-d0eb9da0d591
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:2a485bc6-4903-4c91-989e-1feab281433f
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:dece008d-e63f-47a7-91b9-19bdb4e671e9
ArtifactChecksum:OTI2NWE3NjRiNmYzZDA0YzgyZTMxZTliMGJkMzQ5YTI=
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:56c88e17-405f-49fd-ab8f-77ee09a36753
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:bb6b3968-0676-407b-be5d-a7a21f1fedc1
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:1fb56884-8d77-47f0-80ae-659067771d1c
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:bb6b3968-0676-407b-be5d-a7a21f1fedc1
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:1d490d55-19e7-493a-a248-3a151d3fa2d6
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T08:02:31.935Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d8ebf4f-e143-4b35-8a75-b7c411363d6c 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-06-27T08:02:31.977Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:02:31.978Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:02:31.978Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:02:31.978Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a88f81b7-2577-417e-96c2-c0290dfa9f9f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-06-27T08:02:31.978Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:02:31.978Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-06-27T08:02:32.217Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:02:32.219Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a88f81b7-2577-417e-96c2-c0290dfa9f9f 163259
2023-06-27T08:02:32.220Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-06-27T08:02:32.220Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-06-27T08:02:32.220Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:02:32.220Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:32.220Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:32.220Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852952220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:02:33.221Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:02:33.222Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:02:33.222Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a88f81b7-2577-417e-96c2-c0290dfa9f9f, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-06-27T08:02:33.222Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-06-27T08:02:33.223Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-06-27T08:02:33.223Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-06-27T08:02:33.338Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7829740641784798735/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-06-27T08:02:34.258Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T08:02:34.258Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:02:34.258Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-06-27T08:02:34.258Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-06-27T08:02:34.258Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:34.258Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:34.258Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:34.258Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:34.258Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:02:34.258Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-06-27T08:02:34.259Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-06-27T08:02:34.260Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-06-27T08:02:34.260Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T08:02:34.260Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.260Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T08:02:34.260Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.260Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T08:02:34.260Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:02:34.260Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.260Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T08:02:34.260Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=cc07a4c0-fa88-4491-b913-2f4e94833db5
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.261Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:34.262Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:34.262Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:34.262Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1d8ebf4f-e143-4b35-8a75-b7c411363d6c
Model Version:NULL
Model InvariantUuid:58f6c4d5-9f11-465e-8ed2-655ee86e9da4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5724f8a6-0246-4232-8975-37edfe49c187
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f710b190-2c6c-4941-a8a9-d0eb9da0d591
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:012e54e3-8c37-42f0-9d4b-0e758287fe40
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a704b75a-47d6-41d6-9fbd-06e6a770f775
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:35e94567-6a51-46a7-aa1e-8c306b3fc1d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:3315dd1d-ade8-45b9-bb96-c4e3100407c6
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5919ed79-ddf4-43f4-88d6-709d804c5753
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc07a4c0-fa88-4491-b913-2f4e94833db5
ModelInvariantUuid:ed6d6e3d-5d7c-41b8-a41c-5202d8972e48
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ee6f18e8-add5-4d5a-ab12-47598a3bf6e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:f8e09878-6793-4de1-ace5-38296d81ec30
ModelInvariantUuid:0b8ad6af-66da-4c62-bbf8-981a6b8cea36
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7e5e5533-b50a-4a11-8c6a-c9955007b6b8
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-06-27T08:02:34.273Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a485bc6-4903-4c91-989e-1feab281433f
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-06-27T08:02:34.278Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2023-06-27T08:02:34.278Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a485bc6-4903-4c91-989e-1feab281433f
2023-06-27T08:02:34.278Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dece008d-e63f-47a7-91b9-19bdb4e671e9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-06-27T08:02:34.278Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:02:34.278Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:34.351Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:02:34.353Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json dece008d-e63f-47a7-91b9-19bdb4e671e9 1565
2023-06-27T08:02:34.353Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:34.353Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:34.353Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:02:34.354Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:34.354Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:34.354Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852954353,
  "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-06-27T08:02:35.355Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3315dd1d-ade8-45b9-bb96-c4e3100407c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5919ed79-ddf4-43f4-88d6-709d804c5753",
    "vfModuleModelCustomizationUUID": "c309a7bb-c902-4ee7-99c6-9cae27b417f9",
    "isBase": true,
    "artifacts": [
      "56c88e17-405f-49fd-ab8f-77ee09a36753",
      "bb6b3968-0676-407b-be5d-a7a21f1fedc1"
    ],
    "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": "a704b75a-47d6-41d6-9fbd-06e6a770f775",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "35e94567-6a51-46a7-aa1e-8c306b3fc1d8",
    "vfModuleModelCustomizationUUID": "3f45c805-96ef-463d-adda-ab3aa6c4652e",
    "isBase": false,
    "artifacts": [
      "1d490d55-19e7-493a-a248-3a151d3fa2d6"
    ],
    "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-06-27T08:02:35.359Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5919ed79-ddf4-43f4-88d6-709d804c5753
VfModuleModelInvariantUUID:3315dd1d-ade8-45b9-bb96-c4e3100407c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
56c88e17-405f-49fd-ab8f-77ee09a36753
,
bb6b3968-0676-407b-be5d-a7a21f1fedc1

}
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:35e94567-6a51-46a7-aa1e-8c306b3fc1d8
VfModuleModelInvariantUUID:a704b75a-47d6-41d6-9fbd-06e6a770f775
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d490d55-19e7-493a-a248-3a151d3fa2d6

}
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-06-27T08:02:35.361Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3315dd1d-ade8-45b9-bb96-c4e3100407c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5919ed79-ddf4-43f4-88d6-709d804c5753",
    "vfModuleModelCustomizationUUID": "c309a7bb-c902-4ee7-99c6-9cae27b417f9",
    "isBase": true,
    "artifacts": [
      "56c88e17-405f-49fd-ab8f-77ee09a36753",
      "bb6b3968-0676-407b-be5d-a7a21f1fedc1"
    ],
    "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": "a704b75a-47d6-41d6-9fbd-06e6a770f775",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "35e94567-6a51-46a7-aa1e-8c306b3fc1d8",
    "vfModuleModelCustomizationUUID": "3f45c805-96ef-463d-adda-ab3aa6c4652e",
    "isBase": false,
    "artifacts": [
      "1d490d55-19e7-493a-a248-3a151d3fa2d6"
    ],
    "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-06-27T08:02:35.361Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5919ed79-ddf4-43f4-88d6-709d804c5753
VfModuleModelInvariantUUID:3315dd1d-ade8-45b9-bb96-c4e3100407c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
56c88e17-405f-49fd-ab8f-77ee09a36753
,
bb6b3968-0676-407b-be5d-a7a21f1fedc1

}
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:35e94567-6a51-46a7-aa1e-8c306b3fc1d8
VfModuleModelInvariantUUID:a704b75a-47d6-41d6-9fbd-06e6a770f775
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d490d55-19e7-493a-a248-3a151d3fa2d6

}
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-06-27T08:02:35.361Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 56c88e17-405f-49fd-ab8f-77ee09a36753 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-06-27T08:02:35.361Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:02:35.361Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:35.431Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:02:35.431Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 56c88e17-405f-49fd-ab8f-77ee09a36753 914
2023-06-27T08:02:35.431Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:35.431Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:35.432Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:02:35.432Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:35.432Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:35.432Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852955431,
  "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-06-27T08:02:36.433Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1fb56884-8d77-47f0-80ae-659067771d1c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-06-27T08:02:36.433Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:02:36.433Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:36.509Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:02:36.510Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 1fb56884-8d77-47f0-80ae-659067771d1c 12
2023-06-27T08:02:36.510Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:36.510Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:36.510Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:02:36.510Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:36.510Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:36.510Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852956510,
  "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-06-27T08:02:37.511Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bb6b3968-0676-407b-be5d-a7a21f1fedc1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-06-27T08:02:37.511Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:02:37.512Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:37.585Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:02:37.586Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env bb6b3968-0676-407b-be5d-a7a21f1fedc1 96
2023-06-27T08:02:37.586Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:37.586Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:37.586Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:02:37.586Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:37.587Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:37.587Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852957586,
  "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-06-27T08:02:38.587Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1d490d55-19e7-493a-a248-3a151d3fa2d6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-06-27T08:02:38.588Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:02:38.588Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:38.680Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:02:38.681Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 1d490d55-19e7-493a-a248-3a151d3fa2d6 20206
2023-06-27T08:02:38.681Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:38.681Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:38.681Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:02:38.682Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:38.682Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:38.682Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852958681,
  "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-06-27T08:02:39.687Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1d8ebf4f-e143-4b35-8a75-b7c411363d6c
2023-06-27T08:02:39.687Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 2a485bc6-4903-4c91-989e-1feab281433f 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-06-27T08:02:39.703Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a5578ef, org.onap.sdc.toscaparser.api.parameters.Input@5621353f, org.onap.sdc.toscaparser.api.parameters.Input@78d0a003, org.onap.sdc.toscaparser.api.parameters.Input@35e50f17, org.onap.sdc.toscaparser.api.parameters.Input@54968b44]
2023-06-27T08:02:39.706Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:39.707Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:39.707Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-06-27T08:02:39.707Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 012e54e3-8c37-42f0-9d4b-0e758287fe40
2023-06-27T08:02:39.707Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 012e54e3-8c37-42f0-9d4b-0e758287fe40 matches Tosca VF Customization UUID: 012e54e3-8c37-42f0-9d4b-0e758287fe40
2023-06-27T08:02:39.707Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 012e54e3-8c37-42f0-9d4b-0e758287fe40  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-06-27T08:02:39.710Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:39.711Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:39.712Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 012e54e3-8c37-42f0-9d4b-0e758287fe40: {\"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-06-27T08:02:39.713Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6bec999a
2023-06-27T08:02:39.713Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:39.713Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T08:02:39.713Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f45c805-96ef-463d-adda-ab3aa6c4652e
2023-06-27T08:02:39.713Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f45c805-96ef-463d-adda-ab3aa6c4652e
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-06-27T08:02:39.716Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:39.716Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T08:02:39.717Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:02:39.717Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:39.718Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T08:02:39.718Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:02:39.718Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:39.718Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T08:02:39.719Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=012e54e3-8c37-42f0-9d4b-0e758287fe40
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-06-27T08:02:39.723Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:39.724Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:39.724Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1d8ebf4f-e143-4b35-8a75-b7c411363d6c: basic_cnf_macro
2023-06-27T08:02:39.724Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:39.724Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:39.724Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:39.724Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:39.725Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:39.725Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:39.725Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:39.725Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:39.725Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:02:39.725Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:02:39.725Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:39.785Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 2a485bc6-4903-4c91-989e-1feab281433f 2 ASDC deployResourceStructure
2023-06-27T08:02:39.786Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:39.786Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:39.786Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T08:02:39.786Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:39.786Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:39.787Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852959786,
  "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-06-27T08:02:40.787Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:40.788Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:40.788Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T08:02:40.788Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:40.789Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:40.789Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852960787,
  "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-06-27T08:02:41.790Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:41.791Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:41.791Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:02:41.791Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:41.791Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:41.792Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852961790,
  "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-06-27T08:02:42.792Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:42.793Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:42.793Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T08:02:42.794Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:42.794Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:42.794Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852962792,
  "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-06-27T08:02:43.795Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:43.795Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:02:43.795Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:02:43.795Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:43.796Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:43.796Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852963795,
  "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-06-27T08:02:44.797Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-06-27T08:02:44.797Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-06-27T08:02:44.797Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T08:02:44.797Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:02:44.797Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:02:44.798Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852964797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:02:45.798Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:02:45.813Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:02:45.816Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:02:45.816Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:02:45.816Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:02:45.816Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:03:15.817Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:03:15.832Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:03:15.836Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:03:15.836Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:03:15.836Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:03:15.836Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:03:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:03:27.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:03:27.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-06-27T08:03:27.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:03:45.837Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:03:45.854Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:03:45.858Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:03:45.858Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:03:45.858Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:03:45.858Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:04:15.858Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:04:15.875Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:04:15.878Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:04:15.879Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:04:15.879Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:04:15.879Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:04:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:04:27.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:04:27.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:04:27.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T08:04:27.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852952220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:04:27.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852954353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:04:27.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852955431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:04:27.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852956510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:04:27.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852957586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852958681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852959786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852960787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852961790,
  "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-06-27T08:04:27.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852962792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-06-27T08:04:27.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852963795,
  "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-06-27T08:04:27.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:27.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:04:27.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687852964797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T08:04:27.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:04:45.880Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:04:45.893Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:04:45.895Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:04:45.895Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:04:45.895Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:04:45.895Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:05:15.897Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:05:15.913Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:05:15.915Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:05:15.915Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:05:15.915Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:05:15.915Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:05:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:05:45.916Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:05:45.928Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:05:45.930Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:05:45.931Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:05:45.931Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:05:45.931Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:06:15.931Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:06:15.944Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:06:15.946Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:06:15.947Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:06:15.947Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:06:15.947Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:06:27.535Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:06:45.947Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:06:45.962Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:06:45.965Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:06:45.965Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:06:45.965Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:06:45.965Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:07:15.965Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:07:15.985Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:07:15.988Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:07:15.988Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:07:15.988Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:07:15.988Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:07:27.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:07:45.988Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T08:07:45.989Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91 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-06-27T08:07:45.999Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91 and serviceModelVersionId: 1d8ebf4f-e143-4b35-8a75-b7c411363d6c
2023-06-27T08:07:45.999Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 58f6c4d5-9f11-465e-8ed2-655ee86e9da4
2023-06-27T08:07:46.000Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/58f6c4d5-9f11-465e-8ed2-655ee86e9da4/model-vers/model-ver/1d8ebf4f-e143-4b35-8a75-b7c411363d6c?depth=0
2023-06-27T08:07:46.004Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T08:07:46.023Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58f6c4d5-9f11-465e-8ed2-655ee86e9da4/model-vers/model-ver/1d8ebf4f-e143-4b35-8a75-b7c411363d6c?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-06-27T08:07:46.023Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58f6c4d5-9f11-465e-8ed2-655ee86e9da4/model-vers/model-ver/1d8ebf4f-e143-4b35-8a75-b7c411363d6c?depth=0|INFO|500||Invoke
2023-06-27T08:07:46.033Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58f6c4d5-9f11-465e-8ed2-655ee86e9da4/model-vers/model-ver/1d8ebf4f-e143-4b35-8a75-b7c411363d6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T08:07:46.160Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58f6c4d5-9f11-465e-8ed2-655ee86e9da4/model-vers/model-ver/1d8ebf4f-e143-4b35-8a75-b7c411363d6c?depth=0|INFO|500||InvokeReturn
2023-06-27T08:07:46.161Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58f6c4d5-9f11-465e-8ed2-655ee86e9da4/model-vers/model-ver/1d8ebf4f-e143-4b35-8a75-b7c411363d6c?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 08:07:46 GMT], content-length=[0], vertex-id=[266296], x-aai-txid=[1-aai-resources-230627-08:07:46:729-39692], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T08:07:46.161Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T08:07:46.161Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T08:07:46.161Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:07:46.172Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T08:07:46.173Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0626cf0a-a8dc-43f6-878f-1a8b31e95e91 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T08:07:46.173Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T08:07:46.173Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:46.173Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:46.173Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853266173,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:07:46.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:07:46.184Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853266173,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T08:07:46.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T08:07:47.194Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T08:07:47.195Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c47b1135-af84-4e6d-8f1c-32809d67a242","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7b9b8246-efe0-4241-b38b-0a51c27d4b04","serviceDescription":"service","serviceInvariantUUID":"d8dd2668-b872-4621-99cd-5d9b6300d80f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c8c21e7-353b-4eb2-9751-eeb08bd3d871","resourceInvariantUUID":"5f17b289-2e32-4b67-a8b6-108696e52266","resourceCustomizationUUID":"911dddac-ccd5-48c5-bd09-847d9c3a8ace","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":"NTgwNTcwYTEwZTMwMGQ1NjY4NzE4YjI3YzI5NDM2MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3f6067c-a0ff-4ede-b52d-bf32e0ad800b","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":"MTIzNWZjM2VjMTVlMzg0ODJmMDk5OWFjMzNlNzBiYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"27fac42e-e200-4350-a646-17e4b2a08735","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":"d08f4012-506a-4a7b-95b4-0f8b28823d9d","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":"65785981-e68c-4197-bd4b-56725134f50b","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":"04ecf182-9c3e-434f-a4d9-bb3535e2a9f3","artifactVersion":"2","generatedFromUUID":"d08f4012-506a-4a7b-95b4-0f8b28823d9d"},{"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":"MTJkYjMwMjRkNzMwZTE1YjljMzdjZjg5YjAzNjNkMmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7383f1a3-474f-4019-a037-f4e70350506b","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":"MWJhM2UyYTliNjE2OTdhYzZlOWQ0ODQxNzA2ZDNmYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92f0b2d3-5eed-4a3f-969c-421ff6abe6dd","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTI0OWE4NjhjZmM3ZmVlY2IwYzczMDk1OTRkYmU0NGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3f281ea-b75d-452a-8c65-a1f078799fbf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T08:07:47.195Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:07:47.195Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:47.195Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:47.196Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:07:48.197Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:07:48.197Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:48.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:48.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:07:49.199Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:07:49.200Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:49.200Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:49.200Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:07:50.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:07:50.202Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:50.203Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:50.203Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:07:51.204Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:07:51.204Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:51.205Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:51.205Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:07:52.205Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:07:52.206Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:52.206Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:52.206Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "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-06-27T08:07:53.207Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:07:53.208Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:53.208Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:53.208Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:07:54.209Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:07:54.210Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:54.210Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:54.210Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:07:55.211Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7b9b8246-efe0-4241-b38b-0a51c27d4b04",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d8dd2668-b872-4621-99cd-5d9b6300d80f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "911dddac-ccd5-48c5-bd09-847d9c3a8ace",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0c8c21e7-353b-4eb2-9751-eeb08bd3d871",
      "resourceInvariantUUID": "5f17b289-2e32-4b67-a8b6-108696e52266",
      "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": "MTIzNWZjM2VjMTVlMzg0ODJmMDk5OWFjMzNlNzBiYmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "27fac42e-e200-4350-a646-17e4b2a08735",
          "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": "d08f4012-506a-4a7b-95b4-0f8b28823d9d",
          "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": "04ecf182-9c3e-434f-a4d9-bb3535e2a9f3",
            "generatedFromUUID": "d08f4012-506a-4a7b-95b4-0f8b28823d9d"
          },
          "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": "04ecf182-9c3e-434f-a4d9-bb3535e2a9f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTI0OWE4NjhjZmM3ZmVlY2IwYzczMDk1OTRkYmU0NGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b3f281ea-b75d-452a-8c65-a1f078799fbf"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T08:07:55.212Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T08:07:55.212Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7b9b8246-efe0-4241-b38b-0a51c27d4b04 ASDC
2023-06-27T08:07:55.212Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c47b1135-af84-4e6d-8f1c-32809d67a242
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7b9b8246-efe0-4241-b38b-0a51c27d4b04
ServiceInvariantUUID:d8dd2668-b872-4621-99cd-5d9b6300d80f
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:b3f281ea-b75d-452a-8c65-a1f078799fbf
ArtifactChecksum:OTI0OWE4NjhjZmM3ZmVlY2IwYzczMDk1OTRkYmU0NGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:911dddac-ccd5-48c5-bd09-847d9c3a8ace
ResourceInvariantUUID:5f17b289-2e32-4b67-a8b6-108696e52266
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0c8c21e7-353b-4eb2-9751-eeb08bd3d871
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:27fac42e-e200-4350-a646-17e4b2a08735
ArtifactChecksum:MTIzNWZjM2VjMTVlMzg0ODJmMDk5OWFjMzNlNzBiYmY=
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:d08f4012-506a-4a7b-95b4-0f8b28823d9d
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:04ecf182-9c3e-434f-a4d9-bb3535e2a9f3
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:04ecf182-9c3e-434f-a4d9-bb3535e2a9f3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T08:07:55.212Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7b9b8246-efe0-4241-b38b-0a51c27d4b04 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-06-27T08:07:55.259Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:07:55.260Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:07:55.260Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:07:55.260Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b3f281ea-b75d-452a-8c65-a1f078799fbf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-06-27T08:07:55.261Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:07:55.261Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-06-27T08:07:55.452Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:07:55.453Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b3f281ea-b75d-452a-8c65-a1f078799fbf 82983
2023-06-27T08:07:55.453Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-06-27T08:07:55.453Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-06-27T08:07:55.454Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:07:55.454Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:55.454Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:55.454Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853275453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:07:56.455Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:07:56.456Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:07:56.456Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b3f281ea-b75d-452a-8c65-a1f078799fbf, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-06-27T08:07:56.456Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-06-27T08:07:56.457Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-06-27T08:07:56.457Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-06-27T08:07:56.620Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10080815522241183651/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-06-27T08:07:57.639Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T08:07:57.639Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:07:57.640Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-06-27T08:07:57.640Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T08:07:57.640Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:57.640Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:57.640Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:57.640Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:57.640Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:57.640Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:57.640Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:57.640Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:07:57.640Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.641Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:07:57.641Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-06-27T08:07:57.641Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:07:57.641Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:07:57.641Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.641Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:07:57.641Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-06-27T08:07:57.641Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:07:57.641Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:07:57.642Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.642Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:07:57.642Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.642Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-06-27T08:07:57.642Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-06-27T08:07:57.642Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-06-27T08:07:57.642Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-06-27T08:07:57.642Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-06-27T08:07:57.642Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T08:07:57.642Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.642Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T08:07:57.642Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-06-27T08:07:57.643Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c7a8e4fc-bab5-4cf2-96ac-10192e1be115
2023-06-27T08:07:57.644Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.644Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:07:57.644Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.644Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:07:57.644Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.644Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:07:57.644Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:07:57.644Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:07:57.644Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7b9b8246-efe0-4241-b38b-0a51c27d4b04
Model Version:NULL
Model InvariantUuid:d8dd2668-b872-4621-99cd-5d9b6300d80f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:d0df5ba5-72bd-489a-a5b4-b9b7c46d20b5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f17b289-2e32-4b67-a8b6-108696e52266
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:911dddac-ccd5-48c5-bd09-847d9c3a8ace
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fd62ded0-b3d7-4a8c-a1b3-97cfed945aaf
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e7ec08bd-3925-4893-81d2-7a2a81061218
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7a8e4fc-bab5-4cf2-96ac-10192e1be115
ModelInvariantUuid:b3d42abc-5218-44a6-9d96-7fedf74040b7
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:80113fdf-e3f9-4f11-93fa-d5990a1721b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e323421a-69c7-4303-bcc6-fc018a6f02c8
ModelInvariantUuid:974e5a27-b22c-4d92-a133-cd5186efb8ea
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:1073c852-183d-48dd-b4e8-2d54a1eff44a
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-06-27T08:07:57.660Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0c8c21e7-353b-4eb2-9751-eeb08bd3d871
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-06-27T08:07:57.664Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2023-06-27T08:07:57.665Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0c8c21e7-353b-4eb2-9751-eeb08bd3d871
2023-06-27T08:07:57.665Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 27fac42e-e200-4350-a646-17e4b2a08735 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-06-27T08:07:57.665Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:07:57.665Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:57.750Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:07:57.750Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 27fac42e-e200-4350-a646-17e4b2a08735 792
2023-06-27T08:07:57.750Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:57.750Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:57.751Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:07:57.751Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:57.751Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:57.751Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853277750,
  "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-06-27T08:07:58.752Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fd62ded0-b3d7-4a8c-a1b3-97cfed945aaf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7ec08bd-3925-4893-81d2-7a2a81061218",
    "vfModuleModelCustomizationUUID": "b4e41729-313f-4e49-a7f3-e3f6ff35236e",
    "isBase": true,
    "artifacts": [
      "d08f4012-506a-4a7b-95b4-0f8b28823d9d",
      "04ecf182-9c3e-434f-a4d9-bb3535e2a9f3"
    ],
    "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-06-27T08:07:58.757Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7ec08bd-3925-4893-81d2-7a2a81061218
VfModuleModelInvariantUUID:fd62ded0-b3d7-4a8c-a1b3-97cfed945aaf
VfModuleModelDescription:NULL
Artifacts UUID List:{
d08f4012-506a-4a7b-95b4-0f8b28823d9d
,
04ecf182-9c3e-434f-a4d9-bb3535e2a9f3

}
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-06-27T08:07:58.761Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fd62ded0-b3d7-4a8c-a1b3-97cfed945aaf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7ec08bd-3925-4893-81d2-7a2a81061218",
    "vfModuleModelCustomizationUUID": "b4e41729-313f-4e49-a7f3-e3f6ff35236e",
    "isBase": true,
    "artifacts": [
      "d08f4012-506a-4a7b-95b4-0f8b28823d9d",
      "04ecf182-9c3e-434f-a4d9-bb3535e2a9f3"
    ],
    "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-06-27T08:07:58.762Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7ec08bd-3925-4893-81d2-7a2a81061218
VfModuleModelInvariantUUID:fd62ded0-b3d7-4a8c-a1b3-97cfed945aaf
VfModuleModelDescription:NULL
Artifacts UUID List:{
d08f4012-506a-4a7b-95b4-0f8b28823d9d
,
04ecf182-9c3e-434f-a4d9-bb3535e2a9f3

}
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-06-27T08:07:58.762Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d08f4012-506a-4a7b-95b4-0f8b28823d9d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-06-27T08:07:58.762Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:07:58.762Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:58.841Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:07:58.842Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d08f4012-506a-4a7b-95b4-0f8b28823d9d 5033
2023-06-27T08:07:58.842Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:58.842Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:58.842Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:07:58.842Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:58.842Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:58.843Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853278842,
  "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-06-27T08:07:59.843Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 04ecf182-9c3e-434f-a4d9-bb3535e2a9f3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-06-27T08:07:59.844Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:07:59.844Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:59.938Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:07:59.939Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 04ecf182-9c3e-434f-a4d9-bb3535e2a9f3 903
2023-06-27T08:07:59.940Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:59.940Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:07:59.940Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:07:59.940Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:07:59.941Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:07:59.941Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853279940,
  "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-06-27T08:08:00.942Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7b9b8246-efe0-4241-b38b-0a51c27d4b04
2023-06-27T08:08:00.942Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0c8c21e7-353b-4eb2-9751-eeb08bd3d871 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-06-27T08:08:00.962Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e1067dc, org.onap.sdc.toscaparser.api.parameters.Input@69689155, org.onap.sdc.toscaparser.api.parameters.Input@6ee30c2c, org.onap.sdc.toscaparser.api.parameters.Input@5afecaad, org.onap.sdc.toscaparser.api.parameters.Input@373d68a9]
2023-06-27T08:08:00.963Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.964Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:08:00.964Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-06-27T08:08:00.964Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 911dddac-ccd5-48c5-bd09-847d9c3a8ace
2023-06-27T08:08:00.964Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 911dddac-ccd5-48c5-bd09-847d9c3a8ace matches Tosca VF Customization UUID: 911dddac-ccd5-48c5-bd09-847d9c3a8ace
2023-06-27T08:08:00.964Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 911dddac-ccd5-48c5-bd09-847d9c3a8ace  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-06-27T08:08:00.967Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.967Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:08:00.968Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 911dddac-ccd5-48c5-bd09-847d9c3a8ace: {\"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-06-27T08:08:00.968Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40814cb3
2023-06-27T08:08:00.968Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.968Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T08:08:00.968Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b4e41729-313f-4e49-a7f3-e3f6ff35236e
2023-06-27T08:08:00.969Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b4e41729-313f-4e49-a7f3-e3f6ff35236e
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-06-27T08:08:00.971Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.972Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-06-27T08:08:00.972Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:08:00.972Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.972Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-06-27T08:08:00.972Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:08:00.972Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.972Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-06-27T08:08:00.973Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-06-27T08:08:00.973Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-06-27T08:08:00.973Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c7a8e4fc-bab5-4cf2-96ac-10192e1be115
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-06-27T08:08:00.976Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.976Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-06-27T08:08:00.976Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:08:00.976Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.976Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-06-27T08:08:00.977Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=911dddac-ccd5-48c5-bd09-847d9c3a8ace
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-06-27T08:08:00.979Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.980Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:08:00.980Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7b9b8246-efe0-4241-b38b-0a51c27d4b04: basic_vm_macro
2023-06-27T08:08:00.980Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.980Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:08:00.980Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.980Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:08:00.980Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.980Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:08:00.980Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.980Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:08:00.980Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:08:00.980Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:08:00.981Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:08:01.148Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0c8c21e7-353b-4eb2-9751-eeb08bd3d871 1 ASDC deployResourceStructure
2023-06-27T08:08:01.149Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:08:01.149Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:08:01.150Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T08:08:01.150Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:08:01.150Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:08:01.150Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853281149,
  "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-06-27T08:08:02.151Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:08:02.151Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:08:02.152Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T08:08:02.152Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:08:02.152Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:08:02.152Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853282151,
  "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-06-27T08:08:03.153Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:08:03.154Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:08:03.154Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T08:08:03.154Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:08:03.155Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:08:03.155Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853283153,
  "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-06-27T08:08:04.156Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-06-27T08:08:04.156Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-06-27T08:08:04.156Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-06-27T08:08:04.157Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:08:04.157Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:08:04.157Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853284156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:08:05.158Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:08:05.174Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:08:05.178Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:08:05.178Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:08:05.178Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:08:05.178Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:08:27.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:08:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:08:27.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T08:08:27.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-06-27T08:08:27.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687850113217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T08:08:27.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853275453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:08:27.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853277750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:08:27.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853278842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:08:27.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853279940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:08:27.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853281149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-06-27T08:08:27.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853282151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-06-27T08:08:27.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853283153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-06-27T08:08:27.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:27.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:08:27.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853284156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-06-27T08:08:27.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:08:35.178Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:08:35.200Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:08:35.203Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:08:35.203Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:08:35.203Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:08:35.204Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:09:05.204Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:09:05.220Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:09:05.222Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:09:05.222Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:09:05.222Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:09:05.222Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:09:27.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:09:35.222Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:09:35.237Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:09:35.240Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:09:35.241Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:09:35.241Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:09:35.242Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:10:05.242Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:10:05.256Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:10:05.259Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:10:05.259Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:10:05.260Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:10:05.260Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:10:27.535Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:10:35.260Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:10:35.276Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:10:35.280Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:10:35.280Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:10:35.280Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:10:35.280Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:11:05.281Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:11:05.297Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:11:05.299Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:11:05.299Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:11:05.299Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:11:05.299Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:11:27.536Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:11:35.300Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:11:35.315Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:11:35.319Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:11:35.320Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:11:35.320Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:11:35.320Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:12:05.320Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:12:05.335Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:12:05.338Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:12:05.338Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:12:05.338Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:12:05.338Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:12:27.538Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:12:35.339Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:12:35.355Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:12:35.357Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:12:35.358Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:12:35.358Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:12:35.358Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:13:05.359Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T08:13:05.359Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c47b1135-af84-4e6d-8f1c-32809d67a242 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-06-27T08:13:05.367Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c47b1135-af84-4e6d-8f1c-32809d67a242 and serviceModelVersionId: 7b9b8246-efe0-4241-b38b-0a51c27d4b04
2023-06-27T08:13:05.368Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8dd2668-b872-4621-99cd-5d9b6300d80f
2023-06-27T08:13:05.368Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8dd2668-b872-4621-99cd-5d9b6300d80f/model-vers/model-ver/7b9b8246-efe0-4241-b38b-0a51c27d4b04?depth=0
2023-06-27T08:13:05.374Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T08:13:05.400Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8dd2668-b872-4621-99cd-5d9b6300d80f/model-vers/model-ver/7b9b8246-efe0-4241-b38b-0a51c27d4b04?depth=0|INFO|500||Invoke
2023-06-27T08:13:05.400Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8dd2668-b872-4621-99cd-5d9b6300d80f/model-vers/model-ver/7b9b8246-efe0-4241-b38b-0a51c27d4b04?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8dd2668-b872-4621-99cd-5d9b6300d80f/model-vers/model-ver/7b9b8246-efe0-4241-b38b-0a51c27d4b04?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c47b1135-af84-4e6d-8f1c-32809d67a242], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[651d24ab-7ce5-434a-8849-7729a63773bc], X-ECOMP-RequestID=[c47b1135-af84-4e6d-8f1c-32809d67a242], X-TransactionId=[], X-ONAP-RequestID=[c47b1135-af84-4e6d-8f1c-32809d67a242], Content-Type=[application/merge-patch+json]}
2023-06-27T08:13:05.407Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8dd2668-b872-4621-99cd-5d9b6300d80f/model-vers/model-ver/7b9b8246-efe0-4241-b38b-0a51c27d4b04?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T08:13:05.520Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8dd2668-b872-4621-99cd-5d9b6300d80f/model-vers/model-ver/7b9b8246-efe0-4241-b38b-0a51c27d4b04?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/d8dd2668-b872-4621-99cd-5d9b6300d80f/model-vers/model-ver/7b9b8246-efe0-4241-b38b-0a51c27d4b04?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 08:13:06 GMT], content-length=[0], vertex-id=[282840], x-aai-txid=[1-aai-resources-230627-08:13:06:110-46104], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T08:13:05.521Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8dd2668-b872-4621-99cd-5d9b6300d80f/model-vers/model-ver/7b9b8246-efe0-4241-b38b-0a51c27d4b04?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T08:13:05.521Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8dd2668-b872-4621-99cd-5d9b6300d80f/model-vers/model-ver/7b9b8246-efe0-4241-b38b-0a51c27d4b04?depth=0|INFO|500||InvokeReturn
2023-06-27T08:13:05.521Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T08:13:05.521Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:13:05.529Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||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-06-27T08:13:05.530Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c47b1135-af84-4e6d-8f1c-32809d67a242 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T08:13:05.530Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T08:13:05.530Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:13:05.530Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:13:05.530Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853585530,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:13:05.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:13:05.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c47b1135-af84-4e6d-8f1c-32809d67a242",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853585530,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T08:13:05.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T08:13:06.549Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-06-27T08:13:06.550Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-06-27T08:13:06.552Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 0 disconnected.
2023-06-27T08:13:06.553Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 1 disconnected.
2023-06-27T08:13:06.553Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Cancelled in-flight METADATA request with correlation id 31170 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-06-27T08:13:06.553Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 2 disconnected.
2023-06-27T08:13:06.554Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Node 2147483647 disconnected.
2023-06-27T08:13:06.554Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-06-27T08:13:06.554Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-06-27T08:13:06.554Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Lost previously 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-06-27T08:13:06.555Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) is unavailable or invalid due to cause: coordinator unavailable. isDisconnected: true. Rediscovery will be attempted.
2023-06-27T08:13:06.555Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: rebalance failed due to 'The coordinator is not available.' (CoordinatorNotAvailableException)
2023-06-27T08:13:06.653Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-06-27T08:13:06.681Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-06-27T08:13:06.688Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T08:13:06.714Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-c37ebd7c-a21e-4ceb-9116-403a818af102
2023-06-27T08:13:06.715Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T08:13:06.715Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] (Re-)joining group
2023-06-27T08:13:08.551Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T08:13:11.566Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T08:13:14.577Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T08:13:17.590Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T08:13:20.605Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T08:13:23.619Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T08:13:26.632Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T08:13:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:13:27.543Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T08:13:27.544Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T08:13:27.547Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T08:13:27.547Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-c37ebd7c-a21e-4ceb-9116-403a818af102', protocol='range'}
2023-06-27T08:13:27.550Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T08:13:27.550Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T08:13:27.550Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T08:13:27.550Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T08:13:27.550Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T08:13:27.550Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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 T6oGZV9CTZK1NqhXC7ESFw
2023-06-27T08:13:27.551Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-c37ebd7c-a21e-4ceb-9116-403a818af102=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T08:13:27.560Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-c37ebd7c-a21e-4ceb-9116-403a818af102', protocol='range'}
2023-06-27T08:13:27.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T08:13:27.560Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T08:13:27.560Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, 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-06-27T08:13:27.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T08:13:27.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T08:13:27.563Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T08:13:27.563Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-06-27T08:13:27.563Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T08:13:27.563Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-06-27T08:13:27.563Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T08:13:27.563Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-06-27T08:13:27.563Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=793, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T08:13:27.564Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-06-27T08:13:27.564Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T08:13:27.564Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-06-27T08:13:27.564Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T08:13:27.564Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset 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-06-27T08:13:27.605Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T08:13:27.605Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"467962b9-421f-49c3-aa9f-ae372562aac6","serviceName":"vFW 2023-06-27 05-38-32","serviceVersion":"1.0","serviceUUID":"aae94acd-4192-4854-bee3-ae502faf026f","serviceDescription":"catalog service description","serviceInvariantUUID":"a7673f0c-2d25-4c41-a2ac-000a595dedc1","resources":[{"resourceInstanceName":"vFW b4e853e1-0b84 0","resourceName":"vFW b4e853e1-0b84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90acd548-e5e2-4944-b0bf-05f32ed8a75f","resourceInvariantUUID":"5ce94957-38e8-43ea-91bc-159a7afb6c3a","resourceCustomizationUUID":"1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml","artifactChecksum":"N2ExNGQ3NWU4ODNiMjlhYjg1YWZlY2UxYjM0Y2U3OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c64b414-9a9d-42a1-9913-c94c05dd8f51","artifactVersion":"1"},{"artifactName":"vfwb4e853e10b840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json","artifactChecksum":"OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa44dc26-b7ec-4367-b85c-5e3bec4122df","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml","artifactChecksum":"YjRkOTQzNjRmOWU1NTRkNWNkMGVlNjg3NjNhNzRiNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fbfa99d6-13dd-499d-b818-26cfc8358470","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b476b4ff-5659-49b1-b2e4-ddb8604c20fd","artifactVersion":"2","generatedFromUUID":"d03752ac-af1a-4ff4-9782-5cc8cf2dd052"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627053832-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml","artifactChecksum":"YjI2ZDAxMTkxNTkzNjUzMzIwYzQ4M2M0M2E1MGEwYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85a54224-103d-4ef6-a0f3-5479de9f1330","artifactVersion":"1"},{"artifactName":"service-Vfw20230627053832-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar","artifactChecksum":"NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9d110f0-a16e-4602-ae02-da1f60f2a500","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T08:13:27.606Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:13:27.606Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:13:27.606Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:13:27.607Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:13:28.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:13:28.573Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:13:28.574Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:13:28.607Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:13:28.608Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:13:28.608Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:13:28.608Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:13:29.609Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:13:29.609Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:13:29.610Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:13:29.610Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:13:30.610Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:13:30.611Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:13:30.611Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:13:30.611Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:13:31.612Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:13:31.612Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:13:31.612Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:13:31.612Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:13:32.613Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:13:32.614Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:13:32.614Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:13:32.614Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:13:33.614Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:13:33.615Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:13:33.615Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:13:33.616Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:13:34.617Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "serviceName": "vFW 2023-06-27 05-38-32",
  "serviceVersion": "1.0",
  "serviceUUID": "aae94acd-4192-4854-bee3-ae502faf026f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a7673f0c-2d25-4c41-a2ac-000a595dedc1",
  "resources": [
    {
      "resourceInstanceName": "vFW b4e853e1-0b84 0",
      "resourceCustomizationUUID": "1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5",
      "resourceName": "vFW b4e853e1-0b84",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90acd548-e5e2-4944-b0bf-05f32ed8a75f",
      "resourceInvariantUUID": "5ce94957-38e8-43ea-91bc-159a7afb6c3a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb4e853e10b840_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
          "artifactChecksum": "OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa44dc26-b7ec-4367-b85c-5e3bec4122df",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
            "generatedFromUUID": "d03752ac-af1a-4ff4-9782-5cc8cf2dd052"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b476b4ff-5659-49b1-b2e4-ddb8604c20fd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627053832-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
      "artifactChecksum": "NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b9d110f0-a16e-4602-ae02-da1f60f2a500"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T08:13:34.617Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T08:13:34.618Z|c47b1135-af84-4e6d-8f1c-32809d67a242|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aae94acd-4192-4854-bee3-ae502faf026f ASDC
2023-06-27T08:13:34.618Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:467962b9-421f-49c3-aa9f-ae372562aac6
ServiceName:vFW 2023-06-27 05-38-32
ServiceVersion:1.0
ServiceUUID:aae94acd-4192-4854-bee3-ae502faf026f
ServiceInvariantUUID:a7673f0c-2d25-4c41-a2ac-000a595dedc1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627053832-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
ArtifactUUID:b9d110f0-a16e-4602-ae02-da1f60f2a500
ArtifactChecksum:NTZkNjQyOWZjYzUzNDUwNTQyMzE1YTZmZTI2YTM0ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b4e853e1-0b84 0
ResourceCustomizationUUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
ResourceInvariantUUID:5ce94957-38e8-43ea-91bc-159a7afb6c3a
ResourceName:vFW b4e853e1-0b84
ResourceType:VF
ResourceUUID:90acd548-e5e2-4944-b0bf-05f32ed8a75f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb4e853e10b840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json
ArtifactUUID:aa44dc26-b7ec-4367-b85c-5e3bec4122df
ArtifactChecksum:OTYyODk5MTYyM2RkOTY2YTdmMjkxZDNhNWZjOTMzMmE=
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml
ArtifactUUID:d03752ac-af1a-4ff4-9782-5cc8cf2dd052
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
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/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env
ArtifactUUID:b476b4ff-5659-49b1-b2e4-ddb8604c20fd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T08:13:34.619Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aae94acd-4192-4854-bee3-ae502faf026f 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:13:34.653Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:13:34.654Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:13:34.655Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:13:34.655Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 from URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:34.655Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:13:34.655Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:34.919Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:13:34.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar b9d110f0-a16e-4602-ae02-da1f60f2a500 101490
2023-06-27T08:13:34.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T08:13:34.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:34.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:13:34.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:13:34.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:13:34.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853614920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:13:35.921Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:13:35.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:13:35.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500, URL: /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar to file: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:35.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627053832-csar.csar
2023-06-27T08:13:35.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:35.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:36.083Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13272807622414908524/Definitions/service-Vfw20230627053832-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-06-27T08:13:37.919Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T08:13:37.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:13:37.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:37.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T08:13:37.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:37.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T08:13:37.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T08:13:37.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b4e853e1-0b84 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-Vfw20230627053832-csar.csar
2023-06-27T08:13:37.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T08:13:37.920Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:37.921Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:37.921Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-Vfw20230627053832-csar.csar
2023-06-27T08:13:37.921Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:37.921Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:37.921Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627053832-csar.csar
2023-06-27T08:13:37.921Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:13:37.921Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.921Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:13:37.921Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T08:13:37.921Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:13:37.921Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:13:37.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:13:37.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T08:13:37.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:13:37.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:13:37.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:13:37.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T08:13:37.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T08:13:37.922Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T08:13:37.923Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:13:37.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T08:13:37.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T08:13:37.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T08:13:37.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:13:37.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T08:13:37.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:13:37.924Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is matching search criteria
2023-06-27T08:13:37.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b4e853e1-0b84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:13:37.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T08:13:37.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T08:13:37.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T08:13:37.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T08:13:37.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T08:13:37.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T08:13:37.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:13:37.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T08:13:37.925Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T08:13:37.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T08:13:37.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T08:13:37.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:13:37.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=89d8277f-0853-4154-beb2-83d2afa88901
2023-06-27T08:13:37.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T08:13:37.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T08:13:37.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T08:13:37.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T08:13:37.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:13:37.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T08:13:37.926Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:13:37.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T08:13:37.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T08:13:37.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T08:13:37.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T08:13:37.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T08:13:37.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:13:37.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73b6eaf8-7436-4c54-80d3-d9e4e8086f75
2023-06-27T08:13:37.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vFW b4e853e1-0b84 0 is not matching search criteria
2023-06-27T08:13:37.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T08:13:37.927Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T08:13:37.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T08:13:37.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:13:37.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T08:13:37.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:13:37.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T08:13:37.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T08:13:37.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T08:13:37.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:13:37.928Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T08:13:37.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T08:13:37.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7120ea87-f937-450e-8069-3080962340d0
2023-06-27T08:13:37.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:13:37.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:13:37.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.929Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:13:37.930Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:13:37.930Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-38-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:13:37.930Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 05-38-32
Description:catalog service description
Model UUID:aae94acd-4192-4854-bee3-ae502faf026f
Model Version:NULL
Model InvariantUuid:a7673f0c-2d25-4c41-a2ac-000a595dedc1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b4e853e1-0b84
Model UUID:03f409a0-303a-4336-a3e8-31380c010f9c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ce94957-38e8-43ea-91bc-159a7afb6c3a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bbb2a6a-2dde-4959-8d11-69a3d3cbdff5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:58f93342-e20b-45cf-8ade-4e2216e306d9
ModelName:VfwB4e853e10b84..base_vfw..module-0
ModelUuid:72ba67ff-ba6e-4402-86bd-7ac51bd72a26
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:89d8277f-0853-4154-beb2-83d2afa88901
ModelInvariantUuid:8dee5041-0fb9-457f-bf57-19f7b12b9ee6
ModelName:vFW b4e853e1-0b84-nodes.vfwCvfc
ModelUuid:fe90e3b5-c24f-4944-a88e-e9354168068c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:29176d7f-b256-4914-9001-4c467534e4d6
ModelInvariantUuid:61dd8c10-b887-4027-a4f8-ead3ea485372
ModelName:VfwB4e853e10b84.compute.nodes.heat.vfw
ModelUuid:c08b938c-94ec-48a9-b1e1-749e2953d110
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:73b6eaf8-7436-4c54-80d3-d9e4e8086f75
ModelInvariantUuid:23bc848d-49a2-4f95-b92f-e00ddd82d621
ModelName:vFW b4e853e1-0b84-nodes.vsnCvfc
ModelUuid:eeb3325f-fcfd-48da-a6b9-c0f7f2ffa656
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e9ebca99-ad87-4fec-9432-c4e8a9d3dddf
ModelInvariantUuid:c44e62e7-2ab3-46ed-bc8b-eed166053f80
ModelName:VfwB4e853e10b84.compute.nodes.heat.vsn
ModelUuid:bd076260-fd2a-4420-a3bd-a89e7c43337d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7120ea87-f937-450e-8069-3080962340d0
ModelInvariantUuid:97b9632d-ff03-4e7f-9c2d-47d458d75b17
ModelName:vFW b4e853e1-0b84-nodes.vpgCvfc
ModelUuid:116a896a-c38f-4b46-bbe3-efc7c4c61484
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ef305fd0-b79b-4c85-ba82-75b09b376d1a
ModelInvariantUuid:a786c52d-ce1c-4a38-9313-a1eb1617238c
ModelName:VfwB4e853e10b84.compute.nodes.heat.vpg
ModelUuid:3bf88472-4257-4ea4-912b-3aae8597ad98
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=?
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-06-27T08:13:37.964Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||ERROR|500||Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists
2023-06-27T08:13:37.964Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T08:13:37.964Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar(Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists)
2023-06-27T08:13:37.964Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:13:37.965Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:13:37.965Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:13:37.965Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853617964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:13:38.966Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar ASDC sendASDCNotification
2023-06-27T08:13:38.966Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar(Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists)
2023-06-27T08:13:38.967Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:13:38.967Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:13:38.968Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:13:38.968Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853618966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:13:39.969Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:13:39.981Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:13:39.991Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:13:39.992Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:13:39.992Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:13:39.992Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:14:09.992Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:14:10.005Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:14:10.008Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:14:10.008Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:14:10.008Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:14:10.008Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:14:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:14:27.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:14:27.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vfwb4e853e10b840_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T08:14:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:14:40.010Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:14:40.021Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:14:40.023Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:14:40.023Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:14:40.023Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:14:40.023Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:15:10.024Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:15:10.041Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:15:10.044Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:15:10.044Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:15:10.044Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:15:10.045Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:15:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:15:27.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:15:27.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T08:15:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:15:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:15:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:15:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:15:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:15:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/resourceInstances/vfwb4e853e10b840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T08:15:27.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:15:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:15:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:15:27.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:15:27.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:15:27.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T08:15:27.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:15:27.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:15:27.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853614920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:15:27.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:15:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:15:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853617964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9d110f0-a16e-4602-ae02-da1f60f2a500 already exists"
}
2023-06-27T08:15:27.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:15:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:15:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853618966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627053832/1.0/artifacts/service-Vfw20230627053832-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 90acd548-e5e2-4944-b0bf-05f32ed8a75f already exists"
}
2023-06-27T08:15:27.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:15:40.045Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:15:40.058Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:15:40.060Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:15:40.060Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:15:40.060Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:15:40.060Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:16:10.060Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:16:10.072Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:16:10.074Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:16:10.074Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:16:10.074Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:16:10.074Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:16:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:16:40.074Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:16:40.086Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:16:40.089Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:16:40.089Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:16:40.089Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:16:40.089Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:17:10.089Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:17:10.106Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:17:10.109Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:17:10.110Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:17:10.110Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:17:10.110Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:17:27.536Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:17:40.110Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:17:40.129Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:17:40.133Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:17:40.133Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:17:40.133Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:17:40.133Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:18:10.133Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:18:10.153Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:18:10.156Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:18:10.156Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:18:10.156Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:18:10.156Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:18:27.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:18:27.657Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-06-27T08:18:27.658Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Member SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240-c37ebd7c-a21e-4ceb-9116-403a818af102 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-06-27T08:18:27.658Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-06-27T08:18:27.659Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-55f41862-cb30-4c9f-8dc4-849c2754b240, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-06-27T08:18:28.288Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: group is already rebalancing
2023-06-27T08:18:28.295Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T08:18:28.296Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T08:18:28.307Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T08:18:28.309Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T08:18:28.317Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T08:18:28.318Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T08:18:28.319Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T08:18:28.322Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T08:18:28.322Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T08:18:28.322Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T08:18:28.322Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=803, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T08:18:28.323Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T08:18:28.323Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T08:18:40.157Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T08:18:40.157Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 467962b9-421f-49c3-aa9f-ae372562aac6 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-06-27T08:18:40.167Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 467962b9-421f-49c3-aa9f-ae372562aac6 and serviceModelVersionId: aae94acd-4192-4854-bee3-ae502faf026f
2023-06-27T08:18:40.168Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7673f0c-2d25-4c41-a2ac-000a595dedc1
2023-06-27T08:18:40.169Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0
2023-06-27T08:18:40.178Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T08:18:40.213Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?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-06-27T08:18:40.214Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||Invoke
2023-06-27T08:18:40.225Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T08:18:40.351Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0|INFO|500||InvokeReturn
2023-06-27T08:18:40.352Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7673f0c-2d25-4c41-a2ac-000a595dedc1/model-vers/model-ver/aae94acd-4192-4854-bee3-ae502faf026f?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 08:18:40 GMT], content-length=[0], vertex-id=[614576], x-aai-txid=[0-aai-resources-230627-08:18:40:935-52542], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T08:18:40.353Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T08:18:40.353Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T08:18:40.353Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T08:18:40.367Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||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-06-27T08:18:40.368Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 467962b9-421f-49c3-aa9f-ae372562aac6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T08:18:40.368Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T08:18:40.369Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:18:40.369Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:18:40.369Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853920368,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:18:40.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:18:40.382Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "467962b9-421f-49c3-aa9f-ae372562aac6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853920368,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T08:18:40.383Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T08:18:41.390Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T08:18:41.390Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9f25b555-9eec-4127-8a92-bea49612e43a","serviceName":"basic_onboard_aziSMo","serviceVersion":"1.0","serviceUUID":"59641768-8983-458b-a2db-0e2b593ebbed","serviceDescription":"service","serviceInvariantUUID":"1f7ec5a7-f2db-4704-8509-cb39be9bec77","resources":[{"resourceInstanceName":"basic_onboard_aziSMo 0","resourceName":"basic_onboard_aziSMo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f1975a6-6bb5-4a2a-b31d-bdbed7697d14","resourceInvariantUUID":"507d2b8e-887c-4380-9a76-da56afc55f19","resourceCustomizationUUID":"818e617c-70b9-467a-b124-80c20ee15d31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml","artifactChecksum":"MjI1NmM5NGU2ZTY3NjQ1NzE3MWE2OTY0NGEwNWEzYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b092353-ca04-4272-905b-18da797ff87d","artifactVersion":"1"},{"artifactName":"basic_onboard_azismo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json","artifactChecksum":"MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37a88213-527a-4cc2-989a-6257233da88c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d4b61a99-967a-4677-967d-9ca5f5b5711b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4547987d-2463-4ff5-aef4-9e65bafb7d2e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"20396e45-ce77-4d46-9f4e-0f8f6ba74a9c","artifactVersion":"2","generatedFromUUID":"d4b61a99-967a-4677-967d-9ca5f5b5711b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAzismo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml","artifactChecksum":"ZDM1ZGVhNWI1YTQ3OTQwZDY4M2I3YWZkZDc3MmQzM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b137912-de3a-4566-996c-2b6a510e9d7c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAzismo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar","artifactChecksum":"YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75c7f603-7193-440d-aee5-dd75269d2acb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T08:18:41.391Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:18:41.391Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:18:41.391Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:18:41.391Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:18:42.392Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:18:42.392Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:18:42.392Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:18:42.393Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:18:43.393Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:18:43.394Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:18:43.394Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:18:43.395Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:18:44.395Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:18:44.396Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:18:44.396Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:18:44.396Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:18:45.397Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:18:45.397Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:18:45.398Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:18:45.398Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:18:46.398Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:18:46.399Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:18:46.399Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:18:46.399Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:18:47.400Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:18:47.401Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:18:47.401Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:18:47.401Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:18:48.402Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "serviceName": "basic_onboard_aziSMo",
  "serviceVersion": "1.0",
  "serviceUUID": "59641768-8983-458b-a2db-0e2b593ebbed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f7ec5a7-f2db-4704-8509-cb39be9bec77",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_aziSMo 0",
      "resourceCustomizationUUID": "818e617c-70b9-467a-b124-80c20ee15d31",
      "resourceName": "basic_onboard_aziSMo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f1975a6-6bb5-4a2a-b31d-bdbed7697d14",
      "resourceInvariantUUID": "507d2b8e-887c-4380-9a76-da56afc55f19",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_azismo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
          "artifactChecksum": "MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "37a88213-527a-4cc2-989a-6257233da88c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d4b61a99-967a-4677-967d-9ca5f5b5711b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c",
            "generatedFromUUID": "d4b61a99-967a-4677-967d-9ca5f5b5711b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "20396e45-ce77-4d46-9f4e-0f8f6ba74a9c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAzismo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
      "artifactChecksum": "YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75c7f603-7193-440d-aee5-dd75269d2acb"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T08:18:48.402Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T08:18:48.402Z|467962b9-421f-49c3-aa9f-ae372562aac6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 59641768-8983-458b-a2db-0e2b593ebbed ASDC
2023-06-27T08:18:48.403Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9f25b555-9eec-4127-8a92-bea49612e43a
ServiceName:basic_onboard_aziSMo
ServiceVersion:1.0
ServiceUUID:59641768-8983-458b-a2db-0e2b593ebbed
ServiceInvariantUUID:1f7ec5a7-f2db-4704-8509-cb39be9bec77
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAzismo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
ArtifactUUID:75c7f603-7193-440d-aee5-dd75269d2acb
ArtifactChecksum:YWFhM2U4NzZiODU3NjU3MDkwMmE2NTYxYjQ5OTE4YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_aziSMo 0
ResourceCustomizationUUID:818e617c-70b9-467a-b124-80c20ee15d31
ResourceInvariantUUID:507d2b8e-887c-4380-9a76-da56afc55f19
ResourceName:basic_onboard_aziSMo
ResourceType:VF
ResourceUUID:2f1975a6-6bb5-4a2a-b31d-bdbed7697d14
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_azismo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json
ArtifactUUID:37a88213-527a-4cc2-989a-6257233da88c
ArtifactChecksum:MTJlZGIwMWI0OWNkNTJjNWI5NmFkOGY0YzRhMzg2MDA=
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d4b61a99-967a-4677-967d-9ca5f5b5711b
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
ArtifactUUID:20396e45-ce77-4d46-9f4e-0f8f6ba74a9c
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/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env
ArtifactUUID:20396e45-ce77-4d46-9f4e-0f8f6ba74a9c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T08:18:48.403Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59641768-8983-458b-a2db-0e2b593ebbed 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:18:48.442Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:18:48.443Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:18:48.443Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:18:48.443Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 75c7f603-7193-440d-aee5-dd75269d2acb from URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:48.443Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:18:48.443Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:48.729Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:18:48.730Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar 75c7f603-7193-440d-aee5-dd75269d2acb 75646
2023-06-27T08:18:48.730Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T08:18:48.730Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:48.730Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:18:48.731Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:18:48.731Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:18:48.731Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853928730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:18:49.732Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:18:49.732Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:18:49.732Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 75c7f603-7193-440d-aee5-dd75269d2acb, URL: /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar to file: /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:49.733Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:49.733Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:49.734Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:49.833Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3804816185267051467/Definitions/service-BasicOnboardAzismo-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-06-27T08:18:50.974Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T08:18:50.975Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:18:50.975Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:50.975Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T08:18:50.975Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:50.975Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:50.975Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aziSMo 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-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:50.975Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:50.976Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:50.976Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:50.976Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-BasicOnboardAzismo-csar.csar
2023-06-27T08:18:50.976Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:18:50.977Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.977Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:18:50.977Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T08:18:50.977Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:18:50.978Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:18:50.978Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.978Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:18:50.978Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T08:18:50.978Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:18:50.978Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:18:50.978Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.978Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:18:50.979Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.979Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T08:18:50.979Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-06-27T08:18:50.979Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-06-27T08:18:50.979Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-06-27T08:18:50.979Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T08:18:50.979Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T08:18:50.980Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.980Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T08:18:50.980Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.980Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T08:18:50.980Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:18:50.981Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.981Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T08:18:50.981Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:18:50.981Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.981Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is matching search criteria
2023-06-27T08:18:50.981Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aziSMo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:18:50.981Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.982Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aziSMo 0 is not matching search criteria
2023-06-27T08:18:50.982Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-06-27T08:18:50.982Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-06-27T08:18:50.982Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=58fc4468-f99f-404a-bd48-42f30a142817
2023-06-27T08:18:50.982Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.982Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:18:50.982Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.982Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:18:50.982Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.983Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:18:50.983Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:18:50.983Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aziSMo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:18:50.983Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_aziSMo
Description:service
Model UUID:59641768-8983-458b-a2db-0e2b593ebbed
Model Version:NULL
Model InvariantUuid:1f7ec5a7-f2db-4704-8509-cb39be9bec77
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_aziSMo
Model UUID:9fad7b46-5542-428f-bcbb-17059eec340f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:507d2b8e-887c-4380-9a76-da56afc55f19
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:818e617c-70b9-467a-b124-80c20ee15d31
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:acd7592f-8360-4cdd-9fec-f2690e4ad78d
ModelName:BasicOnboardAzismo..base_ubuntu18..module-0
ModelUuid:dc67a037-3faa-40fb-b0c9-354cbe3222a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:58fc4468-f99f-404a-bd48-42f30a142817
ModelInvariantUuid:c4730dc4-4e71-433d-b279-f592c4abd704
ModelName:basic_onboard_aziSMo-nodes.ubuntu18Cvfc
ModelUuid:c89c6daf-bd49-494d-acee-010cd8209e39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3c174aeb-1f83-40b1-98b3-a461565a3323
ModelInvariantUuid:81945dc5-b5f9-49c4-b675-49d5a04c5e66
ModelName:BasicOnboardAzismo.compute.nodes.heat.ubuntu18
ModelUuid:b6cb5860-9c3f-4d8c-99b0-6c08ddedceb3
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=?
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-06-27T08:18:51.014Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists
2023-06-27T08:18:51.015Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T08:18:51.016Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar(Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists)
2023-06-27T08:18:51.016Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:18:51.016Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:18:51.016Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:18:51.016Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853931015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:18:52.017Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar ASDC sendASDCNotification
2023-06-27T08:18:52.017Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar(Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists)
2023-06-27T08:18:52.017Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:18:52.018Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:18:52.018Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:18:52.018Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853932017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:18:53.019Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:18:53.031Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:18:53.033Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:18:53.034Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:18:53.034Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:18:53.034Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:19:23.034Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:19:23.052Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:19:23.055Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:19:23.055Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:19:23.055Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:19:23.055Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:19:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:19:27.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:19:27.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:19:27.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:19:27.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:19:27.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/basic_onboard_azismo0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T08:19:27.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:19:27.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/resourceInstances/basic_onboard_azismo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853928730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853931015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 75c7f603-7193-440d-aee5-dd75269d2acb already exists"
}
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853932017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAzismo/1.0/artifacts/service-BasicOnboardAzismo-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f1975a6-6bb5-4a2a-b31d-bdbed7697d14 already exists"
}
2023-06-27T08:19:27.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:19:53.055Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:19:53.066Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:19:53.068Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:19:53.068Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:19:53.068Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:19:53.068Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:20:23.068Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:20:23.081Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:20:23.084Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:20:23.085Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:20:23.085Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:20:23.085Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:20:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:20:53.085Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:20:53.113Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:20:53.117Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:20:53.117Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:20:53.117Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:20:53.117Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:21:23.118Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:21:23.134Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:21:23.137Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:21:23.137Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:21:23.137Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:21:23.137Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:21:27.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:21:53.138Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:21:53.151Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:21:53.154Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:21:53.154Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:21:53.154Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:21:53.154Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:22:23.154Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:22:23.168Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:22:23.171Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:22:23.171Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:22:23.171Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:22:23.171Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:22:27.535Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:22:53.172Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:22:53.185Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:22:53.187Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:22:53.187Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:22:53.187Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:22:53.187Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:23:23.188Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:23:23.213Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:23:23.216Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:23:23.216Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:23:23.216Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:23:23.216Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:23:27.536Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:23:28.026Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Request joining group due to: cached metadata has changed from (version54: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version55: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-06-27T08:23:28.034Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Revoke previously 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-06-27T08:23:28.034Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] (Re-)joining group
2023-06-27T08:23:28.039Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T08:23:28.039Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287=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-06-27T08:23:28.047Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd-6e7618ea-7ce6-4e01-9155-12a94be67287', protocol='range'}
2023-06-27T08:23:28.048Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T08:23:28.048Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, 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-06-27T08:23:28.052Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-06-27T08:23:28.053Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-06-27T08:23:28.053Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-06-27T08:23:28.053Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=814, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-06-27T08:23:28.053Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-06-27T08:23:28.053Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c43562b6-fe5f-4145-afc8-e72edd9caacd, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-06-27T08:23:53.217Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T08:23:53.220Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f25b555-9eec-4127-8a92-bea49612e43a 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-06-27T08:23:53.225Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f25b555-9eec-4127-8a92-bea49612e43a and serviceModelVersionId: 59641768-8983-458b-a2db-0e2b593ebbed
2023-06-27T08:23:53.226Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f7ec5a7-f2db-4704-8509-cb39be9bec77
2023-06-27T08:23:53.227Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0
2023-06-27T08:23:53.232Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T08:23:53.255Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?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-06-27T08:23:53.256Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|INFO|500||Invoke
2023-06-27T08:23:53.265Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T08:23:53.411Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0|INFO|500||InvokeReturn
2023-06-27T08:23:53.411Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f7ec5a7-f2db-4704-8509-cb39be9bec77/model-vers/model-ver/59641768-8983-458b-a2db-0e2b593ebbed?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 08:23:53 GMT], content-length=[0], vertex-id=[200920], x-aai-txid=[0-aai-resources-230627-08:23:53:983-83599], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T08:23:53.411Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T08:23:53.412Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T08:23:53.412Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-06-27T08:23:53.421Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||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-06-27T08:23:53.422Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f25b555-9eec-4127-8a92-bea49612e43a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T08:23:53.422Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T08:23:53.422Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:23:53.422Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:23:53.422Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854233422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:23:53.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T08:23:53.433Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9f25b555-9eec-4127-8a92-bea49612e43a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854233422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T08:23:53.434Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T08:23:54.440Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T08:23:54.440Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"75f1e763-b200-458f-817c-6bbe5f9f9184","serviceName":"vFW 2023-06-27 05-49-09","serviceVersion":"1.0","serviceUUID":"dcc3016e-5840-45b7-8e77-ee97ab4aebb7","serviceDescription":"catalog service description","serviceInvariantUUID":"71da7245-cae9-4c04-aa88-c5b0f9f1cadb","resources":[{"resourceInstanceName":"vFW 91fe2f04-67a1 0","resourceName":"vFW 91fe2f04-67a1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2ee8ffa-4f02-4696-8f64-809ea7d12d62","resourceInvariantUUID":"acc33583-f555-4db9-974f-175cbccbba8c","resourceCustomizationUUID":"8e277074-e444-4bdb-a9ff-14042aa1f741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml","artifactChecksum":"MjdiMTZmNTM0NWNlNzBmMTAzMjI1YjY1N2Y1ZjE5ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"213c791c-b320-4bab-8da1-775873a7f583","artifactVersion":"1"},{"artifactName":"vfw91fe2f0467a10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json","artifactChecksum":"Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"06b9da70-8fc4-493c-ae6e-ccac7db49776","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5c621f2-36a1-4d14-b176-42ed9c3014c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml","artifactChecksum":"YWYzNTBlMDdlNDIwZjk0NTM1MTNjMmRiZWZhMjUxYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"333e1d54-6e59-41b5-bd1a-3584a06d7577","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"712eb679-fdd8-45da-8437-b80aefe84a18","artifactVersion":"2","generatedFromUUID":"f5c621f2-36a1-4d14-b176-42ed9c3014c0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627054909-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml","artifactChecksum":"MWFiYjQzYzE5ZTcyZDE0NTc0NmNlOTcyMWU2YWI4Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8a39b56-2df2-446b-b88a-7a3b6672442d","artifactVersion":"1"},{"artifactName":"service-Vfw20230627054909-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar","artifactChecksum":"NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"668aceb0-4a92-45e0-baa9-4d2849c5ace2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T08:23:54.440Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:23:54.441Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:23:54.441Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:23:54.441Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:23:55.442Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:23:55.443Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:23:55.443Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:23:55.443Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:23:56.444Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:23:56.445Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:23:56.445Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:23:56.445Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:23:57.446Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:23:57.446Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:23:57.446Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:23:57.447Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:23:58.449Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:23:58.449Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:23:58.449Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:23:58.449Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:23:59.450Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:23:59.451Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:23:59.451Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:23:59.451Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:24:00.452Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:24:00.453Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:24:00.453Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:24:00.453Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:24:01.454Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "serviceName": "vFW 2023-06-27 05-49-09",
  "serviceVersion": "1.0",
  "serviceUUID": "dcc3016e-5840-45b7-8e77-ee97ab4aebb7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "71da7245-cae9-4c04-aa88-c5b0f9f1cadb",
  "resources": [
    {
      "resourceInstanceName": "vFW 91fe2f04-67a1 0",
      "resourceCustomizationUUID": "8e277074-e444-4bdb-a9ff-14042aa1f741",
      "resourceName": "vFW 91fe2f04-67a1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a2ee8ffa-4f02-4696-8f64-809ea7d12d62",
      "resourceInvariantUUID": "acc33583-f555-4db9-974f-175cbccbba8c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw91fe2f0467a10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
          "artifactChecksum": "Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "06b9da70-8fc4-493c-ae6e-ccac7db49776",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f5c621f2-36a1-4d14-b176-42ed9c3014c0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "712eb679-fdd8-45da-8437-b80aefe84a18",
            "generatedFromUUID": "f5c621f2-36a1-4d14-b176-42ed9c3014c0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "712eb679-fdd8-45da-8437-b80aefe84a18",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627054909-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
      "artifactChecksum": "NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "668aceb0-4a92-45e0-baa9-4d2849c5ace2"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T08:24:01.454Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T08:24:01.454Z|9f25b555-9eec-4127-8a92-bea49612e43a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dcc3016e-5840-45b7-8e77-ee97ab4aebb7 ASDC
2023-06-27T08:24:01.455Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:75f1e763-b200-458f-817c-6bbe5f9f9184
ServiceName:vFW 2023-06-27 05-49-09
ServiceVersion:1.0
ServiceUUID:dcc3016e-5840-45b7-8e77-ee97ab4aebb7
ServiceInvariantUUID:71da7245-cae9-4c04-aa88-c5b0f9f1cadb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627054909-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
ArtifactUUID:668aceb0-4a92-45e0-baa9-4d2849c5ace2
ArtifactChecksum:NDk4NTY0ZjUwNzA5OGNkMGFhODc0YjhmYTc4NWJhNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 91fe2f04-67a1 0
ResourceCustomizationUUID:8e277074-e444-4bdb-a9ff-14042aa1f741
ResourceInvariantUUID:acc33583-f555-4db9-974f-175cbccbba8c
ResourceName:vFW 91fe2f04-67a1
ResourceType:VF
ResourceUUID:a2ee8ffa-4f02-4696-8f64-809ea7d12d62
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw91fe2f0467a10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json
ArtifactUUID:06b9da70-8fc4-493c-ae6e-ccac7db49776
ArtifactChecksum:Njc3YTRkNjYyNzkzODE3NTZiOTFjMTliNzVlZWM4MzI=
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml
ArtifactUUID:f5c621f2-36a1-4d14-b176-42ed9c3014c0
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
ArtifactUUID:712eb679-fdd8-45da-8437-b80aefe84a18
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/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env
ArtifactUUID:712eb679-fdd8-45da-8437-b80aefe84a18
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T08:24:01.455Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcc3016e-5840-45b7-8e77-ee97ab4aebb7 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:24:01.504Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:24:01.505Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:24:01.505Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:24:01.505Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 from URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:01.505Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:24:01.505Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:01.751Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:24:01.752Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar 668aceb0-4a92-45e0-baa9-4d2849c5ace2 101471
2023-06-27T08:24:01.753Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T08:24:01.753Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:01.753Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:24:01.753Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:24:01.753Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:24:01.754Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854241753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:24:02.755Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:24:02.756Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:24:02.756Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2, URL: /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar to file: /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:02.757Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627054909-csar.csar
2023-06-27T08:24:02.757Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:02.757Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:02.887Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10771789925134176682/Definitions/service-Vfw20230627054909-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-06-27T08:24:04.643Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T08:24:04.644Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:24:04.644Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:04.644Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T08:24:04.644Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:04.644Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 91fe2f04-67a1 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-Vfw20230627054909-csar.csar
2023-06-27T08:24:04.644Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T08:24:04.644Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T08:24:04.644Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T08:24:04.645Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:04.645Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:04.645Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-Vfw20230627054909-csar.csar
2023-06-27T08:24:04.645Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:04.645Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:04.645Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627054909-csar.csar
2023-06-27T08:24:04.645Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:24:04.645Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.645Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:24:04.646Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T08:24:04.646Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:24:04.646Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:24:04.646Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.646Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:24:04.647Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T08:24:04.647Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:24:04.647Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:24:04.647Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.647Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:24:04.647Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.647Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T08:24:04.648Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T08:24:04.648Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T08:24:04.648Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T08:24:04.648Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:24:04.648Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T08:24:04.648Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:24:04.648Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T08:24:04.648Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T08:24:04.649Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T08:24:04.649Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:24:04.649Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T08:24:04.649Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T08:24:04.649Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T08:24:04.649Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T08:24:04.649Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:24:04.650Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T08:24:04.650Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.650Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T08:24:04.650Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.650Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T08:24:04.650Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:24:04.651Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.651Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T08:24:04.651Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:24:04.651Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.651Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is matching search criteria
2023-06-27T08:24:04.651Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 91fe2f04-67a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:24:04.651Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.651Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T08:24:04.652Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T08:24:04.652Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T08:24:04.652Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T08:24:04.652Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T08:24:04.652Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T08:24:04.652Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:24:04.652Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T08:24:04.653Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T08:24:04.653Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T08:24:04.653Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T08:24:04.653Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:24:04.653Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc83a8a5-f83d-47a5-be07-8413d1c53888
2023-06-27T08:24:04.653Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.653Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T08:24:04.654Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T08:24:04.654Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T08:24:04.654Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T08:24:04.654Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:24:04.654Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T08:24:04.654Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:24:04.654Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T08:24:04.654Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T08:24:04.654Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T08:24:04.655Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T08:24:04.655Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T08:24:04.655Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:24:04.655Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a715ecb-e9f2-46da-8f6e-3a4d7b6075ae
2023-06-27T08:24:04.655Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.655Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vFW 91fe2f04-67a1 0 is not matching search criteria
2023-06-27T08:24:04.656Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T08:24:04.656Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T08:24:04.656Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T08:24:04.656Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:24:04.656Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T08:24:04.656Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:24:04.656Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T08:24:04.656Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T08:24:04.657Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T08:24:04.657Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:24:04.657Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T08:24:04.657Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T08:24:04.657Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d405c3f3-552d-4124-a548-612be4ee67c2
2023-06-27T08:24:04.657Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.657Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:24:04.658Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.658Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:24:04.658Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.658Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:24:04.658Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:24:04.658Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 05-49-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:24:04.658Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 05-49-09
Description:catalog service description
Model UUID:dcc3016e-5840-45b7-8e77-ee97ab4aebb7
Model Version:NULL
Model InvariantUuid:71da7245-cae9-4c04-aa88-c5b0f9f1cadb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 91fe2f04-67a1
Model UUID:37109307-e061-4798-8190-1f911475ba30
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:acc33583-f555-4db9-974f-175cbccbba8c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8e277074-e444-4bdb-a9ff-14042aa1f741
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:29aba7b4-8d66-4348-8f82-1ac119b4f4b6
ModelName:Vfw91fe2f0467a1..base_vfw..module-0
ModelUuid:63608172-2fa4-4085-8800-488774cb4f74
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc83a8a5-f83d-47a5-be07-8413d1c53888
ModelInvariantUuid:f10b291a-7d10-4338-8b54-e673e263807d
ModelName:vFW 91fe2f04-67a1-nodes.vfwCvfc
ModelUuid:a6e9f0eb-6d7b-41c9-8c70-b3859997211f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3d8e57c6-053b-49c9-9eca-e216a6540b92
ModelInvariantUuid:4c9c33bc-7074-4318-aa78-1c24f3e06b2d
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vfw
ModelUuid:acebe1e2-b749-40cb-a08b-0879ad49d12f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8a715ecb-e9f2-46da-8f6e-3a4d7b6075ae
ModelInvariantUuid:9e5cb961-3b60-4755-a7d7-0d88d9dc39f6
ModelName:vFW 91fe2f04-67a1-nodes.vsnCvfc
ModelUuid:96e5aed2-e1e7-44ae-9ae6-ee2bc909cb2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:436b107c-1861-4ddf-81e1-29c19420485a
ModelInvariantUuid:0885f309-fe65-45ba-83b9-3233372e6517
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vsn
ModelUuid:1fbfe1b5-898b-4a37-aae2-9eaf24637702
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d405c3f3-552d-4124-a548-612be4ee67c2
ModelInvariantUuid:35caa318-56da-44c2-94bb-8aeddd0b4bf2
ModelName:vFW 91fe2f04-67a1-nodes.vpgCvfc
ModelUuid:541e5698-5c16-4cd4-abd7-54b25b726a26
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0ea14b68-f4ae-4b9c-a1b9-8e2c4534e034
ModelInvariantUuid:22bfd4f1-fe08-49e7-8707-dfe682f222cf
ModelName:Vfw91fe2f0467a1.compute.nodes.heat.vpg
ModelUuid:64bf02d2-a843-4b65-9128-ac38750538c8
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=?
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-06-27T08:24:04.692Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||ERROR|500||Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists
2023-06-27T08:24:04.694Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T08:24:04.694Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar(Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists)
2023-06-27T08:24:04.695Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:24:04.695Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:24:04.696Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:24:04.696Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854244694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:24:05.697Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar ASDC sendASDCNotification
2023-06-27T08:24:05.697Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar(Resource with UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62 already exists)
2023-06-27T08:24:05.698Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:24:05.698Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:24:05.698Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:24:05.698Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854245697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:24:06.700Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:24:06.716Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:24:06.719Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:24:06.719Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:24:06.720Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:24:06.720Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:24:27.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:24:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T08:24:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:24:27.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:24:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T08:24:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vfw91fe2f0467a10_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T08:24:27.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:24:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T08:24:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T08:24:27.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:24:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T08:24:27.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/resourceInstances/vfw91fe2f0467a10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854241753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854244694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 668aceb0-4a92-45e0-baa9-4d2849c5ace2 already exists"
}
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854245697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627054909/1.0/artifacts/service-Vfw20230627054909-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a2ee8ffa-4f02-4696-8f64-809ea7d12d62 already exists"
}
2023-06-27T08:24:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:24:36.720Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:24:36.733Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:24:36.735Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:24:36.735Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:24:36.735Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:24:36.736Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:25:06.736Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:25:06.749Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:25:06.751Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:25:06.751Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:25:06.751Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:25:06.751Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:25:27.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:25:36.751Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:25:36.765Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:25:36.767Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:25:36.767Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:25:36.767Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:25:36.767Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:26:06.768Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:26:06.779Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:26:06.782Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:26:06.782Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:26:06.782Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:26:06.783Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:26:27.535Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:26:36.784Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:26:36.798Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:26:36.801Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:26:36.801Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:26:36.801Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:26:36.801Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:27:06.801Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:27:06.817Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:27:06.821Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:27:06.821Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:27:06.822Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:27:06.822Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:27:27.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:27:36.822Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:27:36.836Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:27:36.839Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:27:36.839Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:27:36.839Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:27:36.839Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:28:06.839Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:28:06.853Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:28:06.856Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:28:06.856Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:28:06.856Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:28:06.856Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:28:27.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:28:36.857Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:28:36.871Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:28:36.873Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:28:36.874Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:28:36.874Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:28:36.874Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:29:06.874Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T08:29:06.875Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75f1e763-b200-458f-817c-6bbe5f9f9184 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-06-27T08:29:06.885Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75f1e763-b200-458f-817c-6bbe5f9f9184 and serviceModelVersionId: dcc3016e-5840-45b7-8e77-ee97ab4aebb7
2023-06-27T08:29:06.885Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71da7245-cae9-4c04-aa88-c5b0f9f1cadb
2023-06-27T08:29:06.886Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0
2023-06-27T08:29:06.893Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T08:29:06.929Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|INFO|500||Invoke
2023-06-27T08:29:06.929Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75f1e763-b200-458f-817c-6bbe5f9f9184], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3b6ef7e-df06-41dd-a082-0a033d5ed5a0], X-ECOMP-RequestID=[75f1e763-b200-458f-817c-6bbe5f9f9184], X-TransactionId=[], X-ONAP-RequestID=[75f1e763-b200-458f-817c-6bbe5f9f9184], Content-Type=[application/merge-patch+json]}
2023-06-27T08:29:06.937Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T08:29:07.070Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?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/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 08:29:07 GMT], content-length=[0], vertex-id=[655536], x-aai-txid=[1-aai-resources-230627-08:29:07:663-37513], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T08:29:07.071Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T08:29:07.071Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/71da7245-cae9-4c04-aa88-c5b0f9f1cadb/model-vers/model-ver/dcc3016e-5840-45b7-8e77-ee97ab4aebb7?depth=0|INFO|500||InvokeReturn
2023-06-27T08:29:07.072Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T08:29:07.072Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-06-27T08:29:07.079Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||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-06-27T08:29:07.080Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75f1e763-b200-458f-817c-6bbe5f9f9184 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T08:29:07.080Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T08:29:07.080Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:29:07.081Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:29:07.081Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854547080,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:29:07.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T08:29:07.092Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "75f1e763-b200-458f-817c-6bbe5f9f9184",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854547080,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T08:29:07.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T08:29:08.101Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T08:29:08.102Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"401b2954-9703-4029-a12b-1952232d4f98","serviceName":"vFW 2023-06-27 06-00-59","serviceVersion":"1.0","serviceUUID":"7870ee41-ed8a-4de2-97c9-902b638edd42","serviceDescription":"catalog service description","serviceInvariantUUID":"9678d515-aaf4-4e45-89e7-8ba57103dfe0","resources":[{"resourceInstanceName":"vFW 9b185e19-f75f 0","resourceName":"vFW 9b185e19-f75f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f7a8439-cdef-45ae-8839-b7a28212fa08","resourceInvariantUUID":"8b05062e-35f0-4fe5-bfa4-6d2922e98502","resourceCustomizationUUID":"7e8b61fa-83de-474c-a23e-8a690db66b1c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml","artifactChecksum":"NDA5NjI0ZmY4Mzc3NTI4ZDczNWNkNmY0Yzk3OGMwMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39e462c7-06ba-4fd3-ad1f-39c1d64e519e","artifactVersion":"1"},{"artifactName":"vfw9b185e19f75f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json","artifactChecksum":"YzE1YTZhYWQ1MjUyY2Q4Mjc3M2JjZmRjOWI2NDZjNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee55efbe-359f-407e-9ccc-b414494546eb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml","artifactChecksum":"YzFiZWRlNGNmZDRhYWE1YWMzZjBhNTc1OGRhZmJjNmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4737ed45-bb08-43ec-8759-d34a1de33ee9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b0d552c-cb44-4f70-a23d-cd80f916e26c","artifactVersion":"2","generatedFromUUID":"2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230627060059-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml","artifactChecksum":"ZTI2YzYwNzRjNWQyMmJmODIzOGFmYjdkMDgzMGNhOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e51ae3b6-91a1-4f59-b7ed-ab350cd4703f","artifactVersion":"1"},{"artifactName":"service-Vfw20230627060059-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar","artifactChecksum":"N2I0OGZhNDdmMmIwNTQyY2YzM2NjY2VlNWFlMmNlMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c2746e6-1f74-433c-bf0a-8f631462758a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T08:29:08.102Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:29:08.102Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:29:08.103Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:29:08.103Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:29:09.104Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:29:09.105Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:29:09.105Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:29:09.105Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:29:10.107Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:29:10.107Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:29:10.107Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:29:10.108Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:29:11.109Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:29:11.110Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:29:11.110Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:29:11.110Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:29:12.111Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:29:12.111Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:29:12.111Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:29:12.111Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:29:13.112Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:29:13.113Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:29:13.113Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:29:13.113Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:29:14.113Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:29:14.114Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:29:14.114Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:29:14.114Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:29:15.115Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "serviceName": "vFW 2023-06-27 06-00-59",
  "serviceVersion": "1.0",
  "serviceUUID": "7870ee41-ed8a-4de2-97c9-902b638edd42",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9678d515-aaf4-4e45-89e7-8ba57103dfe0",
  "resources": [
    {
      "resourceInstanceName": "vFW 9b185e19-f75f 0",
      "resourceCustomizationUUID": "7e8b61fa-83de-474c-a23e-8a690db66b1c",
      "resourceName": "vFW 9b185e19-f75f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f7a8439-cdef-45ae-8839-b7a28212fa08",
      "resourceInvariantUUID": "8b05062e-35f0-4fe5-bfa4-6d2922e98502",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9b185e19f75f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
          "artifactChecksum": "YzE1YTZhYWQ1MjUyY2Q4Mjc3M2JjZmRjOWI2NDZjNGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ee55efbe-359f-407e-9ccc-b414494546eb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8b0d552c-cb44-4f70-a23d-cd80f916e26c",
            "generatedFromUUID": "2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8b0d552c-cb44-4f70-a23d-cd80f916e26c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230627060059-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
      "artifactChecksum": "N2I0OGZhNDdmMmIwNTQyY2YzM2NjY2VlNWFlMmNlMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c2746e6-1f74-433c-bf0a-8f631462758a"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T08:29:15.115Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T08:29:15.115Z|75f1e763-b200-458f-817c-6bbe5f9f9184|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7870ee41-ed8a-4de2-97c9-902b638edd42 ASDC
2023-06-27T08:29:15.116Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:401b2954-9703-4029-a12b-1952232d4f98
ServiceName:vFW 2023-06-27 06-00-59
ServiceVersion:1.0
ServiceUUID:7870ee41-ed8a-4de2-97c9-902b638edd42
ServiceInvariantUUID:9678d515-aaf4-4e45-89e7-8ba57103dfe0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230627060059-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
ArtifactUUID:3c2746e6-1f74-433c-bf0a-8f631462758a
ArtifactChecksum:N2I0OGZhNDdmMmIwNTQyY2YzM2NjY2VlNWFlMmNlMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9b185e19-f75f 0
ResourceCustomizationUUID:7e8b61fa-83de-474c-a23e-8a690db66b1c
ResourceInvariantUUID:8b05062e-35f0-4fe5-bfa4-6d2922e98502
ResourceName:vFW 9b185e19-f75f
ResourceType:VF
ResourceUUID:6f7a8439-cdef-45ae-8839-b7a28212fa08
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9b185e19f75f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json
ArtifactUUID:ee55efbe-359f-407e-9ccc-b414494546eb
ArtifactChecksum:YzE1YTZhYWQ1MjUyY2Q4Mjc3M2JjZmRjOWI2NDZjNGY=
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/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml
ArtifactUUID:2105b7e3-5ea0-48e6-bfcd-c90a5f8b2371
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/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env
ArtifactUUID:8b0d552c-cb44-4f70-a23d-cd80f916e26c
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/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env
ArtifactUUID:8b0d552c-cb44-4f70-a23d-cd80f916e26c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T08:29:15.116Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7870ee41-ed8a-4de2-97c9-902b638edd42 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:29:15.139Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:29:15.139Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:29:15.140Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:29:15.140Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a from URL: /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:15.140Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:29:15.140Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:15.356Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:29:15.357Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar 3c2746e6-1f74-433c-bf0a-8f631462758a 101469
2023-06-27T08:29:15.357Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar ASDC sendASDCNotification
2023-06-27T08:29:15.357Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:15.357Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:29:15.358Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:29:15.358Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:29:15.358Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854555357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:29:16.358Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:29:16.359Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:29:16.359Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a, URL: /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar to file: /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:16.368Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230627060059-csar.csar
2023-06-27T08:29:16.369Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:16.370Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:16.516Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP836147021136034140/Definitions/service-Vfw20230627060059-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-06-27T08:29:18.143Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T08:29:18.144Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:29:18.144Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:18.144Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-06-27T08:29:18.144Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:18.144Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9b185e19-f75f 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-Vfw20230627060059-csar.csar
2023-06-27T08:29:18.144Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T08:29:18.144Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T08:29:18.144Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T08:29:18.144Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:18.145Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:18.145Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-Vfw20230627060059-csar.csar
2023-06-27T08:29:18.145Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:18.145Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:18.145Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230627060059-csar.csar
2023-06-27T08:29:18.145Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:29:18.145Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.145Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:29:18.145Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T08:29:18.145Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:29:18.145Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:29:18.146Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.146Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:29:18.146Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T08:29:18.146Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:29:18.146Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:29:18.146Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.146Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:29:18.146Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.146Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T08:29:18.147Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T08:29:18.147Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T08:29:18.147Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T08:29:18.147Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:29:18.147Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T08:29:18.147Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:29:18.147Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T08:29:18.147Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T08:29:18.147Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T08:29:18.148Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:29:18.148Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T08:29:18.148Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T08:29:18.148Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T08:29:18.148Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T08:29:18.148Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:29:18.148Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T08:29:18.148Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.148Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T08:29:18.149Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.149Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T08:29:18.149Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:29:18.149Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.149Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T08:29:18.149Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:29:18.149Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.149Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is matching search criteria
2023-06-27T08:29:18.150Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9b185e19-f75f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:29:18.150Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.150Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T08:29:18.150Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T08:29:18.150Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-06-27T08:29:18.150Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T08:29:18.150Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T08:29:18.151Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T08:29:18.151Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:29:18.151Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T08:29:18.151Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T08:29:18.151Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T08:29:18.151Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T08:29:18.151Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:29:18.151Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=62b219b4-641b-43b6-81f5-0398811178b1
2023-06-27T08:29:18.152Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.152Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T08:29:18.152Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T08:29:18.152Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T08:29:18.152Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T08:29:18.152Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:29:18.152Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T08:29:18.152Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:29:18.153Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T08:29:18.153Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-06-27T08:29:18.153Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-06-27T08:29:18.153Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-06-27T08:29:18.153Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-06-27T08:29:18.153Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:29:18.153Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=919cf075-45b2-4267-abda-778b62997978
2023-06-27T08:29:18.153Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.154Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vFW 9b185e19-f75f 0 is not matching search criteria
2023-06-27T08:29:18.154Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-06-27T08:29:18.154Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-06-27T08:29:18.154Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-06-27T08:29:18.154Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:29:18.154Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-06-27T08:29:18.154Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-06-27T08:29:18.154Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-06-27T08:29:18.155Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-06-27T08:29:18.155Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-06-27T08:29:18.155Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-06-27T08:29:18.155Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-06-27T08:29:18.155Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-06-27T08:29:18.155Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee16d6f0-7898-4e7c-af82-220ec2112bc8
2023-06-27T08:29:18.155Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.155Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:29:18.156Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.156Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:29:18.156Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.156Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:29:18.156Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:29:18.156Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-06-27 06-00-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:29:18.156Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-06-27 06-00-59
Description:catalog service description
Model UUID:7870ee41-ed8a-4de2-97c9-902b638edd42
Model Version:NULL
Model InvariantUuid:9678d515-aaf4-4e45-89e7-8ba57103dfe0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9b185e19-f75f
Model UUID:f38726b7-5ca6-465a-90d3-718afab3d7b9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b05062e-35f0-4fe5-bfa4-6d2922e98502
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7e8b61fa-83de-474c-a23e-8a690db66b1c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b18169e9-ad4e-459b-bdd8-e7304f683128
ModelName:Vfw9b185e19F75f..base_vfw..module-0
ModelUuid:c6e57a97-50c3-4655-94d3-d9a617dd61b4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:62b219b4-641b-43b6-81f5-0398811178b1
ModelInvariantUuid:1b150dd4-39ec-4216-be55-af0fae6e2b97
ModelName:vFW 9b185e19-f75f-nodes.vfwCvfc
ModelUuid:a50e41f1-9876-4e95-a5fd-a96a5ff63076
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:11c3ee74-5fc0-4d73-a7c0-9c35f9f9e8e4
ModelInvariantUuid:0fb56a60-41ca-4c7a-a713-621f16529df0
ModelName:Vfw9b185e19F75f.compute.nodes.heat.vfw
ModelUuid:c115e9a3-a2a6-475b-b0c0-71b40cecb210
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:919cf075-45b2-4267-abda-778b62997978
ModelInvariantUuid:78a6f7d9-b40a-4733-892f-ade164835601
ModelName:vFW 9b185e19-f75f-nodes.vsnCvfc
ModelUuid:980119cb-02ec-4147-9019-3bcf4fb8d003
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:47a31763-3350-442e-b901-ff53e4f4fc77
ModelInvariantUuid:2289e62b-a699-4479-8357-45e55ab67d01
ModelName:Vfw9b185e19F75f.compute.nodes.heat.vsn
ModelUuid:c6b6be80-053a-4497-a712-f45727d1949d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ee16d6f0-7898-4e7c-af82-220ec2112bc8
ModelInvariantUuid:af8010cc-d16d-4a4e-844d-fb2889ac9bee
ModelName:vFW 9b185e19-f75f-nodes.vpgCvfc
ModelUuid:a7b1f0c3-17bd-4122-92d7-af774c00b1f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a7565757-e1b2-4fa5-b5a1-f06ed6e53681
ModelInvariantUuid:b7670ffc-e634-46ff-b192-8a68a1a4c109
ModelName:Vfw9b185e19F75f.compute.nodes.heat.vpg
ModelUuid:fdb732c9-c29a-4e01-867c-f0c3ec81a880
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=?
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-06-27T08:29:18.186Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a already exists
2023-06-27T08:29:18.186Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar ASDC sendASDCNotification
2023-06-27T08:29:18.186Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar(Csar with UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a already exists)
2023-06-27T08:29:18.186Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:29:18.187Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:29:18.187Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:29:18.187Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854558186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:29:19.188Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar ASDC sendASDCNotification
2023-06-27T08:29:19.188Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar(Resource with UUID: 6f7a8439-cdef-45ae-8839-b7a28212fa08 already exists)
2023-06-27T08:29:19.188Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:29:19.189Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:29:19.189Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:29:19.189Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854559188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f7a8439-cdef-45ae-8839-b7a28212fa08 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:29:20.190Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:29:20.210Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:29:20.212Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:29:20.213Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:29:20.213Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:29:20.213Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:29:27.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:29:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T08:29:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:29:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:29:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T08:29:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vfw9b185e19f75f0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T08:29:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/resourceInstances/vfw9b185e19f75f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854555357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854558186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c2746e6-1f74-433c-bf0a-8f631462758a already exists"
}
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854559188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230627060059/1.0/artifacts/service-Vfw20230627060059-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f7a8439-cdef-45ae-8839-b7a28212fa08 already exists"
}
2023-06-27T08:29:27.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:29:50.213Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:29:50.224Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:29:50.227Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:29:50.227Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:29:50.227Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:29:50.227Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:30:20.227Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:30:20.240Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:30:20.243Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:30:20.243Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:30:20.243Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:30:20.243Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:30:27.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:30:50.243Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:30:50.259Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:30:50.262Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:30:50.262Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:30:50.262Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:30:50.262Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:31:20.262Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:31:20.275Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:31:20.278Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:31:20.278Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:31:20.278Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:31:20.278Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:31:27.535Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:31:50.278Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:31:50.293Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:31:50.295Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:31:50.296Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:31:50.296Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:31:50.296Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:32:20.296Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:32:20.309Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:32:20.312Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:32:20.313Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:32:20.313Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:32:20.313Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:32:27.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:32:50.314Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:32:50.332Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:32:50.335Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:32:50.335Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:32:50.336Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:32:50.336Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:33:20.336Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:33:20.353Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:33:20.356Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:33:20.357Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:33:20.357Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:33:20.357Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:33:27.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:33:50.358Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:33:50.373Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:33:50.376Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:33:50.376Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:33:50.376Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:33:50.376Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:34:20.376Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T08:34:20.377Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 401b2954-9703-4029-a12b-1952232d4f98 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-06-27T08:34:20.385Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 401b2954-9703-4029-a12b-1952232d4f98 and serviceModelVersionId: 7870ee41-ed8a-4de2-97c9-902b638edd42
2023-06-27T08:34:20.385Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9678d515-aaf4-4e45-89e7-8ba57103dfe0
2023-06-27T08:34:20.386Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0
2023-06-27T08:34:20.390Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T08:34:20.411Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|INFO|500||Invoke
2023-06-27T08:34:20.411Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[401b2954-9703-4029-a12b-1952232d4f98], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[377a3c7f-0a32-4deb-9f9b-d532b1e9e9e7], X-ECOMP-RequestID=[401b2954-9703-4029-a12b-1952232d4f98], X-TransactionId=[], X-ONAP-RequestID=[401b2954-9703-4029-a12b-1952232d4f98], Content-Type=[application/merge-patch+json]}
2023-06-27T08:34:20.418Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T08:34:20.568Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?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/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 08:34:21 GMT], content-length=[0], vertex-id=[208952], x-aai-txid=[1-aai-resources-230627-08:34:21:151-32031], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T08:34:20.568Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T08:34:20.569Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9678d515-aaf4-4e45-89e7-8ba57103dfe0/model-vers/model-ver/7870ee41-ed8a-4de2-97c9-902b638edd42?depth=0|INFO|500||InvokeReturn
2023-06-27T08:34:20.569Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T08:34:20.570Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-06-27T08:34:20.577Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||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-06-27T08:34:20.577Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 401b2954-9703-4029-a12b-1952232d4f98 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T08:34:20.578Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T08:34:20.578Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:34:20.578Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:34:20.578Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854860577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:34:20.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T08:34:20.592Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "401b2954-9703-4029-a12b-1952232d4f98",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854860577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T08:34:20.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T08:34:21.596Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T08:34:21.596Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"e9a207dc-00af-4b37-a9c4-756b8b090e37","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69315eca-e4d1-478d-abd7-03cf483013f1","serviceDescription":"service","serviceInvariantUUID":"e35edcfb-7a10-47d9-ac83-ebd7a974816a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f205431-c0de-435d-b7fc-385ac072e2d4","resourceInvariantUUID":"d9b60ab7-02f4-45ab-9431-465ca3e47f35","resourceCustomizationUUID":"1e41980d-4ce8-4fcd-b179-38feb50d5b76","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":"ZGE5NTY2YzhkYzQ5Y2QyOWU0OTFjNTBmNzFjZTFiN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33549cc6-42ac-465c-af97-9a21ca0e9f8c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDg1ZmE0ODY3YjVmMTdiMzhjYjNiNTZkZmJiZjAyZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d241edd6-ff4a-4d11-88ab-54bf8f1b279a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T08:34:21.596Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:34:21.597Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:34:21.597Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:34:21.597Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:34:22.597Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:34:22.598Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:34:22.598Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:34:22.598Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:34:23.599Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "69315eca-e4d1-478d-abd7-03cf483013f1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e35edcfb-7a10-47d9-ac83-ebd7a974816a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1e41980d-4ce8-4fcd-b179-38feb50d5b76",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "0f205431-c0de-435d-b7fc-385ac072e2d4",
      "resourceInvariantUUID": "d9b60ab7-02f4-45ab-9431-465ca3e47f35",
      "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": "MDg1ZmE0ODY3YjVmMTdiMzhjYjNiNTZkZmJiZjAyZjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d241edd6-ff4a-4d11-88ab-54bf8f1b279a"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T08:34:23.600Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T08:34:23.600Z|401b2954-9703-4029-a12b-1952232d4f98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69315eca-e4d1-478d-abd7-03cf483013f1 ASDC
2023-06-27T08:34:23.601Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e9a207dc-00af-4b37-a9c4-756b8b090e37
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:69315eca-e4d1-478d-abd7-03cf483013f1
ServiceInvariantUUID:e35edcfb-7a10-47d9-ac83-ebd7a974816a
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:d241edd6-ff4a-4d11-88ab-54bf8f1b279a
ArtifactChecksum:MDg1ZmE0ODY3YjVmMTdiMzhjYjNiNTZkZmJiZjAyZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1e41980d-4ce8-4fcd-b179-38feb50d5b76
ResourceInvariantUUID:d9b60ab7-02f4-45ab-9431-465ca3e47f35
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0f205431-c0de-435d-b7fc-385ac072e2d4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-06-27T08:34:23.601Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69315eca-e4d1-478d-abd7-03cf483013f1 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:34:23.644Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:34:23.645Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:34:23.645Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:34:23.645Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-06-27T08:34:23.645Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:34:23.645Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-06-27T08:34:23.892Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:34:23.893Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d241edd6-ff4a-4d11-88ab-54bf8f1b279a 57783
2023-06-27T08:34:23.893Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-06-27T08:34:23.893Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-06-27T08:34:23.893Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:34:23.893Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:34:23.893Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:34:23.893Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854863893,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:34:24.894Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:34:24.895Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:34:24.895Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-06-27T08:34:24.895Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-06-27T08:34:24.896Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-06-27T08:34:24.896Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-06-27T08:34:25.027Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP310705067833244283/Definitions/service-BasicNetwork-template.yml
2023-06-27T08:34:25.366Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T08:34:25.366Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:34:25.366Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-06-27T08:34:25.367Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-06-27T08:34:25.367Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:34:25.368Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:34:25.369Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:69315eca-e4d1-478d-abd7-03cf483013f1
Model Version:NULL
Model InvariantUuid:e35edcfb-7a10-47d9-ac83-ebd7a974816a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d9b60ab7-02f4-45ab-9431-465ca3e47f35
Model UUID:96eeb009-ef36-4286-869a-9647d7b3e1f1
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1e41980d-4ce8-4fcd-b179-38feb50d5b76
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=?
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-06-27T08:34:25.399Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||ERROR|500||Csar with UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a already exists
2023-06-27T08:34:25.400Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-06-27T08:34:25.400Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a already exists)
2023-06-27T08:34:25.400Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:34:25.400Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:34:25.401Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:34:25.401Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854865400,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:34:26.402Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-06-27T08:34:26.404Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 0f205431-c0de-435d-b7fc-385ac072e2d4 already exists)
2023-06-27T08:34:26.404Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:34:26.404Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:34:26.404Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:34:26.405Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854866402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0f205431-c0de-435d-b7fc-385ac072e2d4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:34:27.406Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:34:27.420Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:34:27.423Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:34:27.423Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:34:27.424Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:34:27.424Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:34:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:34:27.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T08:34:27.539Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:34:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:34:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T08:34:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T08:34:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:34:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T08:34:27.540Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854863893,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:34:27.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:34:27.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T08:34:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854865400,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d241edd6-ff4a-4d11-88ab-54bf8f1b279a already exists"
}
2023-06-27T08:34:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:34:27.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-06-27T08:34:27.541Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687854866402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0f205431-c0de-435d-b7fc-385ac072e2d4 already exists"
}
2023-06-27T08:34:27.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:34:57.425Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:34:57.439Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:34:57.442Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:34:57.442Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:34:57.442Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:34:57.442Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:35:27.443Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:35:27.461Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:35:27.464Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:35:27.464Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:35:27.464Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:35:27.464Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:35:27.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:35:57.464Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:35:57.481Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:35:57.485Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:35:57.485Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:35:57.485Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:35:57.485Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:36:27.485Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:36:27.504Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:36:27.507Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:36:27.507Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:36:27.507Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:36:27.507Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:36:27.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:36:57.508Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:36:57.522Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:36:57.525Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:36:57.525Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:36:57.525Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:36:57.525Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:37:27.525Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:37:27.538Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:37:27.542Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:37:27.544Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:37:27.544Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:37:27.544Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:37:27.544Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:37:57.544Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:37:57.560Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:37:57.563Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:37:57.563Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:37:57.563Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:37:57.563Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:38:27.540Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:38:27.563Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:38:27.575Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:38:27.578Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:38:27.578Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:38:27.578Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:38:27.578Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:38:57.578Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:38:57.594Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:38:57.597Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:38:57.597Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:38:57.597Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:38:57.597Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:39:27.541Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:27.598Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T08:39:27.599Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9a207dc-00af-4b37-a9c4-756b8b090e37 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-06-27T08:39:27.607Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9a207dc-00af-4b37-a9c4-756b8b090e37 and serviceModelVersionId: 69315eca-e4d1-478d-abd7-03cf483013f1
2023-06-27T08:39:27.608Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e35edcfb-7a10-47d9-ac83-ebd7a974816a
2023-06-27T08:39:27.608Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0
2023-06-27T08:39:27.613Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T08:39:27.638Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|INFO|500||Invoke
2023-06-27T08:39:27.638Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e9a207dc-00af-4b37-a9c4-756b8b090e37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[490c04e0-462f-45b2-b19d-9cdbfd100fcb], X-ECOMP-RequestID=[e9a207dc-00af-4b37-a9c4-756b8b090e37], X-TransactionId=[], X-ONAP-RequestID=[e9a207dc-00af-4b37-a9c4-756b8b090e37], Content-Type=[application/merge-patch+json]}
2023-06-27T08:39:27.644Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T08:39:27.779Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?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/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 08:39:28 GMT], content-length=[0], vertex-id=[176312], x-aai-txid=[1-aai-resources-230627-08:39:28:386-24133], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T08:39:27.779Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T08:39:27.780Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e35edcfb-7a10-47d9-ac83-ebd7a974816a/model-vers/model-ver/69315eca-e4d1-478d-abd7-03cf483013f1?depth=0|INFO|500||InvokeReturn
2023-06-27T08:39:27.780Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T08:39:27.780Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T08:39:27.789Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||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-06-27T08:39:27.790Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9a207dc-00af-4b37-a9c4-756b8b090e37 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T08:39:27.790Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T08:39:27.790Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:39:27.790Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:39:27.790Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855167790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:27.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:39:27.803Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9a207dc-00af-4b37-a9c4-756b8b090e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855167790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T08:39:27.804Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T08:39:28.807Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T08:39:28.808Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"bd4797dc-43c0-4316-87ee-a5fb0e5b1215","serviceName":"Demo_pNF_HwMegHdsXdkkReA8lbiA","serviceVersion":"1.0","serviceUUID":"26d5e897-e45e-45f6-9043-9392c7dfffd9","serviceDescription":"catalog service description","serviceInvariantUUID":"9b1743bb-987f-47af-9528-256ddc72063f","resources":[{"resourceInstanceName":"pNF e9ffa0ba-07a9 0","resourceName":"pNF e9ffa0ba-07a9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"93f8773c-2a72-414e-964c-6f1e6663d9d7","resourceInvariantUUID":"eb0c5b8c-0cb1-4cdb-b444-1dfc9d8f1145","resourceCustomizationUUID":"31ff2e6f-028f-4967-8c3d-9e6abaf8f737","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml","artifactChecksum":"OTY5MzkzNDI0MmViMTdhNGZkNTU3Y2M4YWQxN2I5NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f629f5be-93f0-4778-84ad-9d89d24e2768","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar","artifactChecksum":"MmFhOGJlZGQ4YmIyMDE5NjRkNTQxOTFmM2Q1NWQ3MmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"448aafb3-58bc-4a67-bbf1-64223c564e58","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5bf52f8-1cfc-4f1f-a01f-9b34ae93572c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml","artifactChecksum":"OGJjZjE1MDM2MWU1MzY3MjA4MjZhYjk0MzE3OTQ0ODA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf9c32ff-32e7-4f15-9d79-c5e2c5f80584","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71660f1b-c459-4325-87ab-bb5e79a004ee","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e536c7a9-c89a-4964-92dc-38d4b67fac0f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml","artifactChecksum":"MjA4OGVhNGRiODZmOWEyM2VmMzhkYTVkZWQ0MDBlMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1bdef7a2-ac7e-42a2-8895-079ef22ddecc","artifactVersion":"1"},{"artifactName":"service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar","artifactChecksum":"Yzk0ZWNkM2MzZjU5NTAyM2MwYjViMWI4MjUwZjE3YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T08:39:28.808Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:39:28.808Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:39:28.808Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:39:28.808Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:29.809Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:39:29.809Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:39:29.810Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:39:29.810Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:30.810Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:39:30.811Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:39:30.811Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:39:30.811Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:31.811Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:39:31.812Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:39:31.812Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:39:31.812Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:32.813Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:39:32.813Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:39:32.814Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:39:32.814Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:33.814Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:39:33.815Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:39:33.815Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:39:33.815Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:34.815Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:39:34.816Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:39:34.816Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:39:34.816Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:35.817Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:39:35.817Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:39:35.817Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:39:35.817Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:36.818Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "serviceName": "Demo_pNF_HwMegHdsXdkkReA8lbiA",
  "serviceVersion": "1.0",
  "serviceUUID": "26d5e897-e45e-45f6-9043-9392c7dfffd9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9b1743bb-987f-47af-9528-256ddc72063f",
  "resources": [
    {
      "resourceInstanceName": "pNF e9ffa0ba-07a9 0",
      "resourceCustomizationUUID": "31ff2e6f-028f-4967-8c3d-9e6abaf8f737",
      "resourceName": "pNF e9ffa0ba-07a9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "93f8773c-2a72-414e-964c-6f1e6663d9d7",
      "resourceInvariantUUID": "eb0c5b8c-0cb1-4cdb-b444-1dfc9d8f1145",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
      "artifactChecksum": "Yzk0ZWNkM2MzZjU5NTAyM2MwYjViMWI4MjUwZjE3YzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T08:39:36.819Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T08:39:36.819Z|e9a207dc-00af-4b37-a9c4-756b8b090e37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 26d5e897-e45e-45f6-9043-9392c7dfffd9 ASDC
2023-06-27T08:39:36.819Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:bd4797dc-43c0-4316-87ee-a5fb0e5b1215
ServiceName:Demo_pNF_HwMegHdsXdkkReA8lbiA
ServiceVersion:1.0
ServiceUUID:26d5e897-e45e-45f6-9043-9392c7dfffd9
ServiceInvariantUUID:9b1743bb-987f-47af-9528-256ddc72063f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
ArtifactUUID:ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86
ArtifactChecksum:Yzk0ZWNkM2MzZjU5NTAyM2MwYjViMWI4MjUwZjE3YzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e9ffa0ba-07a9 0
ResourceCustomizationUUID:31ff2e6f-028f-4967-8c3d-9e6abaf8f737
ResourceInvariantUUID:eb0c5b8c-0cb1-4cdb-b444-1dfc9d8f1145
ResourceName:pNF e9ffa0ba-07a9
ResourceType:PNF
ResourceUUID:93f8773c-2a72-414e-964c-6f1e6663d9d7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-06-27T08:39:36.820Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26d5e897-e45e-45f6-9043-9392c7dfffd9 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:39:36.843Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:39:36.844Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:39:36.844Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:39:36.844Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 from URL: /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:36.844Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:39:36.844Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:37.092Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:39:37.093Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 87988
2023-06-27T08:39:37.093Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar ASDC sendASDCNotification
2023-06-27T08:39:37.093Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:37.093Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:39:37.094Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:39:37.094Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:39:37.094Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855177093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:38.095Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:39:38.095Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:39:38.095Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86, URL: /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar to file: /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:38.096Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:38.096Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:38.096Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:38.189Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP653941128920144702/Definitions/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml
2023-06-27T08:39:39.149Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T08:39:39.149Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e9ffa0ba-07a9 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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Node template pNF e9ffa0ba-07a9 0 is matching search criteria
2023-06-27T08:39:39.150Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e9ffa0ba-07a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Node template pNF e9ffa0ba-07a9 0 is matching search criteria
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e9ffa0ba-07a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_HwMegHdsXdkkReA8lbiA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:39:39.151Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HwMegHdsXdkkReA8lbiA
Description:catalog service description
Model UUID:26d5e897-e45e-45f6-9043-9392c7dfffd9
Model Version:NULL
Model InvariantUuid:9b1743bb-987f-47af-9528-256ddc72063f
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=?
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-06-27T08:39:39.180Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||ERROR|500||Csar with UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 already exists
2023-06-27T08:39:39.181Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar ASDC sendASDCNotification
2023-06-27T08:39:39.181Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar(Csar with UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 already exists)
2023-06-27T08:39:39.181Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:39:39.181Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:39:39.181Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:39:39.181Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855179181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:40.183Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar ASDC sendASDCNotification
2023-06-27T08:39:40.183Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar(Resource with UUID: 93f8773c-2a72-414e-964c-6f1e6663d9d7 already exists)
2023-06-27T08:39:40.183Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:39:40.183Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:39:40.184Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:39:40.184Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855180183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 93f8773c-2a72-414e-964c-6f1e6663d9d7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:39:41.185Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:39:41.199Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:39:41.202Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:39:41.202Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:39:41.202Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:39:41.203Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:40:11.203Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:40:11.216Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:40:11.219Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:40:11.219Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:40:11.219Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:40:11.219Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:40:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:40:27.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:40:27.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:40:27.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:40:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:40:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:40:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:40:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:40:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:40:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:40:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:40:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:40:27.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:40:27.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:40:27.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:40:27.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:40:27.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:40:27.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/resourceInstances/pnfe9ffa0ba07a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:40:27.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:40:27.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:40:27.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:40:27.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:40:27.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:40:27.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T08:40:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:40:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:40:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855177093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:40:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:40:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:40:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855179181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ccb4fc4b-2d96-4b0e-8c04-b7cbbce71c86 already exists"
}
2023-06-27T08:40:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:40:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:40:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855180183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHwmeghdsxdkkrea8lbia/1.0/artifacts/service-DemoPnfHwmeghdsxdkkrea8lbia-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 93f8773c-2a72-414e-964c-6f1e6663d9d7 already exists"
}
2023-06-27T08:40:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:40:41.219Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:40:41.235Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:40:41.238Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:40:41.238Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:40:41.239Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:40:41.239Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:41:11.239Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:41:11.251Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:41:11.254Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:41:11.254Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:41:11.254Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:41:11.254Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:41:27.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:41:41.254Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:41:41.272Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:41:41.274Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:41:41.274Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:41:41.274Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:41:41.274Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:42:11.276Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:42:11.291Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:42:11.295Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:42:11.295Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:42:11.295Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:42:11.295Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:42:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:42:41.296Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:42:41.308Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:42:41.311Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:42:41.312Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:42:41.312Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:42:41.312Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:43:11.312Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:43:11.325Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:43:11.328Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:43:11.328Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:43:11.328Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:43:11.328Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:43:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:43:41.328Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:43:41.344Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:43:41.347Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:43:41.347Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:43:41.347Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:43:41.347Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:44:11.348Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:44:11.363Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:44:11.367Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:44:11.367Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:44:11.367Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:44:11.367Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:44:27.536Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:44:41.367Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T08:44:41.368Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215 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-06-27T08:44:41.378Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd4797dc-43c0-4316-87ee-a5fb0e5b1215 and serviceModelVersionId: 26d5e897-e45e-45f6-9043-9392c7dfffd9
2023-06-27T08:44:41.378Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b1743bb-987f-47af-9528-256ddc72063f
2023-06-27T08:44:41.379Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0
2023-06-27T08:44:41.388Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T08:44:41.421Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?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-06-27T08:44:41.421Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0|INFO|500||Invoke
2023-06-27T08:44:41.430Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T08:44:41.547Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0|INFO|500||InvokeReturn
2023-06-27T08:44:41.547Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9b1743bb-987f-47af-9528-256ddc72063f/model-vers/model-ver/26d5e897-e45e-45f6-9043-9392c7dfffd9?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 08:44:42 GMT], content-length=[0], vertex-id=[229600], x-aai-txid=[1-aai-resources-230627-08:44:42:178-45196], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T08:44:41.547Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-06-27T08:44:41.547Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T08:44:41.547Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-06-27T08:44:41.556Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||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-06-27T08:44:41.556Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd4797dc-43c0-4316-87ee-a5fb0e5b1215 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T08:44:41.556Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T08:44:41.556Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:44:41.556Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:44:41.557Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855481556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:44:41.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:44:41.568Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd4797dc-43c0-4316-87ee-a5fb0e5b1215",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855481556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T08:44:41.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T08:44:42.578Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T08:44:42.578Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"39895ca4-0894-4ac5-bcbc-3fa5297cf30f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8ecac1db-8b38-4b9a-bcc4-7c542f067b1c","serviceDescription":"service","serviceInvariantUUID":"09dffb58-52ae-478d-86ca-84cd9be9a3d5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68aec9b0-eeca-4e97-a2d1-130247915f51","resourceInvariantUUID":"61b7ca18-c819-4256-bb18-463aae5142a7","resourceCustomizationUUID":"d25b11ce-a7ef-4e69-a868-aea7f4b030d3","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":"YmJiM2Y0OTEwNjI4NTNmOTk0MTFkOWU5MWNkZGJmYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4fbc23bb-74fc-498e-ad13-b859cf09adab","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":"NjVhNjI4M2I3YTRjN2IwZmVmNjdmNzY2MDEyMDVjN2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f73dc07-1c65-4aa9-b37e-fef7b33aa565","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":"e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc","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":"0e1f049d-0daa-41b0-a502-20530a6b573c","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":"4958f816-a072-45d6-919d-6a6ee1111083","artifactVersion":"2","generatedFromUUID":"e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTU1NDE4ZWEwM2IzNWIwYzFiYzcxN2Q5NjQwOTUyNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1de122b-c962-4dc2-84e8-ed5777c49173","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWEzZjRiMzUxNjdjYWE4ODc0NGI0NzY0ZTU4ZWI1OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9296d62-d0e7-4803-9bb9-b3e9b44af1a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T08:44:42.579Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:44:42.579Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:44:42.580Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:44:42.580Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T08:44:43.581Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:44:43.582Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:44:43.582Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:44:43.582Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T08:44:44.583Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:44:44.583Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:44:44.583Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:44:44.584Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T08:44:45.584Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:44:45.585Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:44:45.585Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:44:45.585Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T08:44:46.585Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:44:46.586Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:44:46.586Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:44:46.586Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T08:44:47.587Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:44:47.588Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:44:47.588Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:44:47.589Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:44:48.590Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:44:48.591Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:44:48.591Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:44:48.591Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:44:49.592Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8ecac1db-8b38-4b9a-bcc4-7c542f067b1c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "09dffb58-52ae-478d-86ca-84cd9be9a3d5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d25b11ce-a7ef-4e69-a868-aea7f4b030d3",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "68aec9b0-eeca-4e97-a2d1-130247915f51",
      "resourceInvariantUUID": "61b7ca18-c819-4256-bb18-463aae5142a7",
      "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": "NjVhNjI4M2I3YTRjN2IwZmVmNjdmNzY2MDEyMDVjN2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8f73dc07-1c65-4aa9-b37e-fef7b33aa565",
          "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": "e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc",
          "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": "4958f816-a072-45d6-919d-6a6ee1111083",
            "generatedFromUUID": "e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc"
          },
          "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": "4958f816-a072-45d6-919d-6a6ee1111083",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWEzZjRiMzUxNjdjYWE4ODc0NGI0NzY0ZTU4ZWI1OWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b9296d62-d0e7-4803-9bb9-b3e9b44af1a8"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T08:44:49.592Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T08:44:49.592Z|bd4797dc-43c0-4316-87ee-a5fb0e5b1215|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ecac1db-8b38-4b9a-bcc4-7c542f067b1c ASDC
2023-06-27T08:44:49.593Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:39895ca4-0894-4ac5-bcbc-3fa5297cf30f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8ecac1db-8b38-4b9a-bcc4-7c542f067b1c
ServiceInvariantUUID:09dffb58-52ae-478d-86ca-84cd9be9a3d5
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:b9296d62-d0e7-4803-9bb9-b3e9b44af1a8
ArtifactChecksum:ZWEzZjRiMzUxNjdjYWE4ODc0NGI0NzY0ZTU4ZWI1OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d25b11ce-a7ef-4e69-a868-aea7f4b030d3
ResourceInvariantUUID:61b7ca18-c819-4256-bb18-463aae5142a7
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:68aec9b0-eeca-4e97-a2d1-130247915f51
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:8f73dc07-1c65-4aa9-b37e-fef7b33aa565
ArtifactChecksum:NjVhNjI4M2I3YTRjN2IwZmVmNjdmNzY2MDEyMDVjN2Q=
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:e9092de9-5a0b-4ddd-bf5e-baa6b22e36fc
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:4958f816-a072-45d6-919d-6a6ee1111083
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:4958f816-a072-45d6-919d-6a6ee1111083
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T08:44:49.593Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ecac1db-8b38-4b9a-bcc4-7c542f067b1c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:44:49.620Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:44:49.620Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:44:49.620Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:44:49.621Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-06-27T08:44:49.621Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:44:49.621Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-06-27T08:44:49.876Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:44:49.877Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 75160
2023-06-27T08:44:49.878Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-06-27T08:44:49.878Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-06-27T08:44:49.878Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:44:49.878Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:44:49.878Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:44:49.878Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855489877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:44:50.880Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:44:50.881Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:44:50.881Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-06-27T08:44:50.881Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-06-27T08:44:50.882Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-06-27T08:44:50.882Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-06-27T08:44:50.973Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16249648195858249105/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-06-27T08:44:51.966Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T08:44:51.966Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:44:51.966Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-06-27T08:44:51.966Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T08:44:51.966Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T08:44:51.966Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T08:44:51.966Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T08:44:51.966Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.967Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:44:51.968Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b6066fa4-2010-4518-bfc4-2a745905bdb1
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:44:51.969Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:44:51.970Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8ecac1db-8b38-4b9a-bcc4-7c542f067b1c
Model Version:NULL
Model InvariantUuid:09dffb58-52ae-478d-86ca-84cd9be9a3d5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:17d14243-5d6b-44e1-8e30-20555e97db38
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:61b7ca18-c819-4256-bb18-463aae5142a7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d25b11ce-a7ef-4e69-a868-aea7f4b030d3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d04265f1-63f0-4c6b-a275-8ec045045ad1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a229dcfe-6f38-4ab3-b78e-11ed2c796abc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b6066fa4-2010-4518-bfc4-2a745905bdb1
ModelInvariantUuid:395f5d2d-d334-4547-8810-c6c71eab9cd4
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:b7056422-2fd2-4614-99bc-982a210036e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8f8c8d92-060f-4ff5-8199-ef88e816f1b5
ModelInvariantUuid:d22214e9-2bb1-4666-943a-5c94510f7421
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:eaaa2421-400e-4b91-8a81-1eb68e79531c
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=?
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-06-27T08:44:51.994Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||ERROR|500||Csar with UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 already exists
2023-06-27T08:44:51.995Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-06-27T08:44:51.995Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 already exists)
2023-06-27T08:44:51.995Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:44:51.995Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:44:51.995Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:44:51.995Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855491994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:44:52.996Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-06-27T08:44:52.996Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 68aec9b0-eeca-4e97-a2d1-130247915f51 already exists)
2023-06-27T08:44:52.996Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:44:52.997Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:44:52.997Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:44:52.997Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855492996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 68aec9b0-eeca-4e97-a2d1-130247915f51 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:44:53.998Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:44:54.012Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:44:54.015Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:44:54.015Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:44:54.015Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:44:54.015Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:45:24.015Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:45:24.030Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:45:24.033Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:45:24.033Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:45:24.033Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:45:24.033Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:45:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:45:27.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:45:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:45:27.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:45:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:45:27.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T08:45:27.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:45:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:45:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-06-27T08:45:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:45:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:45:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:45:27.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:45:27.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:45:27.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-06-27T08:45:27.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:45:27.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:45:27.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:45:27.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:45:27.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:45:27.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T08:45:27.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:45:27.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:45:27.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855489877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:45:27.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:45:27.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:45:27.546Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855491994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: b9296d62-d0e7-4803-9bb9-b3e9b44af1a8 already exists"
}
2023-06-27T08:45:27.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:45:27.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:45:27.546Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855492996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 68aec9b0-eeca-4e97-a2d1-130247915f51 already exists"
}
2023-06-27T08:45:27.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:45:54.033Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:45:54.049Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:45:54.051Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:45:54.052Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:45:54.052Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:45:54.052Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:46:24.052Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:46:24.068Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:46:24.070Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:46:24.070Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:46:24.070Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:46:24.070Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:46:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:46:54.070Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:46:54.085Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:46:54.087Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:46:54.087Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:46:54.087Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:46:54.087Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:47:24.087Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:47:24.100Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:47:24.104Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:47:24.104Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:47:24.104Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:47:24.104Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:47:27.535Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:47:54.105Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:47:54.115Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:47:54.117Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:47:54.117Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:47:54.118Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:47:54.118Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:48:24.118Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:48:24.132Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:48:24.135Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:48:24.135Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:48:24.135Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:48:24.135Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:48:27.535Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:48:54.135Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:48:54.154Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:48:54.157Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:48:54.157Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:48:54.157Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:48:54.157Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:49:24.158Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:49:24.174Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:49:24.178Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:49:24.178Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:49:24.178Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:49:24.178Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:49:27.537Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:49:54.178Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T08:49:54.179Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f 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-06-27T08:49:54.188Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39895ca4-0894-4ac5-bcbc-3fa5297cf30f and serviceModelVersionId: 8ecac1db-8b38-4b9a-bcc4-7c542f067b1c
2023-06-27T08:49:54.188Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09dffb58-52ae-478d-86ca-84cd9be9a3d5
2023-06-27T08:49:54.189Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0
2023-06-27T08:49:54.193Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T08:49:54.210Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|INFO|500||Invoke
2023-06-27T08:49:54.211Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39895ca4-0894-4ac5-bcbc-3fa5297cf30f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd805e07-2e8d-4991-8d16-425988ae486d], X-ECOMP-RequestID=[39895ca4-0894-4ac5-bcbc-3fa5297cf30f], X-TransactionId=[], X-ONAP-RequestID=[39895ca4-0894-4ac5-bcbc-3fa5297cf30f], Content-Type=[application/merge-patch+json]}
2023-06-27T08:49:54.216Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T08:49:54.422Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?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/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 08:49:54 GMT], content-length=[0], vertex-id=[237792], x-aai-txid=[0-aai-resources-230627-08:49:54:972-84347], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T08:49:54.422Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T08:49:54.423Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09dffb58-52ae-478d-86ca-84cd9be9a3d5/model-vers/model-ver/8ecac1db-8b38-4b9a-bcc4-7c542f067b1c?depth=0|INFO|500||InvokeReturn
2023-06-27T08:49:54.424Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T08:49:54.424Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T08:49:54.432Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||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-06-27T08:49:54.432Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39895ca4-0894-4ac5-bcbc-3fa5297cf30f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T08:49:54.433Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T08:49:54.433Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:49:54.434Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:49:54.434Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855794433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:49:54.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:49:54.448Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "39895ca4-0894-4ac5-bcbc-3fa5297cf30f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855794433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T08:49:54.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T08:49:55.453Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T08:49:55.454Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"025bfba3-ad28-4963-94df-da43928488e0","serviceName":"Demo_pNF_7pSdoQfktMO4pwpWQLO0","serviceVersion":"1.0","serviceUUID":"f085ad6f-b243-4c02-a3ec-886cb99c1b4d","serviceDescription":"catalog service description","serviceInvariantUUID":"d4df9163-93c2-4ac2-9fa6-ef0f862db04d","resources":[{"resourceInstanceName":"pNF 47fea659-eb24 0","resourceName":"pNF 47fea659-eb24","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"42ad953f-7c83-4b40-8572-15caf4bb3b9d","resourceInvariantUUID":"14109c7a-cf9c-4d40-9778-6e38925ad02e","resourceCustomizationUUID":"e99fda41-86a9-4269-aad7-7efaa4959aa7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml","artifactChecksum":"MzNkMDgyOTM2Yjc2MzhjN2Y4YWIxMzlmNTg4ZTBkZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a67eba7a-0299-42f9-aad9-d9e19fa7166f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar","artifactChecksum":"MmFhOGJlZGQ4YmIyMDE5NjRkNTQxOTFmM2Q1NWQ3MmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8bfc8a0c-03a1-4831-9360-f4e5133bd75c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1fe02296-8421-46ee-b0e2-206545c9bb9f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml","artifactChecksum":"NTZlZjQ1NTAxYjdlOTY4MDFhNzVhNDA4Mzk2MjQyMzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"939a256b-8bc8-4b38-989e-aa2a1e17da27","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52cb8428-9c19-425c-b61d-742a9c2df953","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1dacf21d-00b9-46aa-9c15-2e7af5efe2b7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml","artifactChecksum":"MzBhY2NiMDczM2IxMTBkNjE4M2YyNzBmMTNkMTQxOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3e3aa8b-823d-41c5-8ed9-106377b8616d","artifactVersion":"1"},{"artifactName":"service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar","artifactChecksum":"ZTgzYzM2ZDA5N2E1OGE5ZGRhYTc2ODY5MGNhZDEyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac1cd5bf-582b-4c7f-9563-6f8b03114b01","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T08:49:55.454Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:49:55.454Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:49:55.455Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:49:55.455Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:49:56.456Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:49:56.456Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:49:56.457Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:49:56.457Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:49:57.460Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:49:57.461Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:49:57.461Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:49:57.461Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:49:58.463Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:49:58.464Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:49:58.464Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:49:58.465Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:49:59.467Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:49:59.467Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:49:59.468Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:49:59.468Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:50:00.470Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:50:00.471Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:50:00.471Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:50:00.471Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:50:01.473Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:50:01.474Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:50:01.474Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:50:01.474Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:50:02.475Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:50:02.475Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:50:02.475Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:50:02.475Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:50:03.476Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "serviceName": "Demo_pNF_7pSdoQfktMO4pwpWQLO0",
  "serviceVersion": "1.0",
  "serviceUUID": "f085ad6f-b243-4c02-a3ec-886cb99c1b4d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d4df9163-93c2-4ac2-9fa6-ef0f862db04d",
  "resources": [
    {
      "resourceInstanceName": "pNF 47fea659-eb24 0",
      "resourceCustomizationUUID": "e99fda41-86a9-4269-aad7-7efaa4959aa7",
      "resourceName": "pNF 47fea659-eb24",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "42ad953f-7c83-4b40-8572-15caf4bb3b9d",
      "resourceInvariantUUID": "14109c7a-cf9c-4d40-9778-6e38925ad02e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
      "artifactChecksum": "ZTgzYzM2ZDA5N2E1OGE5ZGRhYTc2ODY5MGNhZDEyNDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac1cd5bf-582b-4c7f-9563-6f8b03114b01"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T08:50:03.477Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T08:50:03.477Z|39895ca4-0894-4ac5-bcbc-3fa5297cf30f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f085ad6f-b243-4c02-a3ec-886cb99c1b4d ASDC
2023-06-27T08:50:03.477Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:025bfba3-ad28-4963-94df-da43928488e0
ServiceName:Demo_pNF_7pSdoQfktMO4pwpWQLO0
ServiceVersion:1.0
ServiceUUID:f085ad6f-b243-4c02-a3ec-886cb99c1b4d
ServiceInvariantUUID:d4df9163-93c2-4ac2-9fa6-ef0f862db04d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
ArtifactUUID:ac1cd5bf-582b-4c7f-9563-6f8b03114b01
ArtifactChecksum:ZTgzYzM2ZDA5N2E1OGE5ZGRhYTc2ODY5MGNhZDEyNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 47fea659-eb24 0
ResourceCustomizationUUID:e99fda41-86a9-4269-aad7-7efaa4959aa7
ResourceInvariantUUID:14109c7a-cf9c-4d40-9778-6e38925ad02e
ResourceName:pNF 47fea659-eb24
ResourceType:PNF
ResourceUUID:42ad953f-7c83-4b40-8572-15caf4bb3b9d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-06-27T08:50:03.478Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f085ad6f-b243-4c02-a3ec-886cb99c1b4d 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:50:03.510Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:50:03.511Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:50:03.512Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:50:03.512Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01 from URL: /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:03.512Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:50:03.512Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:03.794Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:50:03.795Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar ac1cd5bf-582b-4c7f-9563-6f8b03114b01 87990
2023-06-27T08:50:03.796Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar ASDC sendASDCNotification
2023-06-27T08:50:03.796Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:03.796Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:50:03.796Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:50:03.797Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:50:03.797Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855803796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:50:04.797Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:50:04.798Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:50:04.799Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01, URL: /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar to file: /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:04.799Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:04.801Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:04.801Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:04.900Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP372284991091242175/Definitions/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml
2023-06-27T08:50:05.671Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T08:50:05.672Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:50:05.672Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:05.672Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T08:50:05.672Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:05.672Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:05.672Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:05.672Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:05.672Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:05.672Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 47fea659-eb24 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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:05.672Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar
2023-06-27T08:50:05.673Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:50:05.673Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:50:05.673Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:50:05.673Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Node template pNF 47fea659-eb24 0 is matching search criteria
2023-06-27T08:50:05.673Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:50:05.673Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 47fea659-eb24 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:50:05.674Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:50:05.674Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:50:05.674Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Node template pNF 47fea659-eb24 0 is matching search criteria
2023-06-27T08:50:05.674Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:50:05.674Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 47fea659-eb24 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:50:05.674Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:50:05.674Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:50:05.674Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:50:05.674Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:50:05.674Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:50:05.675Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:50:05.676Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:50:05.676Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:50:05.676Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:50:05.676Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_7pSdoQfktMO4pwpWQLO0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:50:05.676Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_7pSdoQfktMO4pwpWQLO0
Description:catalog service description
Model UUID:f085ad6f-b243-4c02-a3ec-886cb99c1b4d
Model Version:NULL
Model InvariantUuid:d4df9163-93c2-4ac2-9fa6-ef0f862db04d
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=?
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-06-27T08:50:05.704Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||ERROR|500||Csar with UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01 already exists
2023-06-27T08:50:05.704Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar ASDC sendASDCNotification
2023-06-27T08:50:05.705Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar(Csar with UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01 already exists)
2023-06-27T08:50:05.705Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:50:05.705Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:50:05.706Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:50:05.706Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855805704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:50:06.707Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar ASDC sendASDCNotification
2023-06-27T08:50:06.707Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar(Resource with UUID: 42ad953f-7c83-4b40-8572-15caf4bb3b9d already exists)
2023-06-27T08:50:06.707Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:50:06.707Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:50:06.708Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:50:06.708Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855806707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 42ad953f-7c83-4b40-8572-15caf4bb3b9d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:50:07.708Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:50:07.724Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:50:07.727Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:50:07.728Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:50:07.728Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:50:07.728Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:50:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:50:27.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:50:27.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:50:27.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:50:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:50:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:50:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:50:27.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:50:27.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:50:27.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/resourceInstances/pnf47fea659eb240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:50:27.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:50:27.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T08:50:27.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:50:27.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:50:27.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855803796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:50:27.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:50:27.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:50:27.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855805704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac1cd5bf-582b-4c7f-9563-6f8b03114b01 already exists"
}
2023-06-27T08:50:27.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:50:27.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-06-27T08:50:27.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687855806707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7psdoqfktmo4pwpwqlo0/1.0/artifacts/service-DemoPnf7psdoqfktmo4pwpwqlo0-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 42ad953f-7c83-4b40-8572-15caf4bb3b9d already exists"
}
2023-06-27T08:50:27.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:50:37.728Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:50:37.739Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:50:37.742Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:50:37.742Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:50:37.742Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:50:37.742Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:51:07.743Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:51:07.759Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:51:07.762Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:51:07.763Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:51:07.763Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:51:07.763Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:51:27.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:51:37.763Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:51:37.781Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:51:37.785Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:51:37.785Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:51:37.785Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:51:37.785Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:52:07.785Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:52:07.800Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:52:07.804Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:52:07.804Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:52:07.804Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:52:07.804Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:52:27.536Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:52:37.804Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:52:37.822Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:52:37.827Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:52:37.827Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:52:37.827Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:52:37.827Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:53:07.828Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:53:07.847Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:53:07.851Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:53:07.852Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:53:07.852Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:53:07.852Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:53:27.536Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:53:37.852Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:53:37.870Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:53:37.874Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:53:37.875Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:53:37.875Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:53:37.875Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:54:07.875Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:54:07.889Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:54:07.892Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:54:07.892Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:54:07.892Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:54:07.892Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:54:27.537Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:54:37.892Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:54:37.909Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:54:37.911Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:54:37.911Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:54:37.911Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:54:37.911Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:55:07.912Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T08:55:07.912Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 025bfba3-ad28-4963-94df-da43928488e0 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-06-27T08:55:07.922Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 025bfba3-ad28-4963-94df-da43928488e0 and serviceModelVersionId: f085ad6f-b243-4c02-a3ec-886cb99c1b4d
2023-06-27T08:55:07.922Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4df9163-93c2-4ac2-9fa6-ef0f862db04d
2023-06-27T08:55:07.923Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0
2023-06-27T08:55:07.933Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T08:55:07.958Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|INFO|500||Invoke
2023-06-27T08:55:07.958Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[025bfba3-ad28-4963-94df-da43928488e0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a185cf2-01ee-47d6-954e-503d6f255688], X-ECOMP-RequestID=[025bfba3-ad28-4963-94df-da43928488e0], X-TransactionId=[], X-ONAP-RequestID=[025bfba3-ad28-4963-94df-da43928488e0], Content-Type=[application/merge-patch+json]}
2023-06-27T08:55:07.963Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T08:55:08.130Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?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/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 08:55:08 GMT], content-length=[0], vertex-id=[245984], x-aai-txid=[0-aai-resources-230627-08:55:08:729-65375], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T08:55:08.131Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T08:55:08.131Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4df9163-93c2-4ac2-9fa6-ef0f862db04d/model-vers/model-ver/f085ad6f-b243-4c02-a3ec-886cb99c1b4d?depth=0|INFO|500||InvokeReturn
2023-06-27T08:55:08.132Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T08:55:08.132Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-06-27T08:55:08.137Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||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-06-27T08:55:08.138Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 025bfba3-ad28-4963-94df-da43928488e0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T08:55:08.139Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T08:55:08.139Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:55:08.139Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:55:08.139Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856108139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:08.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-06-27T08:55:08.149Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "025bfba3-ad28-4963-94df-da43928488e0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856108139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T08:55:08.149Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T08:55:09.161Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T08:55:09.161Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1f045848-5dc3-48db-a8c7-36f424721bf2","serviceName":"Demo_pNF_Jt4GYHR0RJEKamnLxyhj","serviceVersion":"1.0","serviceUUID":"e54d5982-4fb4-438a-a5d6-efadb6583718","serviceDescription":"catalog service description","serviceInvariantUUID":"20eef194-ddcd-4179-b9d9-1987b6c746cc","resources":[{"resourceInstanceName":"pNF f0bbbb15-c804 0","resourceName":"pNF f0bbbb15-c804","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1acb8e-cff3-4239-8019-ad075767c363","resourceInvariantUUID":"f7a7fe4f-0e8c-4680-9bc0-09ad2b4f8792","resourceCustomizationUUID":"71622ad1-7926-4aad-8951-33d461e598fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vf-license-model.xml","artifactChecksum":"ZDE1ZTE5ZWRhODg4MDhmYmI2ZDg5NDhmNDliOTE2ZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ba049d3-399b-4d06-baf0-2ba5ec2e2fd1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/pNF.csar","artifactChecksum":"MmFhOGJlZGQ4YmIyMDE5NjRkNTQxOTFmM2Q1NWQ3MmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8dc98d70-ceb2-48de-ae15-dfa671cf382d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6917d8e-9778-4bcb-9168-21345a5c3a5e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vendor-license-model.xml","artifactChecksum":"YzM2NjY1N2Q4NjRlYmNjZjU3ZDMzYzBiNTQzYTI5YzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72b56d61-4729-4199-b570-ac78b6f58aa7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2041990a-1414-41a8-9c12-5b726a70b5ea","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"44bc8e05-c31d-4cf3-beee-bfdefe2deec9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml","artifactChecksum":"ZmZhMGUwZjkxMTkxZjViMmRiMjhmYzdhN2FkODU0NGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c67b00a7-a685-4572-9591-1daaa1ffb112","artifactVersion":"1"},{"artifactName":"service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar","artifactChecksum":"ZjBmNTY2YjVhZjI2ODZmYWNjYjExZjNiYjhmNzVjZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a49a36a4-1dac-48c8-b644-080dfdcb97cd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T08:55:09.161Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:55:09.161Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:55:09.162Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:55:09.162Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:10.163Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:55:10.163Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:55:10.163Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:55:10.163Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:11.164Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:55:11.165Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:55:11.165Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:55:11.165Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:12.166Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:55:12.166Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:55:12.166Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:55:12.166Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:13.167Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:55:13.167Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:55:13.167Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:55:13.167Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:14.168Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:55:14.168Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:55:14.168Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:55:14.168Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:15.169Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:55:15.169Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:55:15.170Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:55:15.170Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:16.171Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T08:55:16.172Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:55:16.172Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:55:16.172Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:17.173Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "serviceName": "Demo_pNF_Jt4GYHR0RJEKamnLxyhj",
  "serviceVersion": "1.0",
  "serviceUUID": "e54d5982-4fb4-438a-a5d6-efadb6583718",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "20eef194-ddcd-4179-b9d9-1987b6c746cc",
  "resources": [
    {
      "resourceInstanceName": "pNF f0bbbb15-c804 0",
      "resourceCustomizationUUID": "71622ad1-7926-4aad-8951-33d461e598fd",
      "resourceName": "pNF f0bbbb15-c804",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ea1acb8e-cff3-4239-8019-ad075767c363",
      "resourceInvariantUUID": "f7a7fe4f-0e8c-4680-9bc0-09ad2b4f8792",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
      "artifactChecksum": "ZjBmNTY2YjVhZjI2ODZmYWNjYjExZjNiYjhmNzVjZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a49a36a4-1dac-48c8-b644-080dfdcb97cd"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T08:55:17.173Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T08:55:17.173Z|025bfba3-ad28-4963-94df-da43928488e0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e54d5982-4fb4-438a-a5d6-efadb6583718 ASDC
2023-06-27T08:55:17.174Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1f045848-5dc3-48db-a8c7-36f424721bf2
ServiceName:Demo_pNF_Jt4GYHR0RJEKamnLxyhj
ServiceVersion:1.0
ServiceUUID:e54d5982-4fb4-438a-a5d6-efadb6583718
ServiceInvariantUUID:20eef194-ddcd-4179-b9d9-1987b6c746cc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
ArtifactUUID:a49a36a4-1dac-48c8-b644-080dfdcb97cd
ArtifactChecksum:ZjBmNTY2YjVhZjI2ODZmYWNjYjExZjNiYjhmNzVjZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f0bbbb15-c804 0
ResourceCustomizationUUID:71622ad1-7926-4aad-8951-33d461e598fd
ResourceInvariantUUID:f7a7fe4f-0e8c-4680-9bc0-09ad2b4f8792
ResourceName:pNF f0bbbb15-c804
ResourceType:PNF
ResourceUUID:ea1acb8e-cff3-4239-8019-ad075767c363
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-06-27T08:55:17.174Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e54d5982-4fb4-438a-a5d6-efadb6583718 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:55:17.209Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:55:17.210Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:55:17.210Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:55:17.210Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a49a36a4-1dac-48c8-b644-080dfdcb97cd from URL: /sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:17.210Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T08:55:17.211Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:17.484Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T08:55:17.485Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar a49a36a4-1dac-48c8-b644-080dfdcb97cd 88000
2023-06-27T08:55:17.486Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar ASDC sendASDCNotification
2023-06-27T08:55:17.486Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:17.486Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T08:55:17.486Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:55:17.486Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:55:17.487Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856117486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:18.487Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T08:55:18.489Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T08:55:18.489Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a49a36a4-1dac-48c8-b644-080dfdcb97cd, URL: /sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar to file: /app/ASDC/1/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:18.489Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:18.491Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:18.491Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:18.602Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8487655199650735248/Definitions/service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml
2023-06-27T08:55:19.294Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f0bbbb15-c804 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-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Node template pNF f0bbbb15-c804 0 is matching search criteria
2023-06-27T08:55:19.295Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF f0bbbb15-c804 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Node template pNF f0bbbb15-c804 0 is matching search criteria
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF f0bbbb15-c804 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Jt4GYHR0RJEKamnLxyhj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T08:55:19.296Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Jt4GYHR0RJEKamnLxyhj
Description:catalog service description
Model UUID:e54d5982-4fb4-438a-a5d6-efadb6583718
Model Version:NULL
Model InvariantUuid:20eef194-ddcd-4179-b9d9-1987b6c746cc
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=?
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-06-27T08:55:19.326Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||ERROR|500||Csar with UUID: a49a36a4-1dac-48c8-b644-080dfdcb97cd already exists
2023-06-27T08:55:19.326Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar ASDC sendASDCNotification
2023-06-27T08:55:19.327Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar(Csar with UUID: a49a36a4-1dac-48c8-b644-080dfdcb97cd already exists)
2023-06-27T08:55:19.327Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:55:19.327Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:55:19.327Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:55:19.327Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856119326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a49a36a4-1dac-48c8-b644-080dfdcb97cd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:20.328Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar ASDC sendASDCNotification
2023-06-27T08:55:20.328Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar(Resource with UUID: ea1acb8e-cff3-4239-8019-ad075767c363 already exists)
2023-06-27T08:55:20.328Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T08:55:20.328Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T08:55:20.329Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T08:55:20.329Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856120328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ea1acb8e-cff3-4239-8019-ad075767c363 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:21.330Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:55:21.353Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:55:21.355Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:55:21.356Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:55:21.356Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:55:21.356Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:55:27.535Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:55:27.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:55:27.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:55:27.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:55:27.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:55:27.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:55:27.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:55:27.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:55:27.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:55:27.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:55:27.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:55:27.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:55:27.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:55:27.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:55:27.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:55:27.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:55:27.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:55:27.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/resourceInstances/pnff0bbbb15c8040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:55:27.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "NOTIFIED"
}
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856117486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856119326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a49a36a4-1dac-48c8-b644-080dfdcb97cd already exists"
}
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-06-27T08:55:27.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856120328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJt4gyhr0rjekamnlxyhj/1.0/artifacts/service-DemoPnfJt4gyhr0rjekamnlxyhj-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ea1acb8e-cff3-4239-8019-ad075767c363 already exists"
}
2023-06-27T08:55:27.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T08:55:51.356Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:55:51.372Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:55:51.375Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:55:51.376Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:55:51.376Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:55:51.376Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:56:21.376Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:56:21.394Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:56:21.397Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:56:21.397Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:56:21.397Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:56:21.397Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:56:27.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:56:51.397Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:56:51.415Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:56:51.418Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:56:51.418Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:56:51.419Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:56:51.419Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:57:21.419Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:57:21.437Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:57:21.440Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:57:21.440Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:57:21.440Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:57:21.440Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:57:27.535Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:57:51.440Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:57:51.461Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:57:51.464Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:57:51.465Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:57:51.465Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:57:51.465Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:58:21.465Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:58:21.484Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:58:21.487Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:58:21.487Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:58:21.487Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:58:21.487Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:58:27.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:58:51.487Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:58:51.505Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:58:51.507Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:58:51.507Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:58:51.507Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:58:51.507Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:59:21.508Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:59:21.525Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:59:21.528Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:59:21.528Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:59:21.528Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:59:21.528Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T08:59:27.536Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T08:59:51.529Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T08:59:51.568Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T08:59:51.572Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T08:59:51.572Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T08:59:51.572Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T08:59:51.573Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T09:00:21.573Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-06-27T09:00:21.573Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f045848-5dc3-48db-a8c7-36f424721bf2 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-06-27T09:00:21.581Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f045848-5dc3-48db-a8c7-36f424721bf2 and serviceModelVersionId: e54d5982-4fb4-438a-a5d6-efadb6583718
2023-06-27T09:00:21.581Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20eef194-ddcd-4179-b9d9-1987b6c746cc
2023-06-27T09:00:21.581Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0
2023-06-27T09:00:21.586Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-06-27T09:00:21.600Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0|INFO|500||Invoke
2023-06-27T09:00:21.600Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1f045848-5dc3-48db-a8c7-36f424721bf2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b97ec5f-67ea-4d87-914d-ff90983b4c8d], X-ECOMP-RequestID=[1f045848-5dc3-48db-a8c7-36f424721bf2], X-TransactionId=[], X-ONAP-RequestID=[1f045848-5dc3-48db-a8c7-36f424721bf2], Content-Type=[application/merge-patch+json]}
2023-06-27T09:00:21.612Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-06-27T09:00:21.716Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?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/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Jun 2023 09:00:22 GMT], content-length=[0], vertex-id=[212992], x-aai-txid=[1-aai-resources-230627-09:00:22:385-62966], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-06-27T09:00:21.716Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-06-27T09:00:21.717Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20eef194-ddcd-4179-b9d9-1987b6c746cc/model-vers/model-ver/e54d5982-4fb4-438a-a5d6-efadb6583718?depth=0|INFO|500||InvokeReturn
2023-06-27T09:00:21.717Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-06-27T09:00:21.717Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-06-27T09:00:21.724Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||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-06-27T09:00:21.724Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f045848-5dc3-48db-a8c7-36f424721bf2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-06-27T09:00:21.724Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-06-27T09:00:21.724Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:21.724Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:21.724Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856421724,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T09:00:21.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T09:00:21.738Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1f045848-5dc3-48db-a8c7-36f424721bf2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856421724,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-06-27T09:00:21.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-06-27T09:00:22.742Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-06-27T09:00:22.742Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"0626cf0a-a8dc-43f6-878f-1a8b31e95e91","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1d8ebf4f-e143-4b35-8a75-b7c411363d6c","serviceDescription":"service","serviceInvariantUUID":"58f6c4d5-9f11-465e-8ed2-655ee86e9da4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a485bc6-4903-4c91-989e-1feab281433f","resourceInvariantUUID":"f710b190-2c6c-4941-a8a9-d0eb9da0d591","resourceCustomizationUUID":"012e54e3-8c37-42f0-9d4b-0e758287fe40","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":"NTkzNDZjNzBhZWJkNDYwNDk5Y2MzZGFjYjU1MTMwNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5def2442-4db2-4388-95bc-56a7f3c4806a","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":"OTI2NWE3NjRiNmYzZDA0YzgyZTMxZTliMGJkMzQ5YTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dece008d-e63f-47a7-91b9-19bdb4e671e9","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":"56c88e17-405f-49fd-ab8f-77ee09a36753","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":"606b4b41-c120-43d3-8cd3-9d6f8762c0b5","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":"1fb56884-8d77-47f0-80ae-659067771d1c","artifactVersion":"2","generatedFromUUID":"1d490d55-19e7-493a-a248-3a151d3fa2d6"},{"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":"bb6b3968-0676-407b-be5d-a7a21f1fedc1","artifactVersion":"2","generatedFromUUID":"56c88e17-405f-49fd-ab8f-77ee09a36753"},{"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":"1d490d55-19e7-493a-a248-3a151d3fa2d6","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":"89986eb3-b4ee-44ed-961b-ffbb6444b7ce","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":"NjNlMDhjZjRhZWNmYTcwYTJkYWQ4NGU4N2QzMWQ3MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"113aa429-8b1e-4bd6-be2b-416eeaec4451","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OGIzNTBhNDc3OWJiNjJiOTg3MzZjM2I4ZGMxYzlmNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a88f81b7-2577-417e-96c2-c0290dfa9f9f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-06-27T09:00:22.743Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T09:00:22.744Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:22.744Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:22.744Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T09:00:23.745Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T09:00:23.746Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:23.746Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:23.746Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T09:00:24.748Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T09:00:24.748Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:24.749Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:24.749Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T09:00:25.750Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T09:00:25.750Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:25.750Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:25.751Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T09:00:26.752Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T09:00:26.753Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:26.753Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:26.753Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T09:00:27.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T09:00:27.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T09:00:27.537Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T09:00:27.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T09:00:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T09:00:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-06-27T09:00:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T09:00:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T09:00:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-06-27T09:00:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T09:00:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T09:00:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-06-27T09:00:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T09:00:27.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T09:00:27.538Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-06-27T09:00:27.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T09:00:27.754Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T09:00:27.755Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:27.755Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:27.756Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T09:00:28.758Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T09:00:28.758Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:28.758Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:28.759Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T09:00:29.761Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T09:00:29.761Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:29.762Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:29.762Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "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-06-27T09:00:30.763Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T09:00:30.763Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:30.763Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:30.763Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T09:00:31.764Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-06-27T09:00:31.765Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:31.765Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:31.766Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T09:00:32.767Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1d8ebf4f-e143-4b35-8a75-b7c411363d6c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "58f6c4d5-9f11-465e-8ed2-655ee86e9da4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "012e54e3-8c37-42f0-9d4b-0e758287fe40",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a485bc6-4903-4c91-989e-1feab281433f",
      "resourceInvariantUUID": "f710b190-2c6c-4941-a8a9-d0eb9da0d591",
      "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": "OTI2NWE3NjRiNmYzZDA0YzgyZTMxZTliMGJkMzQ5YTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dece008d-e63f-47a7-91b9-19bdb4e671e9",
          "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": "56c88e17-405f-49fd-ab8f-77ee09a36753",
          "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": "bb6b3968-0676-407b-be5d-a7a21f1fedc1",
            "generatedFromUUID": "56c88e17-405f-49fd-ab8f-77ee09a36753"
          },
          "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": "1fb56884-8d77-47f0-80ae-659067771d1c",
          "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": "bb6b3968-0676-407b-be5d-a7a21f1fedc1",
          "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": "1d490d55-19e7-493a-a248-3a151d3fa2d6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OGIzNTBhNDc3OWJiNjJiOTg3MzZjM2I4ZGMxYzlmNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a88f81b7-2577-417e-96c2-c0290dfa9f9f"
    }
  ],
  "workloadContext": "Production"
}
2023-06-27T09:00:32.768Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-06-27T09:00:32.768Z|1f045848-5dc3-48db-a8c7-36f424721bf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1d8ebf4f-e143-4b35-8a75-b7c411363d6c ASDC
2023-06-27T09:00:32.768Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0626cf0a-a8dc-43f6-878f-1a8b31e95e91
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1d8ebf4f-e143-4b35-8a75-b7c411363d6c
ServiceInvariantUUID:58f6c4d5-9f11-465e-8ed2-655ee86e9da4
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:a88f81b7-2577-417e-96c2-c0290dfa9f9f
ArtifactChecksum:OGIzNTBhNDc3OWJiNjJiOTg3MzZjM2I4ZGMxYzlmNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:012e54e3-8c37-42f0-9d4b-0e758287fe40
ResourceInvariantUUID:f710b190-2c6c-4941-a8a9-d0eb9da0d591
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:2a485bc6-4903-4c91-989e-1feab281433f
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:dece008d-e63f-47a7-91b9-19bdb4e671e9
ArtifactChecksum:OTI2NWE3NjRiNmYzZDA0YzgyZTMxZTliMGJkMzQ5YTI=
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:56c88e17-405f-49fd-ab8f-77ee09a36753
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:bb6b3968-0676-407b-be5d-a7a21f1fedc1
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:1fb56884-8d77-47f0-80ae-659067771d1c
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:bb6b3968-0676-407b-be5d-a7a21f1fedc1
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:1d490d55-19e7-493a-a248-3a151d3fa2d6
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-06-27T09:00:32.768Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d8ebf4f-e143-4b35-8a75-b7c411363d6c 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T09:00:32.796Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T09:00:32.797Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T09:00:32.797Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T09:00:32.797Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a88f81b7-2577-417e-96c2-c0290dfa9f9f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-06-27T09:00:32.797Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-06-27T09:00:32.798Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-06-27T09:00:33.042Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-06-27T09:00:33.043Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a88f81b7-2577-417e-96c2-c0290dfa9f9f 163259
2023-06-27T09:00:33.043Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-06-27T09:00:33.043Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-06-27T09:00:33.043Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-06-27T09:00:33.044Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:33.044Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:33.044Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856433043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T09:00:34.045Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-06-27T09:00:34.045Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-06-27T09:00:34.045Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a88f81b7-2577-417e-96c2-c0290dfa9f9f, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-06-27T09:00:34.047Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-06-27T09:00:34.047Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-06-27T09:00:34.047Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-06-27T09:00:34.137Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13253697702471515224/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-06-27T09:00:35.196Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-06-27T09:00:35.197Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T09:00:35.197Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-06-27T09:00:35.197Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-06-27T09:00:35.197Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T09:00:35.197Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T09:00:35.197Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T09:00:35.197Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||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-06-27T09:00:35.197Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-06-27T09:00:35.197Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T09:00:35.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T09:00:35.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T09:00:35.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T09:00:35.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T09:00:35.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T09:00:35.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-06-27T09:00:35.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-06-27T09:00:35.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.198Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T09:00:35.199Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.199Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-06-27T09:00:35.199Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-06-27T09:00:35.199Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-06-27T09:00:35.199Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-06-27T09:00:35.199Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.199Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-06-27T09:00:35.199Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.199Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T09:00:35.199Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T09:00:35.200Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.200Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T09:00:35.200Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T09:00:35.200Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.200Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T09:00:35.200Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T09:00:35.200Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=cc07a4c0-fa88-4491-b913-2f4e94833db5
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-06-27T09:00:35.201Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1d8ebf4f-e143-4b35-8a75-b7c411363d6c
Model Version:NULL
Model InvariantUuid:58f6c4d5-9f11-465e-8ed2-655ee86e9da4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5724f8a6-0246-4232-8975-37edfe49c187
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f710b190-2c6c-4941-a8a9-d0eb9da0d591
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:012e54e3-8c37-42f0-9d4b-0e758287fe40
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a704b75a-47d6-41d6-9fbd-06e6a770f775
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:35e94567-6a51-46a7-aa1e-8c306b3fc1d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:3315dd1d-ade8-45b9-bb96-c4e3100407c6
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5919ed79-ddf4-43f4-88d6-709d804c5753
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc07a4c0-fa88-4491-b913-2f4e94833db5
ModelInvariantUuid:ed6d6e3d-5d7c-41b8-a41c-5202d8972e48
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ee6f18e8-add5-4d5a-ab12-47598a3bf6e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:f8e09878-6793-4de1-ace5-38296d81ec30
ModelInvariantUuid:0b8ad6af-66da-4c62-bbf8-981a6b8cea36
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7e5e5533-b50a-4a11-8c6a-c9955007b6b8
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=?
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-06-27T09:00:35.231Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||ERROR|500||Csar with UUID: a88f81b7-2577-417e-96c2-c0290dfa9f9f already exists
2023-06-27T09:00:35.232Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-06-27T09:00:35.232Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: a88f81b7-2577-417e-96c2-c0290dfa9f9f already exists)
2023-06-27T09:00:35.232Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T09:00:35.232Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:35.232Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:35.232Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856435231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a88f81b7-2577-417e-96c2-c0290dfa9f9f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T09:00:36.233Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-06-27T09:00:36.234Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 2a485bc6-4903-4c91-989e-1feab281433f already exists)
2023-06-27T09:00:36.234Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-06-27T09:00:36.234Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-06-27T09:00:36.234Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-06-27T09:00:36.234Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687856436233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a485bc6-4903-4c91-989e-1feab281433f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T09:00:37.235Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T09:00:37.252Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T09:00:37.254Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T09:00:37.255Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T09:00:37.255Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T09:00:37.255Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T09:01:07.255Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T09:01:07.273Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T09:01:07.276Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T09:01:07.276Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T09:01:07.276Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T09:01:07.276Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-06-27T09:01:27.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-06-27T09:01:27.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-06-27T09:01:27.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0626cf0a-a8dc-43f6-878f-1a8b31e95e91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1687853586549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-06-27T09:01:27.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-06-27T09:01:37.276Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-27T09:01:37.291Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0626cf0a-a8dc-43f6-878f-1a8b31e95e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-06-27T09:01:37.294Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-06-27T09:01:37.295Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-06-27T09:01:37.295Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-06-27T09:01:37.295Z|0626cf0a-a8dc-43f6-878f-1a8b31e95e91|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.